aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMichal Rokos <m.rokos@sh.cvut.cz>2002-01-12 11:49:01 +0000
committerMichal Rokos <m.rokos@sh.cvut.cz>2002-01-12 11:49:01 +0000
commit00aaf208f74d5933a2bb67604a30290b9e1a530a (patch)
tree6e31d44daa11c67cd5e849493dd9503f38d14219 /ChangeLog
parent122bbe51a8d137fdc1cb16e762bf516c2a9255cb (diff)
downloadruby-openssl-history-00aaf208f74d5933a2bb67604a30290b9e1a530a.tar.gz
* fixed callbacks in ossl_(ssl|x509store).c
* added method X509::Store#verify_status=
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0716c48..366f1a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,10 @@ Copyright (C) 2001 Michal Rokos <m.rokos@sh.cvut.cz>
All rights reserved.
$Log$
+Revision 1.24 2002/01/12 11:49:17 majkl
+ * fixed callbacks in ossl_(ssl|x509store).c
+ * added method X509::Store#verify_status=
+
Revision 1.23 2002/01/10 19:32:23 majkl
* fixed and improved verify_callbacks in ossl_(ssl|x509store).c
* enhanced ossl_x509store.rb examples