diff options
| author | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-10-09 16:20:22 +0000 |
|---|---|---|
| committer | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-10-09 16:20:22 +0000 |
| commit | 9de6d1dd87cd31889b4f9e721f6245dbd1e63af7 (patch) | |
| tree | 8dbfe93b8b90f5cb9cf60050ba91ea3351359bfa /ChangeLog | |
| parent | c222de6d9908ce0004ea7b43d49f85938797e6da (diff) | |
| download | ruby-9de6d1dd87cd31889b4f9e721f6245dbd1e63af7.tar.gz ruby-9de6d1dd87cd31889b4f9e721f6245dbd1e63af7.tar.xz ruby-9de6d1dd87cd31889b4f9e721f6245dbd1e63af7.zip | |
* ext/openssl/ossl_x509name.c (ossl_x509name_initialize): add
optional argument to specify the DirectoryString type
(ASN1::UTF8STRING by default). RFC3280 deprecates PrintableString
for DirectoryString, and strongly requires to use UTF8String for
all certificates issued after December, 31 2003.
* ext/openssl/lib/openssl/x509.rb (X509::Name::parse): ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4733 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Fri Oct 10 01:19:00 2003 GOTOU Yuuzou <gotoyuzo@notwork.org> + + * ext/openssl/ossl_x509name.c (ossl_x509name_initialize): add + optional argument to specify the DirectoryString type + (ASN1::UTF8STRING by default). RFC3280 deprecates PrintableString + for DirectoryString, and strongly requires to use UTF8String for + all certificates issued after December, 31 2003. + + * ext/openssl/lib/openssl/x509.rb (X509::Name::parse): ditto. + Thu Oct 9 23:50:21 2003 Nobuyoshi Nakada <nobu@ruby-lang.org> * eval.c (rb_thread_start_0): prevent thread from GC. |
