ruby--ruby/ext/openssl
gotoyuzo ab2e1c141f * ext/openssl/ossl_pkcs12.[ch]: new files. add OpenSSL::PKCS12.
* ext/openssl/ossl_ossl.[ch]: ditto.

* ext/openssl/MANIFEST: add ossl_pkcs12.[ch].


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5172 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-12-11 12:29:08 +00:00
..
lib * ext/openssl/lib/openssl/buffering.rb (Buffering#initialize): 2003-10-29 17:27:59 +00:00
.cvsignore
MANIFEST * ext/openssl/ossl_pkcs12.[ch]: new files. add OpenSSL::PKCS12. 2003-12-11 12:29:08 +00:00
extconf.rb * lib/ext/openssl/extconf.rb: add check for some engine functions 2003-10-05 13:58:02 +00:00
openssl_missing.c
openssl_missing.h
ossl.c * ext/openssl/ossl_pkcs12.[ch]: new files. add OpenSSL::PKCS12. 2003-12-11 12:29:08 +00:00
ossl.h * ext/openssl/ossl_pkcs12.[ch]: new files. add OpenSSL::PKCS12. 2003-12-11 12:29:08 +00:00
ossl_asn1.c * ext/openssl/ossl_asn1.c (asn1time_to_time): should check that 2003-12-04 00:21:31 +00:00
ossl_asn1.h
ossl_bio.c
ossl_bio.h
ossl_bn.c
ossl_bn.h
ossl_cipher.c
ossl_cipher.h
ossl_config.c * lib/ext/openssl/ossl_conf.c (ossl_config_get_value): return nil 2003-11-10 18:31:36 +00:00
ossl_config.h
ossl_digest.c
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
ossl_hmac.c
ossl_hmac.h
ossl_ns_spki.c
ossl_ns_spki.h
ossl_ocsp.c
ossl_ocsp.h
ossl_pkcs7.c * ext/openssl/ossl.c (ossl_x509_sk2ary, ossl_x509crl_sk2ary): add 2003-11-11 21:20:20 +00:00
ossl_pkcs7.h
ossl_pkcs12.c * ext/openssl/ossl_pkcs12.[ch]: new files. add OpenSSL::PKCS12. 2003-12-11 12:29:08 +00:00
ossl_pkcs12.h * ext/openssl/ossl_pkcs12.[ch]: new files. add OpenSSL::PKCS12. 2003-12-11 12:29:08 +00:00
ossl_pkey.c
ossl_pkey.h
ossl_pkey_dh.c
ossl_pkey_dsa.c
ossl_pkey_rsa.c
ossl_rand.c
ossl_rand.h
ossl_ssl.c no need to care SSL_ERROR_NONE and SSL_ERROR_WANT_X509_LOOKUP. 2003-12-06 14:33:52 +00:00
ossl_ssl.h
ossl_version.h
ossl_x509.c
ossl_x509.h * ext/openssl/ossl_ssl.c (ossl_ssl_peer_cert_chain): add new method 2003-11-01 09:24:55 +00:00
ossl_x509attr.c
ossl_x509cert.c
ossl_x509crl.c
ossl_x509ext.c * /ext/openssl/ossl_x509ext.c (ossl_x509extfactory_create_ext): 2003-11-15 13:19:17 +00:00
ossl_x509name.c * ext/openssl/ossl_x509name.c (ossl_x509name_initialize): add 2003-10-09 16:20:22 +00:00
ossl_x509req.c * ext/openssl/ossl_x509req.c (ossl_x509req_to_der): add function for 2003-11-13 07:48:20 +00:00
ossl_x509revoked.c
ossl_x509store.c
ruby_missing.h