ruby--ruby/test/openssl
gotoyuzo 07f245da37 * ext/openssl/ossl_x509name.c (ossl_x509name_to_s): add optional
second argument to specify the output format (see also
  X509_NAME_print_ex).

* ext/openssl/ossl_x509name.c (ossl_x509name_init): new constants:
  OpenSSL::X509::Name::COMPAT, OpenSSL::X509::Name::RFC2253,
  OpenSSL::X509::ONELINE, OpenSSL::X509::MULTILINE.

* ext/openssl/lib/openssl/x509.rb (OpenSSL::X509::Name::RFC2253DN):
  new module to provide the parse for RFC2253 DN format.

* ext/openssl/lib/openssl/x509.rb (OpenSSL::X509::Name.parse_rfc2253):
  new method to parse RFC2253 DN format.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6902 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-09-13 12:35:25 +00:00
..
ssl_server.rb * test/openssl/ssl_server.rb, test/openssl/test_ssl.rb: workaround to 2004-07-16 05:56:44 +00:00
test_cipher.rb * ext/openssl/extconf.rb: check for EVP_CIPHER_CTX_copy, ENGINE_add, 2004-06-30 10:48:43 +00:00
test_digest.rb * ext/openssl/extconf.rb: check for EVP_CIPHER_CTX_copy, ENGINE_add, 2004-06-30 10:48:43 +00:00
test_hmac.rb * ext/openssl/extconf.rb: check for EVP_CIPHER_CTX_copy, ENGINE_add, 2004-06-30 10:48:43 +00:00
test_ssl.rb * eval.c (rb_call0): should call rb_call_super() directly for 2004-07-28 09:05:08 +00:00
test_x509cert.rb
test_x509crl.rb * test_x509crl.rb (test_basic): add test for CRL issuer. 2004-05-21 18:25:25 +00:00
test_x509name.rb * ext/openssl/ossl_x509name.c (ossl_x509name_to_s): add optional 2004-09-13 12:35:25 +00:00
test_x509req.rb
test_x509store.rb * ext/openssl/ossl_asn1.c (ossl_asn1cons_to_der): fix type of 2004-07-14 09:09:36 +00:00
utils.rb * test_x509crl.rb (test_basic): add test for CRL issuer. 2004-05-21 18:25:25 +00:00