mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Minor changes and typo fixes.
This commit is contained in:
parent
3d3299d1fe
commit
7b9fa9da99
12 changed files with 83 additions and 16 deletions
|
@ -136,6 +136,8 @@ allowed_ca (ksba_cert_t cert, int *chainlen, int listmode, FILE *fp)
|
|||
{
|
||||
if (get_regtp_ca_info (cert, chainlen))
|
||||
{
|
||||
/* Note that dirmngr takes a different way to cope with such
|
||||
certs. */
|
||||
return 0; /* RegTP issued certificate. */
|
||||
}
|
||||
|
||||
|
|
|
@ -66,7 +66,7 @@ The format of the native parameter file is follows:
|
|||
Length of the key in bits. Default is 1024.
|
||||
Key-Grip: hexstring
|
||||
This is optional and used to generate a request for an already
|
||||
existsing key. Key-Length will be ignored when given,
|
||||
existing key. Key-Length will be ignored when given,
|
||||
Key-Usage: <usage-list>
|
||||
Space or comma delimited list of key usage, allowed values are
|
||||
"encrypt" and "sign". This is used to generate the KeyUsage extension.
|
||||
|
|
|
@ -70,6 +70,9 @@ struct {
|
|||
|
||||
{ "2.16.840.1.113730.4.1", "serverGatedCrypto.ns" }, /* Netscape. */
|
||||
{ "1.3.6.1.4.1.311.10.3.3", "serverGatedCrypto.ms"}, /* Microsoft. */
|
||||
|
||||
{ "1.3.6.1.5.5.7.48.1.5", "ocspNoCheck" },
|
||||
|
||||
{ NULL, NULL }
|
||||
};
|
||||
|
||||
|
@ -125,6 +128,11 @@ static struct {
|
|||
{ "1.3.6.1.5.5.7.1.10", "acProxying" },
|
||||
{ "1.3.6.1.5.5.7.1.11", "subjectInfoAccess" },
|
||||
|
||||
{ "1.3.6.1.5.5.7.48.1", "ocsp" },
|
||||
{ "1.3.6.1.5.5.7.48.2", "caIssuers" },
|
||||
{ "1.3.6.1.5.5.7.48.3", "timeStamping" },
|
||||
{ "1.3.6.1.5.5.7.48.5", "caRepository" },
|
||||
|
||||
/* X.509 id-ce */
|
||||
{ "2.5.29.14", "subjectKeyIdentifier", 1},
|
||||
{ "2.5.29.15", "keyUsage", 1 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue