-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@4733 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
gotoyuzo
committed
Oct 9, 2003
1 parent
67a98cd
commit 80549d5
Showing
3 changed files
with
16 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
Fri Oct 10 01:19:00 2003 GOTOU Yuuzou <[email protected]> | ||
|
||
* 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 <[email protected]> | ||
|
||
* eval.c (rb_thread_start_0): prevent thread from GC. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters