From fa6de532c6e310eaf997d25a2c38c9a215782e61 Mon Sep 17 00:00:00 2001 From: gotoyuzo Date: Mon, 6 Oct 2003 16:55:00 +0000 Subject: * ext/openssl/ossl_asn1.c (ossl_asn1_get_asn1type): use appropriate free function for ASN1_OBJECT. * ext/openssl/ossl_asn1.c (ossl_asn1obj_get_sn): add new function for ASN1::ObjectId#sn; it returns short name text representation of OID. * ext/openssl/ossl_asn1.c (ossl_asn1obj_get_ln): add new function for ASN1::ObjectId#ln; it returns long name text representation of OID. * ext/openssl/ossl_asn1.c (ossl_asn1obj_get_oid): add new function for ASN1::ObjectId#oid; it returns numerical representation of OID. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4709 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d3a119175..c5b58b16d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +Tue Oct 7 01:42:34 2003 GOTOU Yuuzou + + * ext/openssl/ossl_asn1.c (ossl_asn1_get_asn1type): use appropriate + free function for ASN1_OBJECT. + + * ext/openssl/ossl_asn1.c (ossl_asn1obj_get_sn): add new function for + ASN1::ObjectId#sn; it returns short name text representation of OID. + + * ext/openssl/ossl_asn1.c (ossl_asn1obj_get_ln): add new function for + ASN1::ObjectId#ln; it returns long name text representation of OID. + + * ext/openssl/ossl_asn1.c (ossl_asn1obj_get_oid): add new function for + ASN1::ObjectId#oid; it returns numerical representation of OID. + Mon Oct 6 22:59:46 2003 NAKAMURA, Hiroshi * lib/csv.rb (IOReader, BasicWriter): call binmode when a given IO -- cgit