1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/openssl
gotoyuzo 0dd4fde745 * 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@4709 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-10-06 16:55:00 +00:00
..
lib * ext/openssl: all files are reviewed to simplify and avoid memory leak. 2003-09-17 09:05:02 +00:00
.cvsignore
extconf.rb * lib/ext/openssl/extconf.rb: add check for some engine functions 2003-10-05 13:58:02 +00:00
MANIFEST * ext/openssl/ossl_engine.c: add a new module OpenSSL::Engine. 2003-10-02 08:47:11 +00:00
openssl_missing.c OpenSSL update 2003-09-12 13:46:48 +00:00
openssl_missing.h OpenSSL update 2003-09-12 13:46:48 +00:00
ossl.c * ext/openssl/ossl_asn1.c: add DER encoder and decoder. 2003-10-03 08:58:01 +00:00
ossl.h ossl_asn1.h was included twice. 2003-10-03 17:59:44 +00:00
ossl_asn1.c * ext/openssl/ossl_asn1.c (ossl_asn1_get_asn1type): use appropriate 2003-10-06 16:55:00 +00:00
ossl_asn1.h * ext/openssl/ossl_asn1.h: global symbols should be declared 2003-10-04 18:45:53 +00:00
ossl_bio.c * ext/openssl: all files are reviewed to simplify and avoid memory leak. 2003-09-17 09:05:02 +00:00
ossl_bio.h * ext/openssl: all files are reviewed to simplify and avoid memory leak. 2003-09-17 09:05:02 +00:00
ossl_bn.c * ext/openssl: all files are reviewed to simplify and avoid memory leak. 2003-09-17 09:05:02 +00:00
ossl_bn.h
ossl_cipher.c * ext/openssl: all files are reviewed to simplify and avoid memory leak. 2003-09-17 09:05:02 +00:00
ossl_cipher.h
ossl_config.c OpenSSL update 2003-09-12 13:46:48 +00:00
ossl_config.h * ext/openssl/ossl.h: include openssl/conf.h and openssl/conf_api.h. 2003-09-08 10:31:38 +00:00
ossl_digest.c * ext/openssl: all files are reviewed to simplify and avoid memory leak. 2003-09-17 09:05:02 +00:00
ossl_digest.h
ossl_engine.c * lib/ext/openssl/extconf.rb: add check for some engine functions 2003-10-05 13:58:02 +00:00
ossl_engine.h * ext/openssl/ossl_engine.c: add a new module OpenSSL::Engine. 2003-10-02 08:47:11 +00:00
ossl_hmac.c * ext/openssl/ossl.c (ossl_buf2str): fix type of 1st argument for 2003-09-25 08:49:36 +00:00
ossl_hmac.h
ossl_ns_spki.c * ext/openssl: all files are reviewed to simplify and avoid memory leak. 2003-09-17 09:05:02 +00:00
ossl_ns_spki.h
ossl_ocsp.c * ext/openssl/ossl_ocsp.c (ossl_ocspreq_initialize): the argument 2003-09-20 19:18:22 +00:00
ossl_ocsp.h
ossl_pkcs7.c * ext/openssl: all files are reviewed to simplify and avoid memory leak. 2003-09-17 09:05:02 +00:00
ossl_pkcs7.h
ossl_pkey.c * ext/openssl: all files are reviewed to simplify and avoid memory leak. 2003-09-17 09:05:02 +00:00
ossl_pkey.h OpenSSL update 2003-09-12 13:46:48 +00:00
ossl_pkey_dh.c * ext/openssl/ossl_engine.c: add a new module OpenSSL::Engine. 2003-10-02 08:47:11 +00:00
ossl_pkey_dsa.c * ext/openssl/ossl_engine.c: add a new module OpenSSL::Engine. 2003-10-02 08:47:11 +00:00
ossl_pkey_rsa.c * ext/openssl/ossl_engine.c: add a new module OpenSSL::Engine. 2003-10-02 08:47:11 +00:00
ossl_rand.c * ext/openssl: all files are reviewed to simplify and avoid memory leak. 2003-09-17 09:05:02 +00:00
ossl_rand.h
ossl_ssl.c * ext/openssl/ruby_missing.c: rid of unnecessary backward 2003-09-06 08:56:09 +00:00
ossl_ssl.h
ossl_version.h
ossl_x509.c * ext/openssl/ossl.h: include openssl/conf.h and openssl/conf_api.h. 2003-09-08 10:31:38 +00:00
ossl_x509.h
ossl_x509attr.c * ext/openssl/ossl_asn1.c: add DER encoder and decoder. 2003-10-03 08:58:01 +00:00
ossl_x509cert.c * ext/openssl: all files are reviewed to simplify and avoid memory leak. 2003-09-17 09:05:02 +00:00
ossl_x509crl.c * ext/openssl: all files are reviewed to simplify and avoid memory leak. 2003-09-17 09:05:02 +00:00
ossl_x509ext.c * ext/openssl/extconf.rb: add check for X509V3_set_nconf. 2003-10-03 19:29:13 +00:00
ossl_x509name.c * ext/openssl: all files are reviewed to simplify and avoid memory leak. 2003-09-17 09:05:02 +00:00
ossl_x509req.c * ext/openssl: all files are reviewed to simplify and avoid memory leak. 2003-09-17 09:05:02 +00:00
ossl_x509revoked.c * ext/openssl/ruby_missing.c: rid of unnecessary backward 2003-09-06 08:56:09 +00:00
ossl_x509store.c * ext/openssl/ruby_missing.c: rid of unnecessary backward 2003-09-06 08:56:09 +00:00
ruby_missing.h * ext/openssl/ruby_missing.c: rid of unnecessary backward 2003-09-06 08:56:57 +00:00