summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorHeikki Toivonen <heikki@heikkitoivonen.net>2009-07-22 18:31:08 +0000
committerHeikki Toivonen <heikki@heikkitoivonen.net>2009-07-22 18:31:08 +0000
commit06ccede8b94472bafd2fd07508b4aed3378ba7e0 (patch)
treeb79424cb3b033e9be4386ea29fdd161df164f9d2 /CHANGES
parentf03002846f0909b1432e284e446975f85963483a (diff)
downloadm2crypto-06ccede8b94472bafd2fd07508b4aed3378ba7e0.tar.gz
Bug 12742, better fix for FIPS mode issues by Miloslav Trmac.
git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@692 2715db39-9adf-0310-9c64-84f055769b4b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 1f2c56f..fb83855 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,7 @@
0.20
----
- Deprecated M2Crypto.PGP subpackage since nobody seems to be using it nor
- is it being maintained
+ is it being maintained (if you do use it, please let me know)
- Added fedora_setup.sh to help work around differences on Fedora Core -based
distributions (RedHat, CentOS, ...); thanks to Miloslav Trmac
- Added X509.load_request_bio and load_request_string, by Hartmut Goebel and
@@ -38,6 +38,8 @@
- SMIME.load_pkcs7, load_pkcs7_bio, smime_load_pkcs7, smime_load_pkcs7_bio,
text_crlf, text_crlf_bio fixed to raise BIO.BIOError, SMIME.PKCS7_Error and
SMIME.SMIME_Error as appropriate instead of str
+- Added FIPS mode to unit tests, and used FIPS-compliant key sizes in other
+ tests, by Miloslav Trmac. Note that tests run much slower because of this!
- Unit tests cover 80% of the code
0.19.1 - 2008-10-12