From cdbe78f794aa0f77f3f69aaec68e12b67c9ea1ec Mon Sep 17 00:00:00 2001 From: gotoyuzo Date: Wed, 12 May 2004 05:38:20 +0000 Subject: * ext/openssl/ossl_x509name.c: attribute value of DC (short name of domainComponent) should be IA5String. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6295 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 35178c761..b014c8946 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed May 12 14:37:27 2004 GOTOU Yuuzou + + * ext/openssl/ossl_x509name.c: attribute value of DC (short name of + domainComponent) should be IA5String. + Wed May 12 13:20:19 2004 Hidetoshi NAGAI * ext/tk/lib/tk/composite.rb: improve configure methods (based on -- cgit