mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-02 12:01:32 +01:00
doc: Add a list of RFCS to DETAIL.
--
This commit is contained in:
parent
d240b5ac27
commit
d516ae685e
@ -187,7 +187,7 @@ do_encode_dsa (const byte *md, size_t mdlen, int pkalgo, gcry_sexp_t pkey,
|
|||||||
return gpg_error (GPG_ERR_INV_LENGTH);
|
return gpg_error (GPG_ERR_INV_LENGTH);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ECDSA 521 is special has it is larger than the largest hash
|
/* ECDSA 521 is special as it is larger than the largest hash
|
||||||
we have (SHA-512). Thus we change the size for further
|
we have (SHA-512). Thus we change the size for further
|
||||||
processing to 512. */
|
processing to 512. */
|
||||||
if (pkalgo == GCRY_PK_ECC && qbits > 512)
|
if (pkalgo == GCRY_PK_ECC && qbits > 512)
|
||||||
|
13
doc/DETAILS
13
doc/DETAILS
@ -1576,6 +1576,19 @@ Description of some debug flags:
|
|||||||
|
|
||||||
|
|
||||||
* Miscellaneous notes
|
* Miscellaneous notes
|
||||||
|
** List of useful RFCs
|
||||||
|
- RFC-3447 :: PKCS #1: RSA Cryptography Specifications Version 2.1
|
||||||
|
- RFC-4880 :: OpenPGP
|
||||||
|
- RFC-5280 :: X.509 PKI Certificate and CRL Profile
|
||||||
|
- RFC-6818 :: Updates to the X.509 PKI Certificate and CRL Profile
|
||||||
|
- RFC-8398 :: Internationalized Email Addresses in X.509 Certificates.
|
||||||
|
- RFC-8399 :: Internationalization Updates to RFC 5280
|
||||||
|
- RFC-5480 :: ECC Subject Public Key Information
|
||||||
|
- RFC-8813 :: Clarifications for ECC Subject Public Key
|
||||||
|
- RFC-5915 :: Elliptic Curve Private Key Structure
|
||||||
|
- RFC-5958 :: Asymmetric Key Packages
|
||||||
|
- RFC-7292 :: PKCS #12: Personal Information Exchange Syntax v1.1
|
||||||
|
- RFC-8351 :: The PKCS #8 EncryptedPrivateKeyInfo Media Type
|
||||||
|
|
||||||
** v3 fingerprints
|
** v3 fingerprints
|
||||||
For packet version 3 we calculate the keyids this way:
|
For packet version 3 we calculate the keyids this way:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user