From 9de6d1dd87cd31889b4f9e721f6245dbd1e63af7 Mon Sep 17 00:00:00 2001 From: gotoyuzo Date: Thu, 9 Oct 2003 16:20:22 +0000 Subject: * 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 --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ebc94669a..2339ce0b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Fri Oct 10 01:19:00 2003 GOTOU Yuuzou + + * 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 * eval.c (rb_thread_start_0): prevent thread from GC. -- cgit