summaryrefslogtreecommitdiff
path: root/ext/openssl
AgeCommit message (Expand)Author
2004-11-01* MANIFEST, ext/**/MANIFEST: removed.eban
2004-08-24* ext/openssl/ossl_x509attr.c (ossl_x509attr_initialize): d2igotoyuzo
2004-08-23* 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-07-01* ext/openssl/extconf.rb: check for EVP_CIPHER_CTX_copy, ENGINE_add,gotoyuzo
2004-06-30* ext/openssl/ossl_asn1.c (ossl_i2d_ASN1_TYPE, ossl_ASN1_TYPE_free):gotoyuzo
2004-06-30* ext/openssl/ossl_pkey_dh.c (ossl_dh_initialize): should creategotoyuzo
2004-06-30* ext/openssl/ossl_ssl.c (ossl_ssl_read): take optional second argumentgotoyuzo
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-04-05* eval.c (top_include): include in the wrapped load is done formatz
2004-02-23* ext/openssl/ossl_config.c (ossl_config_each): add new methodgotoyuzo
2004-01-29backport from Ruby-1.9.gotoyuzo
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
2003-11-13* ext/openssl/ossl_x509req.c (ossl_x509req_to_der): add function forgotoyuzo
2003-11-11* ext/openssl/ossl.c (ossl_x509_sk2ary, ossl_x509crl_sk2ary): addgotoyuzo
2003-11-10* lib/ext/openssl/ossl_conf.c (ossl_config_get_value): return nilgotoyuzo
2003-11-04* lib/webrick/https.rb (HTTPRequest#parse): set @client_cert_chain.gotoyuzo
2003-11-01* ext/openssl/ossl_ssl.c (ossl_ssl_peer_cert_chain): add new methodgotoyuzo
2003-10-29* ext/openssl/lib/openssl/buffering.rb (Buffering#initialize):gotoyuzo
2003-10-09* ext/openssl/ossl_x509name.c (ossl_x509name_initialize): addgotoyuzo
2003-10-06* ext/openssl/ossl_asn1.c (ossl_asn1_get_asn1type): use appropriategotoyuzo
2003-10-05* lib/ext/openssl/extconf.rb: add check for some engine functionsgotoyuzo
2003-10-04* ext/openssl/ossl_asn1.h: global symbols should be declaredgotoyuzo
2003-10-04* marshal.c (w_object): instance variable dump do not cause errormatz
2003-10-03* ext/openssl/extconf.rb: add check for X509V3_set_nconf.gotoyuzo
2003-10-03ossl_asn1.h was included twice.gotoyuzo
2003-10-03* ext/openssl/ossl_asn1.c: add DER encoder and decoder.gotoyuzo
2003-10-02ENGINE_load_public_key takes four arguments since OpenSSL-0.9.7gotoyuzo
2003-10-02ENGINE_load_private_key takes four arguments since OpenSSL-0.9.7gotoyuzo
2003-10-02* ext/openssl/ossl_engine.c: add a new module OpenSSL::Engine.gotoyuzo
2003-09-25 * ext/openssl/ossl.c (ossl_buf2str): fix type of 1st argument forusa
2003-09-24* ext/win32ole/win32ole.c, ext/openssl/ossl_pkey_dsa.c,nobu
2003-09-20* ext/openssl/ossl_ocsp.c (ossl_ocspreq_initialize): the argumentgotoyuzo
2003-09-17should check retuen value of rb_protect.gotoyuzo
2003-09-17fix command line in 'dep'.gotoyuzo
2003-09-17* ext/openssl: all files are reviewed to simplify and avoid memory leak.gotoyuzo
2003-09-12OpenSSL updatemichal
2003-09-10* ext/openssl/ossl.h: define OSSL_NO_CONF_API for win32 platform.gotoyuzo
2003-09-10* eval.c (win32_get_exception_list): avoid VC7 warning.usa