summaryrefslogtreecommitdiff
path: root/test/openssl
AgeCommit message (Expand)Author
2011-05-23* ext/openssl/ossl_asn1.c: Do not parse zero-tagged values as EOC. Doemboss
2011-05-22* ext/openssl/ossl_asn1.c: Forbid Constructives whose value is not anemboss
2011-05-22* ext/openssl/ossl_asn1.c: Forbid Constructive without infiniteemboss
2011-05-22* ext/openssl/ossl_asn1.c: Fix decoding of infinite length values.emboss
2011-05-21* test/openssl/test_pkey_dsa.rb: Add tests for sign/verify.emboss
2011-05-21* test/openssl/test_x509cert.rb: Merge DSA-related tests from ruby_1_8emboss
2011-05-18* test/openssl/test_pkey_rsa.rb: Add tests for sign/verify.emboss
2011-05-15* remove trailing spaces.nobu
2011-05-14Sat May 14 12:00:54 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>emboss
2011-05-14Sat May 14 10:32:36 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>emboss
2011-05-13Sat May 14 05:08:32 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>emboss
2011-05-13Sat May 14 04:19:06 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>emboss
2011-04-06* ext/openssl/ossl_pkey_dh.c (ossl_dh_initialize):naruse
2011-03-16 * ext/openssl/lib/openssl/buffering.rb (module OpenSSL): #flush shoulddrbrain
2011-02-13* test/openssl/test_config.rb (OpenSSL#test_freeze): fix errornobu
2011-02-05* ext/openssl/ossl_cipher.c (ossl_cipher_alloc): leave data ptrnobu
2011-01-29* ext/openssl/ossl_bn.c (GetBNPtr): add missing nil case.naruse
2011-01-26 * ext/openssl/ossl_asn1.c (ossl_asn1_decode0): OpenSSL::ASN1.decodenahi
2010-12-25Support OpenSSL 1.1; it supports RSA1024 and DSS1.naruse
2010-12-15drying up the requires in the openssl teststenderlove
2010-12-13adding a test for OpenSSL::PKCS12.createtenderlove
2010-12-11* ext/openssl/ossl_asn1.c: indefinite length BER to DER encoding istenderlove
2010-12-11refactor load error rescue to the openssl util filetenderlove
2010-12-10Include Comparable in OpenSSL::X509::Name, document #<=>drbrain
2010-12-09* ext/openssl/ossl_x509store.c (ossl_x509stctx_cleanup): removing Ctenderlove
2010-12-07Set DH Parameter for SSLContext to clean warnings.naruse
2010-12-01* test/openssl/test_ssl.rb (test_not_started_session): non socketusa
2010-11-15making ssl test a little bettertenderlove
2010-11-15STDIN is not valid when ruby doesn't have tty.naruse
2010-11-14* etc/openssl/ossl_ssl.c (ossl_ssl_get_cert): raise exception iftenderlove
2010-11-06removing empty teardown, cleaning up whitespace errorstenderlove
2010-11-06* test/openssl/test_ocsp.rb: adding test for r29699. Thanks Elisetenderlove
2010-10-04* ext/openssl/lib/openssl/bn.rb (Integer#to_bn): OpenSSL::BN.newnaruse
2010-09-22* test/openssl/utils.rb (OpenSSL#silent): always restore $VERBOSE. [ruby-dev:...kazu
2010-09-13* ext/openssl/ossl_bn.c (ossl_bn_is_prime): fix comparisonnaruse
2010-09-10 * ext/openssl/lib/openssl/x509-internal.rb: removed unused localnahi
2010-08-23 * backport r29071 from ruby_1_8;nahi
2010-08-19 * backport r28621 and r28632 from ruby_1_8;nahi
2010-05-19* test/openssl/test_ssl.rb (test_client_auth): Errno::ECONNRESET is raised onusa
2010-05-19* test/openssl/test_ssl.rb (server_loop): treat Errno::ENOTSOCK just like asusa
2010-05-06* test/openssl/test_ec.rb: added test_dsa_sign_asn1_FIPS186_3. dgst isnobu
2010-05-02* test: fixed wrong assertions.nobu
2010-02-28* test/openssl/{test_x509cert.rb,openssl,test_x509crl.rb,naruse
2010-02-28* test/openssl/{test_x509cert.rb,openssl,test_x509req.rb}:naruse
2010-02-23Add some more tests, revisited.knu
2010-02-23Back out the series of changes pending a due discussion.knu
2010-02-23Add some more tests.knu
2010-02-02use require_relative.akr
2010-01-25supress warnings.akr
2009-11-26* test/openssl/test_config.rb (OpenSSL::TestConfig): new test case.yugui