aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl
Commit message (Expand)AuthorAgeFilesLines
* * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLServer#intialize):gotoyuzo2005-05-222-1/+16
* * ext/openssl/extconf.rb: check for OPENSSL_cleanse.gotoyuzo2005-04-152-0/+5
* * ext/openssl/ossl_ssl.c: add callbacks to OpenSSL::SSL::SSLContexts.gotoyuzo2005-04-084-33/+234
* * ext/openssl/ossl_engine.c (ossl_engine_s_load): should returngotoyuzo2005-03-311-2/+6
* * ext/openssl/ossl_engine.c (ossl_engine_s_load): should not raisegotoyuzo2005-03-301-1/+1
* * ext/openssl/ossl_ssl.c (ossl_start_ssl, ossl_ssl_write): callgotoyuzo2005-03-092-3/+3
* * ext/openssl/ossl_ssl.c (ossl_start_ssl, ossl_ssl_read,gotoyuzo2005-03-074-74/+107
* * exception error messages updated. [ruby-core:04497]matz2005-02-281-2/+2
* * ext/openssl/lib/openssl/ssl.rbgotoyuzo2005-02-141-0/+26
* * ext/openss/ossl_x509store.c (ossl_x509store_set_default_paths):gotoyuzo2005-02-111-0/+12
* * ext/openssl/ossl_ocsp.c (ossl_ocspreq_to_der): should callgotoyuzo2005-01-221-1/+1
* * ext/openssl/ossl_ns_spki.c (ossl_spki_set_challenge): should callgotoyuzo2004-12-311-1/+1
* * ext/openssl/ossl_x509name.c (Init_ossl_x509name): should usegotoyuzo2004-12-271-1/+2
* * ext/openssl/ossl_asn1.c (ossl_asn1_traverse, ossl_asn1_decode,gotoyuzo2004-12-211-10/+12
* * ext/openssl/ossl_asn1.c (ossl_asn1_traverse, ossl_asn1_decode):gotoyuzo2004-12-211-5/+3
* * ext/openssl/ossl_asn1.c (ossl_asn1_traverse): [ruby-dev:25261]matz2004-12-211-0/+3
* * ext/openssl/lib/net/https.rb,protocols.rb,telnets.rb: deletegotoyuzo2004-12-203-10/+1
* * ext/openssl/ossl_x509store.cgotoyuzo2004-12-193-8/+154
* * ext/openssl/ossl.c (ossl_raise): refine message format.gotoyuzo2004-12-161-1/+2
* * ext/openssl/ossl_x509name.c (ossl_x509name_to_a): avoid SEGVgotoyuzo2004-12-151-1/+1
* * ext/openssl/ossl_digest.c (ossl_digest_initialize): [ruby-dev:25198]matz2004-12-1518-115/+127
* * ext/openssl/ossl.c (ossl_raise): avoid buffer overrun. [ruby-dev:25187]gotoyuzo2004-12-141-3/+3
* * ext/openssl/ossl_pkey_rsa.c (ossl_rsa_public_encrypt,gotoyuzo2004-12-051-25/+40
* * MANIFEST, ext/**/MANIFEST: removed.eban2004-11-011-62/+0
* * ext/openssl/ossl_x509attr.c (ossl_x509attr_initialize): d2igotoyuzo2004-08-243-6/+7
* * ext/openssl/ossl_ssl.c (ossl_ssl_read):gotoyuzo2004-08-232-23/+27
* * ext/openssl/ossl_asn1.c (ossl_asn1cons_to_der): fix type ofgotoyuzo2004-07-141-1/+1
* * ext/openssl/ossl_cipher.c (ossl_cipher_set_padding): last modify isgotoyuzo2004-07-011-3/+1
* * ext/openssl/extconf.rb: check for EVP_CIPHER_CTX_copy, ENGINE_add,gotoyuzo2004-07-016-136/+195
* * ext/openssl/ossl_asn1.c (ossl_i2d_ASN1_TYPE, ossl_ASN1_TYPE_free):gotoyuzo2004-06-301-8/+32
* * ext/openssl/ossl_pkey_dh.c (ossl_dh_initialize): should creategotoyuzo2004-06-303-9/+37
* * ext/openssl/ossl_ssl.c (ossl_ssl_read): take optional second argumentgotoyuzo2004-06-303-9/+25
* * ext/openssl/ossl_x509name.c: attribute value of DC (short name ofgotoyuzo2004-05-121-0/+1
* * ext/openssl/ossl_x509name.c (ossl_x509name_init_i): should return a value.gotoyuzo2004-04-121-1/+2
* * eval.c (top_include): include in the wrapped load is done formatz2004-04-054-8/+8
* * ext/openssl/ossl_config.c (ossl_config_each): add new methodgotoyuzo2004-02-231-10/+51
* backport from Ruby-1.9.gotoyuzo2004-01-292-44/+91
* * ext/openssl/extconf.rb: should check <openssl/conf_api.h> insteadgotoyuzo2004-01-201-9/+1
* * ext/openssl/extconf.rb: add check for OpenSSL version.gotoyuzo2004-01-191-0/+11
* * ext/openssl/ossl_pkey.c (ossl_pkey_to_der): removed; it returnsgotoyuzo2004-01-084-22/+75
* * ext/openssl/ossl_ssl.c (ossl_ssl_read): should check for errorgotoyuzo2003-12-241-12/+31
* * ext/openssl/ossl_pkcs12.c (ossl_pkcs12_initialize): first argumentusa2003-12-151-3/+5
* * ext/openssl/ossl_pkcs12.[ch]: new files. add OpenSSL::PKCS12.gotoyuzo2003-12-115-0/+174
* no need to care SSL_ERROR_NONE and SSL_ERROR_WANT_X509_LOOKUP.gotoyuzo2003-12-061-4/+1
* * ext/openssl/ossl_ssl.c (ossl_start_ssl): new function to wrapgotoyuzo2003-12-061-6/+25
* * ext/openssl/ossl_asn1.c (asn1time_to_time): should check thatgotoyuzo2003-12-041-3/+1
* * /ext/openssl/ossl_x509ext.c (ossl_x509extfactory_create_ext):gotoyuzo2003-11-151-2/+5
* * ext/openssl/ossl_x509req.c (ossl_x509req_to_der): add function forgotoyuzo2003-11-131-0/+21
* * ext/openssl/ossl.c (ossl_x509_sk2ary, ossl_x509crl_sk2ary): addgotoyuzo2003-11-113-6/+86
* * lib/ext/openssl/ossl_conf.c (ossl_config_get_value): return nilgotoyuzo2003-11-101-3/+7