aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMichal Rokos <m.rokos@sh.cvut.cz>2002-11-11 08:32:01 +0000
committerMichal Rokos <m.rokos@sh.cvut.cz>2002-11-11 08:32:01 +0000
commitf75c38e35604b7915a53062f7513cf5ad643aace (patch)
tree0bbfbb75baa9ee50bb2ae4b7eb1a28516df0ad67 /ChangeLog
parent66e8833205f2f1888d98dfe576c4e36068c5dd34 (diff)
downloadruby-openssl-history-f75c38e35604b7915a53062f7513cf5ad643aace.tar.gz
BN: Make it work with Ruby's nums, PKCS7&X509: Fix for big serials
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 48996ed..7f596f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+Sun, 10 Nov 2002 23:30:56 +0100 -- Michal Rokos <m.rokos@sh.cvut.cz>
+ * bn.c: enhance BN so you can pass as parameter Ruby's numbers
+
+Sun, 10 Nov 2002 19:19:32 +0100 -- Michal Rokos <m.rokos@sh.cvut.cz>
+ * x509cert.c: Fix #serial, #serial= to support big numbers.
+ * x509req.c: ditto.
+ * pkcs7.c: ditto.
+ * bn.c: implemented #to_int, #coerce to act with Ruby's numbers (so you
+ can: eg. 10 + BN.new("200")
+ * extconf.rb: fix it (again) to work with latest OpenSSL 0.9.7
+
Thu, 7 Nov 2002 14:02:35 +0900
* ossl_ssl.c: memory leak has been in ossl_sslctx_free().