Implement some standard OCSP extensions in the v3 code. These
are all raw print only extensions at present.
diff --git a/CHANGES b/CHANGES
index 767f134..d198703 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,7 +8,7 @@
*) Move common extension printing code to new function
X509V3_print_extensions(). Reorganise OCSP print routines and
- implement some needed OCSP ASN1 functions.
+ implement some needed OCSP ASN1 functions. Add OCSP extensions.
[Steve Henson]
*) New function X509_signature_print() to remove duplication in some