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
technorama ca5c47cb1d * ext/openssl/ossl_ssl.c: initialize session class.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@16091 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2008-04-20 05:33:56 +00:00
..
lib Mon Feb 25 17:30:29 2008 Technorama Ltd. <oss-ruby@technorama.net> 2008-02-25 08:48:57 +00:00
.cvsignore add extconf.h. 2006-06-25 12:20:27 +00:00
extconf.rb * ext/openssl/{extconf.rb,ossl_ssl_session.c}: 2007-06-18 09:03:15 +00:00
openssl_missing.c * ext/openssl/extconf.rb: use create_header. 2006-06-02 10:03:16 +00:00
openssl_missing.h * ext/openssl/extconf.rb: check for OPENSSL_cleanse. 2005-04-15 19:16:18 +00:00
ossl.c import OpenSSL from trunk 2007-06-08 15:02:04 +00:00
ossl.h * ext/digest/digest.c (rb_digest_instance_update, 2007-07-15 13:24:51 +00:00
ossl_asn1.c import OpenSSL from trunk 2007-06-08 15:02:04 +00:00
ossl_asn1.h these files were forgotten in last commit. 2005-09-10 01:17:00 +00:00
ossl_bio.c import OpenSSL from trunk 2007-06-08 15:02:04 +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 import OpenSSL from trunk 2007-06-08 15:02:04 +00:00
ossl_bn.h import OpenSSL from trunk 2007-06-08 15:02:04 +00:00
ossl_cipher.c import OpenSSL from trunk 2007-06-08 15:02:04 +00:00
ossl_cipher.h import OpenSSL from trunk 2007-06-08 15:02:04 +00:00
ossl_config.c * ext/openssl/ossl_config.c (ossl_config_set_section): do not 2007-07-20 06:22:54 +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 Mon Feb 25 17:30:29 2008 Technorama Ltd. <oss-ruby@technorama.net> 2008-02-25 08:48:57 +00:00
ossl_digest.h import OpenSSL from trunk 2007-06-08 15:02:04 +00:00
ossl_engine.c import OpenSSL from trunk 2007-06-08 15:02:04 +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 import OpenSSL from trunk 2007-06-08 15:02:04 +00:00
ossl_hmac.h * ext/openssl: imported. 2003-07-23 16:12:24 +00:00
ossl_ns_spki.c import OpenSSL from trunk 2007-06-08 15:02:04 +00:00
ossl_ns_spki.h * ext/openssl: imported. 2003-07-23 16:12:24 +00:00
ossl_ocsp.c import OpenSSL from trunk 2007-06-08 15:02:04 +00:00
ossl_ocsp.h * ext/openssl: imported. 2003-07-23 16:12:24 +00:00
ossl_pkcs5.c import OpenSSL from trunk 2007-06-08 15:02:04 +00:00
ossl_pkcs5.h * ext/digest/digest.c (rb_digest_instance_update, 2007-07-15 13:24:51 +00:00
ossl_pkcs7.c import OpenSSL from trunk 2007-06-08 15:02:04 +00:00
ossl_pkcs7.h import OpenSSL from trunk 2007-06-08 15:02:04 +00:00
ossl_pkcs12.c import OpenSSL from trunk 2007-06-08 15:02:04 +00:00
ossl_pkcs12.h import OpenSSL from trunk 2007-06-08 15:02:04 +00:00
ossl_pkey.c import OpenSSL from trunk 2007-06-08 15:02:04 +00:00
ossl_pkey.h import OpenSSL from trunk 2007-06-08 15:02:04 +00:00
ossl_pkey_dh.c * ext/openssl/ossl_pkey_{ec,dh,dsa,rsa}.c: Remove useless warnings. 2008-02-26 07:11:23 +00:00
ossl_pkey_dsa.c * ext/openssl/ossl_pkey_{ec,dh,dsa,rsa}.c: Remove useless warnings. 2008-02-26 07:11:23 +00:00
ossl_pkey_ec.c * ext/openssl/ossl_pkey_{ec,dh,dsa,rsa}.c: Remove useless warnings. 2008-02-26 07:11:23 +00:00
ossl_pkey_rsa.c * ext/openssl/ossl_pkey_{ec,dh,dsa,rsa}.c: Remove useless warnings. 2008-02-26 07:11:23 +00:00
ossl_rand.c * ext/openssl/ossl_ssl.c: Only show a warning if the default 2007-12-27 01:50:50 +00:00
ossl_rand.h * ext/openssl: imported. 2003-07-23 16:12:24 +00:00
ossl_ssl.c * ext/openssl/ossl_ssl.c: initialize session class. 2008-04-20 05:33:56 +00:00
ossl_ssl.h import OpenSSL from trunk 2007-06-08 15:02:04 +00:00
ossl_ssl_session.c * ext/openssl/ossl_pkey_{ec,dh,dsa,rsa}.c: Remove useless warnings. 2008-02-26 07:11:23 +00:00
ossl_version.h * ext/openssl: imported. 2003-07-23 16:12:24 +00:00
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 * ext/openssl/ossl_ssl.c (ossl_ssl_peer_cert_chain): add new method 2003-11-01 09:24:55 +00:00
ossl_x509attr.c import OpenSSL from trunk 2007-06-08 15:02:04 +00:00
ossl_x509cert.c import OpenSSL from trunk 2007-06-08 15:02:04 +00:00
ossl_x509crl.c import OpenSSL from trunk 2007-06-08 15:02:04 +00:00
ossl_x509ext.c import OpenSSL from trunk 2007-06-08 15:02:04 +00:00
ossl_x509name.c * ext/digest/digest.c (rb_digest_instance_update, 2007-07-15 13:24:51 +00:00
ossl_x509req.c import OpenSSL from trunk 2007-06-08 15:02:04 +00:00
ossl_x509revoked.c import OpenSSL from trunk 2007-06-08 15:02:04 +00:00
ossl_x509store.c import OpenSSL from trunk 2007-06-08 15:02:04 +00:00
ruby_missing.h import OpenSSL from trunk 2007-06-08 15:02:04 +00:00