diff options
author | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-01-25 09:40:26 +0000 |
---|---|---|
committer | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-01-25 09:40:26 +0000 |
commit | ceb3d468d8999331cca5f000ddf3bd069808bf2f (patch) | |
tree | 8a93de7f59f2c545568b5450509a38a4deae4ab2 | |
parent | 96766cd12e84b38131810e7513330c41d3421094 (diff) | |
download | ruby-ceb3d468d8999331cca5f000ddf3bd069808bf2f.tar.gz ruby-ceb3d468d8999331cca5f000ddf3bd069808bf2f.tar.xz ruby-ceb3d468d8999331cca5f000ddf3bd069808bf2f.zip |
* ext/openssl/ossl_x509name.c (ossl_x509name_add_entry): third
argument become optional.
* ext/openssl/ossl_x509name.c (ossl_x509name_initialize): ditto.
* ext/openssl/ossl_x509name.c (Init_x509name): emailAddress and
domainComponent should be IA5String.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5548 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Sun Jan 25 18:25:26 2004 GOTOU Yuuzou <gotoyuzo@notwork.org> + + * ext/openssl/ossl_x509name.c (ossl_x509name_add_entry): third + argument become optional. + + * ext/openssl/ossl_x509name.c (ossl_x509name_initialize): ditto. + + * ext/openssl/ossl_x509name.c (Init_x509name): emailAddress and + domainComponent should be IA5String. + Sun Jan 25 01:45:38 2004 GOTOU Yuuzou <gotoyuzo@notwork.org> * lib/webrick/httpserver.rb (WEBrick::HTTPServer#run): support |