mirror of
https://github.com/openssl/openssl.git
synced 2025-01-12 13:36:28 +08:00
Add extended key usage OID and update STATUS file.
This commit is contained in:
parent
96e479e360
commit
ebc828cad9
3
CHANGES
3
CHANGES
@ -5,6 +5,9 @@
|
|||||||
|
|
||||||
Changes between 0.9.1c and 0.9.2
|
Changes between 0.9.1c and 0.9.2
|
||||||
|
|
||||||
|
*) Add CA.pl, perl version of CA.sh, add extended key usage OID.
|
||||||
|
[Steve Henson]
|
||||||
|
|
||||||
*) Make the top-level INSTALL documentation easier to understand.
|
*) Make the top-level INSTALL documentation easier to understand.
|
||||||
[Paul Sutton]
|
[Paul Sutton]
|
||||||
|
|
||||||
|
@ -665,6 +665,11 @@ extern "C" {
|
|||||||
#define NID_zlib_compression 125
|
#define NID_zlib_compression 125
|
||||||
#define OBJ_zlib_compression 1L,1L,1L,1L,666L.2L
|
#define OBJ_zlib_compression 1L,1L,1L,1L,666L.2L
|
||||||
|
|
||||||
|
#define SN_ext_key_usage "extendedKeyUsage"
|
||||||
|
#define LN_ext_key_usage "X509v3 Extended Key Usage"
|
||||||
|
#define NID_ext_key_usage 126
|
||||||
|
#define OBJ_ext_key_usage OBJ_ld_ce,37
|
||||||
|
|
||||||
#include "bio.h"
|
#include "bio.h"
|
||||||
#include "asn1.h"
|
#include "asn1.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user