aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGOTOU Yuuzou <gotoyuzo@notwork.org>2003-07-01 08:16:26 +0000
committerGOTOU Yuuzou <gotoyuzo@notwork.org>2003-07-01 08:16:26 +0000
commit34dafba358a83aa733ba8acdc0aace214974e295 (patch)
treeb6bdbdc62785978b091d1d8d9c47555ddef851b2
parentb368037a3a6de720936182d594f0722c6664938d (diff)
downloadruby-openssl-history-34dafba358a83aa733ba8acdc0aace214974e295.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f4ca953..68d4836 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Tue, 01 Jul 2003 17:11:40 +0900 -- GOTOU Yuuzou <gotoyuzo@notwork.org>
+ * ossl_x509ext.c: X509::Extension#oid,value,critical? is builtin.
+ * lib/openssl/x509.rb: X509::Extension#to_a is implented by Ruby.
+ * examples/gen_csr.rb: 2nd argument is CSR filename.
+ * examples/gen_cert.rb: --csrout and --keyout options are added.
+
Tue, 01 Jul 2003 13:08:11 +0900 -- NAKAMURA, Hiroshi <nahi@ruby-lang.org>
* ossl_x509crl.c: Add OpenSSL::X509::CRL#to_der (ossl_x509crl_to_der).