summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorHeikki Toivonen <heikki@heikkitoivonen.net>2008-06-12 05:40:50 +0000
committerHeikki Toivonen <heikki@heikkitoivonen.net>2008-06-12 05:40:50 +0000
commite416aa8626e5d7d227faa10a2260dddc9b8bdcec (patch)
tree347173836c5c6b02b9a4b746c920bba84b71c615 /CHANGES
parent8ea97b1e500f1093f9cfab6f14739b345eed01bd (diff)
downloadm2crypto-e416aa8626e5d7d227faa10a2260dddc9b8bdcec.tar.gz
Typo.
git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@609 2715db39-9adf-0310-9c64-84f055769b4b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 2998b9c..57ccc14 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,7 +10,7 @@
which caused a deadlock when called from mod_python for example. Thanks to
Michal Kochel and Keith Jackson.
- m2.pkey_write_pem[_no_cipher] changed to use the recommended (more secure)
- PEM_write_bio_PKCS8PrivateKey (used be PEM_write_bio_PrivateKey).
+ PEM_write_bio_PKCS8PrivateKey (used by PEM_write_bio_PrivateKey).
- X509.load_cert, load_cert_bio, load_cert_der_string, new_stack_from_der,
load_request and load_crl now raise X509Error for invalid data. Previously
some of these raised a string as an error, some did not raise but caused