diff options
author | Ingo Klöcker <[email protected]> | 2024-10-21 12:23:44 +0000 |
---|---|---|
committer | Ingo Klöcker <[email protected]> | 2024-10-21 12:23:44 +0000 |
commit | f510c5d78c9d002be77c9c3a8a6c7adaebacf1d4 (patch) | |
tree | 15750e1614aec6f9fc4b94cb621ffb22c7612744 /doc | |
parent | core: fix passing --proc-all-sigs to gpgtar (diff) | |
download | gpgme-f510c5d78c9d002be77c9c3a8a6c7adaebacf1d4.tar.gz gpgme-f510c5d78c9d002be77c9c3a8a6c7adaebacf1d4.zip |
doc: Fix, update, add API documentation
--
Nowadays, VS-NfD requires RSA 3072. And the documentation of
gpgme_signature_t was missing the compliance flags.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpgme.texi | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi index 004d66ba..70db653b 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -3642,10 +3642,10 @@ according to local government regulations. This is true if the subkey complies with the rules for classified information in Germany at the restricted level (VS-NfD). This are -currently RSA keys of at least 2048 bits or ECDH/ECDSA keys using a +currently RSA keys of at least 3072 bits or ECDH/ECDSA keys using a Brainpool curve. -@item unsigned int beta_complinance : 1; +@item unsigned int beta_compliance : 1; @since{1.24.0} The compliance flags (e.g. is_de_vs) are set but the software has not yet been approved or is in a beta state. @@ -5905,7 +5905,7 @@ The message claims that the content is a MIME object. The message was encrypted in a VS-NfD compliant way. This is a specification in Germany for a restricted communication level. -@item unsigned int beta_complinance : 1; +@item unsigned int beta_compliance : 1; @since{1.24.0} The compliance flags (e.g. is_de_vs) are set but the software has not yet been approved or is in a beta state. @@ -6278,6 +6278,15 @@ of the issuing certificate. In contrast the default validation model checks the validity of signature as well at the entire certificate chain at the current time. +@item unsigned int is_de_vs : 1; +@since{1.10.0} +The signature was created in a VS-NfD compliant way. This is a +specification in Germany for a restricted communication level. + +@item unsigned int beta_compliance : 1; +@since{1.24.0} +The compliance flags (e.g. is_de_vs) are set but the software has not +yet been approved or is in a beta state. @item gpgme_validity_t validity The validity of the signature. |