aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMichal Rokos <m.rokos@sh.cvut.cz>2002-01-10 19:32:01 +0000
committerMichal Rokos <m.rokos@sh.cvut.cz>2002-01-10 19:32:01 +0000
commit122bbe51a8d137fdc1cb16e762bf516c2a9255cb (patch)
treed02b4c7da6ff6163f1b4b6b93e5e887b0014c0a0 /ChangeLog
parent6dfe210e0c550953aff89b3fe7f05f35fdda8263 (diff)
downloadruby-openssl-history-122bbe51a8d137fdc1cb16e762bf516c2a9255cb.tar.gz
* fixed and improved verify_callbacks in ossl_(ssl|x509store).c
* enhanced ossl_x509store.rb examples
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1c5ef90..0716c48 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.23 2002/01/10 19:32:23 majkl
+ * fixed and improved verify_callbacks in ossl_(ssl|x509store).c
+ * enhanced ossl_x509store.rb examples
+
Revision 1.22 2002/01/10 17:33:16 majkl
* OpenSSL::Cipher::BITx constant == x (so BIT40 = 40,...)