aboutsummaryrefslogtreecommitdiffstats
path: root/test/openssl
Commit message (Expand)AuthorAgeFilesLines
...
* * ext/openssl/ossl_bn.c (ossl_bn_initialize): allow Fixnum and Bignum.naruse2013-04-251-5/+30
* * test/csv/test_features.rb, test/logger/test_logger.rbakr2013-04-201-14/+12
* * test/openssl/test_cipher.rb: Correct a typonaruse2013-04-181-3/+3
* * ext/openssl/ossl_ssl.c: Correct shutdown behavior w.r.t GC.emboss2013-04-151-0/+27
* Fix #6154 by introducing new EAGAIN/EWOULDBLOCK/EINPROGRESSheadius2013-04-081-1/+1
* * ext/openssl/ossl_bn.c (ossl_bn_initialize): fix can't create from bn.naruse2013-04-031-0/+4
* fix typo: s/@ca_cert/@cacert/naruse2013-04-021-1/+1
* Suppress warning: OpenSSL::X509::StoreContext#cleanup is deprecated with no r...naruse2013-03-231-1/+4
* * ext/openssl/ossl.c: do not use FIPS_mode_set if not available.emboss2012-12-202-46/+6
* * remove trailing spaces.nobu2012-12-201-1/+1
* * ext/openssl/ossl_cipher.c: add support for Authenticated Encryptionemboss2012-12-201-4/+137
* * remove trailing spaces.nobu2012-12-201-2/+2
* * test/openssl/test_pkey_dh.rb: revert special treatment ofemboss2012-12-201-2/+1
* * ext/openssl/ossl.c: add OpenSSL.fips_mode= to allow enabling FIPSemboss2012-12-202-0/+59
* * test/openssl/test_ssl.rb: Use :TLSv1_2_client explicitly inemboss2012-12-181-1/+3
* * test/openssl/test_ssl.rb: Improve my grammar.emboss2012-12-181-3/+2
* * ext/openssl/lib/ssl.rb: Enable insertion of empty fragments as aemboss2012-12-181-2/+10
* * test/openssl/test_cipher.rb (test_ctr_if_exists): add CTR mode testnahi2012-11-291-0/+15
* * ruby.c (load_file_internal): set default source encoding asnaruse2012-11-061-0/+1
* * test/openssl/test_config.rb (OpenSSL#test_constants): skip only whennobu2012-10-061-3/+3
* * test/openssl/test_asn1_rb:emboss2012-09-036-14/+12
* * test/openssl/utils.rb: Use DSS1 as DSA signature digest for allemboss2012-09-031-1/+1
* remove trailing spaces.nobu2012-09-031-1/+1
* * ext/openssl/extconf.rb: Detect OpenSSL_FIPS macroemboss2012-09-035-9/+19
* * test/openssl/utils.rb: Use a cached DH key instead of generating aemboss2012-09-021-1/+8
* * ext/openssl/extconf.rb: Check existence of OPENSSL_NPN_NEGOTIATED.emboss2012-08-311-9/+76
* * test/openssl/utils.rbemboss2012-08-283-14/+15
* remove trainling spaces.nobu2012-08-216-13/+13
* * test/openssl/test_config.rb (OpenSSL#test_constants): skip thiskosaki2012-08-091-0/+2
* * ext/openssl/lib/openssl/digest.rbemboss2012-08-021-0/+8
* * test/openssl/test_config.rb: remove temporally files early.akr2012-07-181-0/+9
* * ext/openssl/ossl_pkey_ec.cemboss2012-06-101-0/+16
* * ext/openssl/ossl.cemboss2012-06-103-0/+27
* * ext/openssl/ossl_ssl.c: Introduce SSLContext#renegotiation_cb andemboss2012-06-091-28/+6
* * ext/openssl/ossl_ssl.c: Allow disabling client-side renegotiation.emboss2012-05-261-2/+42
* * test/openssl/test_ssl.rb: Clarify the intention of errors to beemboss2012-05-251-10/+13
* * ext/openssl/ossl_ssl.c: Revert r35583emboss2012-05-251-0/+2
* OpenSSL 1.0.1 pre-beta disabled TLS v1.2 by default.naruse2012-05-211-1/+1
* test_ssl.rb: test only if necessary option is available.nobu2012-05-071-6/+6
* * ext/openssl/ossl_ssl.c: add support for option flagsemboss2012-05-072-155/+208
* * ext/openssl/ossl_ssl.c: support TLSv1.1 & TLSv1.1. Add emboss2012-05-061-0/+29
* Wait until the callback is called with timeout.naruse2012-04-091-3/+6
* * ext/openssl/ossl_pkcs7.c: fix crash when parsing garbage data.emboss2012-03-291-0/+5
* * test/openssl/test_x509cert.rb: Exclude test that fails when issuingemboss2012-03-291-1/+2
* * ext/openssl/ossl_asn1.c: raise TypeError when trying to encode nilemboss2012-03-281-0/+12
* Fix condition.naruse2012-02-081-1/+1
* "street" for X509 Name is not supported before 0.9.8m.naruse2012-02-081-9/+28
* * ext/openssl/ossl_ssl.c: Add SSL constants and allow to unset SSLnahi2012-02-081-0/+15
* * ext/openssl/ossl_x509name.c: Use the numerical representation ofemboss2012-02-081-0/+51
* * Make sure to clear $! when ignoring an exceptionnahi2011-12-201-0/+11