aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2001-02-03 19:20:45 +0000
committerDr. Stephen Henson <steve@openssl.org>2001-02-03 19:20:45 +0000
commit02e4fbed3d256f4f1fffff84f307a336b50fae1f (patch)
tree9bc65efbadd271dc81ed2b2992d1b741b3219cd4 /CHANGES
parent7403c34b0b511e0dd0e31eeb7008abc566dd6b82 (diff)
downloadopenssl-02e4fbed3d256f4f1fffff84f307a336b50fae1f.tar.gz
Various OCSP responder utility functions.
Delete obsolete OCSP functions. Largely untested at present...
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8ccb3b9c08..dc68c9c179 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,19 @@
Changes between 0.9.6 and 0.9.7 [xx XXX 2000]
+ *) Functions for OCSP responders. OCSP_request_onereq_count(),
+ OCSP_request_onereq_get0(), OCSP_onereq_get0_id() and OCSP_id_get0_info()
+ extract information from a certificate request. OCSP_response_create()
+ creates a response and optionally adds a basic response structure.
+ OCSP_basic_add1_status() adds a complete single response to a basic
+ reponse and returns the OCSP_SINGLERESP structure just added (to allow
+ extensions to be included for example). OCSP_basic_add1_cert() adds a
+ certificate to a basic response and OCSP_basic_sign() signs a basic
+ response with various flags. New helper functions ASN1_TIME_check()
+ (checks validity of ASN1_TIME structure) and ASN1_TIME_to_generalizedtime()
+ (converts ASN1_TIME to GeneralizedTime).
+ [Steve Henson]
+
*) Various new functions. EVP_Digest() combines EVP_Digest{Init,Update,Final}()
in a single operation. X509_get0_pubkey_bitstr() extracts the public_key
structure from a certificate. X509_pubkey_digest() digests tha public_key