Add OCSP nonce extension to supported extensions.
authorDr. Stephen Henson <steve@openssl.org>
Thu, 14 Dec 2000 23:27:20 +0000 (23:27 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 14 Dec 2000 23:27:20 +0000 (23:27 +0000)
commit2fc0d1f15ecb8a83692226e7dcc60a6955bab879
treea4e0f8eae86089ad0b3b1a83e4ecefb2c643969a
parent2a86064f95b1011ecf3df102a42f0d1a03e199c2
Add OCSP nonce extension to supported extensions.

This is a little unusual because it can contain no
structure i.e. the extension OCTET STRING content
octets do not contain a DER encoded structure.
crypto/ocsp/ocsp.h
crypto/ocsp/ocsp_err.c
crypto/x509v3/Makefile.ssl
crypto/x509v3/ext_dat.h
crypto/x509v3/v3_nonce.c [new file with mode: 0644]