1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/openssl
gotoyuzo 21d42dc45b * ext/openssl/ossl_asn1.c (ossl_asn1_traverse, ossl_asn1_decode):
use rb_str_new4 to avoid SEGV. fix [ruby-dev:25261]

* test/openssl/test_asn1.rb: add tests for OpenSSL::ASN1.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7623 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-12-21 03:44:17 +00:00
..
ssl_server.rb * test/openssl/ssl_server.rb: try to listen ports from 20443 to 20542 2004-11-17 08:04:19 +00:00
test_asn1.rb * ext/openssl/ossl_asn1.c (ossl_asn1_traverse, ossl_asn1_decode): 2004-12-21 03:44:17 +00:00
test_cipher.rb
test_digest.rb
test_hmac.rb
test_pkey_rsa.rb * ext/openssl/ossl_pkey_rsa.c (ossl_rsa_public_encrypt, 2004-12-05 16:36:26 +00:00
test_ssl.rb * test/openssl/ssl_server.rb: try to listen ports from 20443 to 20542 2004-11-17 08:04:19 +00:00
test_x509cert.rb
test_x509crl.rb
test_x509name.rb * test/openssl/ssl_server.rb: try to listen ports from 20443 to 20542 2004-11-17 08:04:19 +00:00
test_x509req.rb
test_x509store.rb * ext/openssl/ossl_x509store.c 2004-10-15 09:16:19 +00:00
utils.rb