summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-07-09 16:05:43 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-07-09 16:05:43 +0000
commit0ee2166cc50cffba02514b686c6bf75c76ff2e62 (patch)
treeeac5fd77f831fc78bc2ce83650d18cceaf5ebabc /CHANGES
parent067707e3673c78aa369ab84445c625719557cf8c (diff)
New functions to add and free up application defined signature OIDs.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b89c2c96c0..5380dd21d3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,11 @@
Changes between 0.9.8b and 0.9.9 [xx XXX xxxx]
+ *) New function OBJ_add_sigid() to allow application defined signature OIDs
+ to be added to OpenSSLs internal tables. New function OBJ_sigid_free()
+ to free up any added signature OIDs.
+ [Steve Henson]
+
*) New functions EVP_CIPHER_do_all(), EVP_CIPHER_do_all_sorted(),
EVP_MD_do_all() and EVP_MD_do_all_sorted() to enumerate internal
digest and cipher tables. New options added to openssl utility: