summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorHeikki Toivonen <heikki@heikkitoivonen.net>2007-06-08 22:08:27 +0000
committerHeikki Toivonen <heikki@heikkitoivonen.net>2007-06-08 22:08:27 +0000
commit60c9b6e5849832c6c2ae50e769de59149776c6d5 (patch)
tree1912f020bf432a9b4f796c3aad42f58b03c5cf6c /CHANGES
parente88e89220255f7ea8affa0bc8f4df88724ddab08 (diff)
downloadm2crypto-60c9b6e5849832c6c2ae50e769de59149776c6d5.tar.gz
Bug 5380, added methods to get X509_Name_Entry objects from X509_Name, which allows
for example enumerating through all commonName fields. This also allowed me to support multiple commonName fields for SSL peer hostname checking. git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@538 2715db39-9adf-0310-9c64-84f055769b4b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4f93f10..17571e7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,9 +2,12 @@
----
- Added EVP.pbkdf2 to derive key from password
- X509_Store_Context.get1_chain added
+- Added methods to get X509_Name_Entry objects from X509_Name, which allows
+ for example enumerating through all commonName fields
- Added back PKCS7.get0_signers (was removed in 0.16)
- X509_Extension.get_value accepts flag and indent parameters.
- support multiple dNSName fields in subjectAltName
+- support multiple commonName fields for SSL peer hostname checking
- Checking for erroneous returns from more OpenSSL EVP_* functions, which
means that certain things that used to fail silently will now raise an
exception; affected m2 functions are: digest_final, cipher_init,