summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorHeikki Toivonen <heikki@heikkitoivonen.net>2008-09-15 04:30:25 +0000
committerHeikki Toivonen <heikki@heikkitoivonen.net>2008-09-15 04:30:25 +0000
commit8ae09b45853d3a020f5871d5fc6b8cf6a493c1c6 (patch)
tree9967653ba77cbe717d66b1a3544826dde620c381 /CHANGES
parent84e0e7c598f3e9ca05a32adae341202d46ade959 (diff)
downloadm2crypto-8ae09b45853d3a020f5871d5fc6b8cf6a493c1c6.tar.gz
Wrapped OpenSSL ENGINE interface, proving support for smart cards, by Martin Paljak and Pavel Shramov.
git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@614 2715db39-9adf-0310-9c64-84f055769b4b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 58e21af..1e557a1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,7 @@
0.19
----
+- OpenSSL ENGINE interface wrapped, providing support for smart cards, by
+ Martin Paljak and Pavel Shramov
- EVP.PKey.get_rsa() now returns RSA_pub, which fixes segmentation fault
when trying to encrypt using public key from X509 certificate, by Ben Timby
- httpslib.ProxyHTTPSConnection now sends the required Host header,