aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMichal Rokos <m.rokos@sh.cvut.cz>2002-01-16 12:12:29 +0000
committerMichal Rokos <m.rokos@sh.cvut.cz>2002-01-16 12:12:29 +0000
commitf9fedb332a1f46758b1014a6ccf999b57dd3ff54 (patch)
tree106bf198a3ebb480f24557f87e6c10c4e1987f32 /ChangeLog
parent00aaf208f74d5933a2bb67604a30290b9e1a530a (diff)
downloadruby-openssl-history-f9fedb332a1f46758b1014a6ccf999b57dd3ff54.tar.gz
* selfdipatch BN implementation (test only)
* removed strncasecmp (for WIN32 made alias to _strnicmp) * fixed missing/strptime.c (Hynek Rostinsky)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 366f1a0..1531be9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,11 @@ Copyright (C) 2001 Michal Rokos <m.rokos@sh.cvut.cz>
All rights reserved.
$Log$
+Revision 1.25 2002/01/16 12:12:50 majkl
+ * selfdipatch BN implementation (test only)
+ * removed strncasecmp (for WIN32 made alias to _strnicmp)
+ * fixed missing/strptime.c (Hynek Rostinsky)
+
Revision 1.24 2002/01/12 11:49:17 majkl
* fixed callbacks in ossl_(ssl|x509store).c
* added method X509::Store#verify_status=