summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorHeikki Toivonen <heikki@heikkitoivonen.net>2008-06-11 04:30:34 +0000
committerHeikki Toivonen <heikki@heikkitoivonen.net>2008-06-11 04:30:34 +0000
commit7eb7730741c70e49b4903b70e4488ad03472f1ee (patch)
tree0905b9f7b077bcee3df1ab4db54b88f213c346ad /CHANGES
parent9f2a5c382a409d8874eeb57a79393dd70a2c328b (diff)
downloadm2crypto-7eb7730741c70e49b4903b70e4488ad03472f1ee.tar.gz
Remove wrong comment.
git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@602 2715db39-9adf-0310-9c64-84f055769b4b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 1 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index f523fcd..d725d11 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,8 +3,7 @@
- httpslib.ProxyHTTPSConnection now sends the required Host header,
by Karl Grindley
- m2.pkey_write_pem[_no_cipher] changed to use the recommended (more secure)
- PEM_write_bio_PKCS8PrivateKey (used be PEM_write_bio_PrivateKey). This also
- fixed "key,as_pem(callback) not working under mod_python".
+ PEM_write_bio_PKCS8PrivateKey (used be 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