| Commit message (Expand) | Author | Age | Files | Lines |
* | * ext/openssl/lib/net/ssl.rb (OpenSSL::SSL::SSLContext.build): removed. | gotoyuzo | 2007-12-22 | 1 | -5/+9 |
* | * ext/openssl/ossl_ssl.c (ossl_sslctx_set_ssl_version): | gotoyuzo | 2007-12-17 | 1 | -19/+85 |
* | * ext/openssl/lib/openssl/buffering.rb (Buffering#gets): added second | gotoyuzo | 2007-12-17 | 1 | -0/+5 |
* | * test/openssl/test_pair.rb (SSLPair#ssl_pair): join the thread, even | akr | 2007-12-15 | 1 | -0/+5 |
* | * test/openssl/test_pkcs7.rb: Remove redundant module namespace. | gotoyuzo | 2007-12-08 | 1 | -5/+5 |
* | * ext/openssl/{extconf.rb,ossl_ssl_session.c}: | technorama | 2007-06-18 | 1 | -0/+113 |
* | * test/openssl/test_asn1.c: String#[]= doesnt't accept Integer. | gotoyuzo | 2006-07-02 | 1 | -1/+1 |
* | * ext/openssl/extconf.rb: add check for OBJ_NAME_do_all_sorted. | gotoyuzo | 2006-05-08 | 2 | -9/+51 |
* | * test/openssl/test_ssl.rb (test_parallel): call GC.start to close | gotoyuzo | 2005-12-12 | 1 | -0/+1 |
* | * ext/openssl/extconf.rb: check for X509V3_EXT_nconf_nid. | gotoyuzo | 2005-11-22 | 1 | -0/+74 |
* | * ext/openssl/ossl_cipher.c (ossl_cipher_update): input data must | gotoyuzo | 2005-10-30 | 1 | -0/+5 |
* | * ext/openssl/ossl_pkey.h, ossl_pkey_rsa.c, ossl_pkey_dsa.c: | gotoyuzo | 2005-09-18 | 1 | -0/+11 |
* | * test/openssl/test_pkcs7.rb (test_enveloped): skip this test | gotoyuzo | 2005-09-12 | 1 | -0/+6 |
* | * ext/openssl/ossl_asn1.c (asn1str_to_str): new function. | gotoyuzo | 2005-09-07 | 1 | -0/+148 |
* | * add test for SHA224, SHA256, SHA384 and SHA512. | gotoyuzo | 2005-08-22 | 1 | -0/+9 |
* | * ext/openssl/ossl_ns_spki.c (ossl_spki_initialize): try to decode | gotoyuzo | 2005-08-22 | 2 | -0/+81 |
* | * test/openssl/test_x509store.rb: add test for expired CRL | gotoyuzo | 2005-05-28 | 1 | -7/+28 |
* | * ext/openssl/ossl_ssl.c: OpenSSL::SSL::SSLContexts suports callbacks: | gotoyuzo | 2005-03-09 | 3 | -191/+41 |
* | * ext/openssl/ossl_ssl.c (ossl_start_ssl): should wait for that | gotoyuzo | 2005-03-05 | 1 | -0/+332 |
* | * test/openssl/ssl_server.rb: get rid of race condition. | nobu | 2005-02-16 | 1 | -2/+1 |
* | * ext/openssl/lib/openssl/ssl.rb | gotoyuzo | 2005-02-14 | 1 | -0/+49 |
* | * ext/openssl/ossl_asn1.c (ossl_asn1_traverse, ossl_asn1_decode): | gotoyuzo | 2004-12-21 | 1 | -0/+197 |
* | * ext/openssl/ossl_pkey_rsa.c (ossl_rsa_public_encrypt, | gotoyuzo | 2004-12-05 | 1 | -0/+38 |
* | * test/openssl/ssl_server.rb: try to listen ports from 20443 to 20542 | gotoyuzo | 2004-11-17 | 3 | -38/+39 |
* | * ext/openssl/ossl_x509store.c | gotoyuzo | 2004-10-15 | 1 | -0/+32 |
* | * ext/openssl/ossl_x509name.c (ossl_x509name_to_s): add optional | gotoyuzo | 2004-09-13 | 1 | -0/+99 |
* | * eval.c (rb_call0): should call rb_call_super() directly for | matz | 2004-07-28 | 1 | -4/+8 |
* | * test/openssl/test_ssl.rb: add workaround for Cygwin. | gotoyuzo | 2004-07-18 | 1 | -0/+4 |
* | * test/openssl/ssl_server.rb, test/openssl/test_ssl.rb: workaround to | gotoyuzo | 2004-07-16 | 2 | -9/+2 |
* | * ext/openssl/ossl_asn1.c (ossl_asn1cons_to_der): fix type of | gotoyuzo | 2004-07-14 | 1 | -0/+2 |
* | * ext/openssl/extconf.rb: check for EVP_CIPHER_CTX_copy, ENGINE_add, | gotoyuzo | 2004-06-30 | 3 | -0/+161 |
* | * test/openssl/test_ssl.rb: use Process.kill to kill child process | gotoyuzo | 2004-06-20 | 2 | -17/+24 |
* | * add test for OpenSSL::SSL. | gotoyuzo | 2004-05-26 | 2 | -0/+262 |
* | * test/openssl/test_x509name.rb: short names of some OIDs (serialNumber | gotoyuzo | 2004-05-24 | 2 | -8/+25 |
* | * test_x509crl.rb (test_basic): add test for CRL issuer. | gotoyuzo | 2004-05-21 | 3 | -0/+145 |
* | * rescue LoadError. [ruby-dev:23539] | gotoyuzo | 2004-05-19 | 4 | -7/+35 |
* | * test for OpenSSL::X509 | gotoyuzo | 2004-05-17 | 5 | -0/+799 |