mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-18 14:17:03 +01:00
Fixed typo in ocsp OID.
This commit is contained in:
parent
ebaba6bdab
commit
d851bdf579
@ -1,3 +1,7 @@
|
|||||||
|
2004-08-24 Werner Koch <wk@g10code.de>
|
||||||
|
|
||||||
|
* certlist.c: Fixed typo in ocsp OID.
|
||||||
|
|
||||||
2004-08-18 Werner Koch <wk@g10code.de>
|
2004-08-18 Werner Koch <wk@g10code.de>
|
||||||
|
|
||||||
* certlist.c (gpgsm_cert_use_ocsp_p): New.
|
* certlist.c (gpgsm_cert_use_ocsp_p): New.
|
||||||
|
@ -40,7 +40,7 @@ static const char oid_kp_clientAuth[] = "1.3.6.1.5.5.7.3.2";
|
|||||||
static const char oid_kp_codeSigning[] = "1.3.6.1.5.5.7.3.3";
|
static const char oid_kp_codeSigning[] = "1.3.6.1.5.5.7.3.3";
|
||||||
static const char oid_kp_emailProtection[]= "1.3.6.1.5.5.7.3.4";
|
static const char oid_kp_emailProtection[]= "1.3.6.1.5.5.7.3.4";
|
||||||
static const char oid_kp_timeStamping[] = "1.3.6.1.5.5.7.3.8";
|
static const char oid_kp_timeStamping[] = "1.3.6.1.5.5.7.3.8";
|
||||||
static const char oid_kp_ocspSigning[] = "1.3.6.1.5.6.7.3.9";
|
static const char oid_kp_ocspSigning[] = "1.3.6.1.5.5.7.3.9";
|
||||||
|
|
||||||
/* Return 0 if the cert is usable for encryption. A MODE of 0 checks
|
/* Return 0 if the cert is usable for encryption. A MODE of 0 checks
|
||||||
for signing a MODE of 1 checks for encryption, a MODE of 2 checks
|
for signing a MODE of 1 checks for encryption, a MODE of 2 checks
|
||||||
|
Loading…
x
Reference in New Issue
Block a user