summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-05-17 23:29:18 +1000
committerDamien Miller <djm@mindrot.org>2000-05-17 23:29:18 +1000
commit3b512e18dc4c8fead872548bdb1a89f85681d0cf (patch)
treee98c4236dd34530fb3ac24ecee15000d8a8bd93e /ChangeLog
parentc4be7ce66992811c555375cb303f504153e1b33f (diff)
- Detect OpenSSL seperatly from RSA
- Better test for RSA (more compatible with RSAref). Based on work by Ed Eden <ede370@stl.rural.usda.gov>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 635bc2440..f995dafb9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -32,6 +32,9 @@
32 - Checking for ssize_t and memmove. Based on patch from SAKAI Kiyotaka 32 - Checking for ssize_t and memmove. Based on patch from SAKAI Kiyotaka
33 <ksakai@kso.netwk.ntt-at.co.jp> 33 <ksakai@kso.netwk.ntt-at.co.jp>
34 - RSAless operation patch from kevin_oconnor@standardandpoors.com 34 - RSAless operation patch from kevin_oconnor@standardandpoors.com
35 - Detect OpenSSL seperatly from RSA
36 - Better test for RSA (more compatible with RSAref). Based on work by
37 Ed Eden <ede370@stl.rural.usda.gov>
35 38
3620000513 3920000513
37 - Fix for non-recognised DSA keys from Arkadiusz Miskiewicz 40 - Fix for non-recognised DSA keys from Arkadiusz Miskiewicz