summaryrefslogtreecommitdiff
path: root/ext/openssl
AgeCommit message (Expand)Author
2005-03-04* array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz
2005-02-16* ext/openssl/lib/openssl/ssl.rb (OpenSSL::Nonblock#initialize):gotoyuzo
2005-02-15* ext/openssl/ossl_ssl.c (ossl_ssl_read, ossl_ssl_write): shouldgotoyuzo
2005-02-14* ext/openssl/lib/openssl/ssl.rbgotoyuzo
2005-02-11* ext/openss/ossl_x509store.c (ossl_x509store_set_default_paths):gotoyuzo
2005-01-22* ext/openssl/ossl_ocsp.c (ossl_ocspreq_to_der): should callgotoyuzo
2004-12-31* ext/openssl/ossl_ns_spki.c (ossl_spki_set_challenge): should callgotoyuzo
2004-12-27* ext/openssl/ossl_x509name.c (Init_ossl_x509name): should usegotoyuzo
2004-12-21* ext/openssl/ossl_asn1.c (ossl_asn1_decode_all): use rb_str_new4gotoyuzo
2004-12-21* ext/openssl/ossl_asn1.c (ossl_asn1_traverse, ossl_asn1_decode):gotoyuzo
2004-12-20* lib/net/https.rb: delete descriptions about key_file and cert_file.gotoyuzo
2004-12-16* ext/openssl/ossl.c (ossl_raise): refine message format.gotoyuzo
2004-12-15* lib/set.rb (Set#==): [ruby-dev:25206]matz
2004-12-14* ext/openssl/ossl.c (ossl_raise): avoid buffer overrun. [ruby-dev:25187]gotoyuzo
2004-12-07* ext/openssl/ossl_bio.c (ossl_obj2bio): should not use fptr->f.gotoyuzo
2004-12-06* rubyio.h, intern.h, io.c, file.c, process.c, ext/socket/socket.c,akr
2004-12-05* ext/openssl/ossl_pkey_rsa.c (ossl_rsa_public_encrypt,gotoyuzo
2004-11-01* MANIFEST, ext/**/MANIFEST: removed.eban
2004-10-27* node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers.matz
2004-10-15* ext/openssl/ossl_x509store.cgotoyuzo
2004-09-13* ext/openssl/ossl_x509name.c (ossl_x509name_to_s): add optionalgotoyuzo
2004-08-23* ext/openssl/ossl_x509attr.c (ossl_x509attr_initialize): d2igotoyuzo
2004-08-22* ext/openssl/ossl_ssl.c (ossl_ssl_read):gotoyuzo
2004-07-14* ext/openssl/ossl_asn1.c (ossl_asn1cons_to_der): fix type ofgotoyuzo
2004-07-01* ext/openssl/ossl_cipher.c (ossl_cipher_set_padding): last modify isgotoyuzo
2004-06-30* ext/openssl/ossl_cipher.c (ossl_cipher_encrypt, ossl_cipher_decrypt):gotoyuzo
2004-06-30* ext/openssl/extconf.rb: check for EVP_CIPHER_CTX_copy, ENGINE_add,gotoyuzo
2004-06-21* ext/openssl/ossl_pkey_dh.c (ossl_dh_initialize): should creategotoyuzo
2004-05-26* ext/openssl/ossl_ssl.c (ossl_ssl_read): take optional second argumentgotoyuzo
2004-05-24* ext/openssl/ossl_asn1.c (ossl_i2d_ASN1_TYPE, ossl_ASN1_TYPE_free):gotoyuzo
2004-05-12* ext/openssl/ossl_x509name.c: attribute value of DC (short name ofgotoyuzo
2004-04-12* ext/openssl/ossl_x509name.c (ossl_x509name_init_i): should return a value.gotoyuzo
2004-03-29* exception message clean-up by Ian Macdonald <ian@caliban.org>.matz
2004-03-23MANIFEST update.nobu
2004-03-15* ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SocketForwarder):gotoyuzo
2004-03-06* lib/net/http.rb: spin off https code again.aamine
2004-03-05* lib/net/http.rb: net/https is merged.aamine
2004-02-23* ext/openssl/ossl_config.c (ossl_config_each): add new methodgotoyuzo
2004-01-25* ext/openssl/ossl_x509name.c (ossl_x509name_add_entry): thirdgotoyuzo
2004-01-24* ext/openssl/ossl_x509hame.c (ossl_x509name_initialize): changegotoyuzo
2004-01-20* ext/openssl/extconf.rb: should check <openssl/conf_api.h> insteadgotoyuzo
2004-01-19* ext/openssl/extconf.rb: add check for OpenSSL version.gotoyuzo
2004-01-08* ext/openssl/ossl_pkey.c (ossl_pkey_to_der): removed; it returnsgotoyuzo
2003-12-24* ext/openssl/ossl_ssl.c (ossl_ssl_read): should check for errorgotoyuzo
2003-12-15* ext/openssl/ossl_pkcs12.c (ossl_pkcs12_initialize): first argumentusa
2003-12-11* ext/openssl/ossl_pkcs12.[ch]: new files. add OpenSSL::PKCS12.gotoyuzo
2003-12-06no need to care SSL_ERROR_NONE and SSL_ERROR_WANT_X509_LOOKUP.gotoyuzo
2003-12-06* ext/openssl/ossl_ssl.c (ossl_start_ssl): new function to wrapgotoyuzo
2003-12-04 * ext/openssl/ossl_asn1.c (asn1time_to_time): should check thatgotoyuzo
2003-11-15* /ext/openssl/ossl_x509ext.c (ossl_x509extfactory_create_ext):gotoyuzo