summaryrefslogtreecommitdiff
path: root/ext/openssl
AgeCommit message (Expand)Author
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
2003-09-08* ext/openssl/ossl_config.rb: avoid compile error in OpenSSL-0.9.6.gotoyuzo
2003-09-08* ext/openssl/ossl_config.c (ext/openssl/ossl_config.c): typofix (ossl_raise).eban
2003-09-08* ext/openssl/ossl.h: include openssl/conf.h and openssl/conf_api.h.gotoyuzo
2003-09-06* ext/openssl/ruby_missing.c: rid of unnecessary backwardgotoyuzo
2003-09-06* ext/openssl/ruby_missing.c: rid of unnecessary backwardgotoyuzo
2003-09-05* ext/openssl/lib/openssl/x509.rb: new method X509::Name::parse.gotoyuzo
2003-09-04* MANIFEST: add and remove entries for the previous ext/openssl/sample move.nahi
2003-09-04* ext/io/wait/.cvsignore: added.nahi
2003-09-04* sample/openssl: added. Sample of standard distribution library should benahi
2003-09-02* ext/openssl/lib/net/protocols.rb (SSLIO#ssl_connect): warninggotoyuzo
2003-08-19* lib/webrick/ssl.rb: new file; SSL/TLS enhancement for GenericServer.gotoyuzo
2003-08-18* ext/openssl/ossl_ssl.c: sync_close is moved to SSLSocket asgotoyuzo
2003-08-17* ext/openssl/extconf.rb (HAVE_VA_ARGS_MACRO): need to compile.nobu
2003-08-17* ext/openssl/lib/openssl/ssl.rb (SSLSocket#sync_close=): add agotoyuzo
2003-08-16* marshal.c (w_symbol, w_object): get rid of warnings.nobu
2003-08-10* ext/openssl/lib/openssl/buffering.rb: increase BLOCK_SIZEgotoyuzo
2003-08-02* lib/mkmf.rb (pkg_config): get configuration by pkg-config. [new]nobu
2003-08-01*** empty log message ***nobu
2003-08-01* ext/openssl/extconf.rb: should replace literally.nobu
2003-07-31* ext/openssl/extconf.rb: move gmake specific featuresgotoyuzo
2003-07-30* ext/openssl/ossl_ssl.c (ossl_sslctx_initialize): should initializegotoyuzo
2003-07-28* ext/openssl/lib/net/https.rb (use_ssl=): raise ProtocolError ifgotoyuzo
2003-07-28* ext/openssl/extconf.rb: check again after pkg-config for MinGW oneban
2003-07-27* ext/openssl/extconf.rb: better support MinGW. addeban
2003-07-26* io.c (rb_fdopen): set errno if it's zero on win32 platforms.usa
2003-07-25* ext/openssl/ossl.h: fix comment.gotoyuzo
2003-07-25* ext/openssl/extconf.rb: refine va-args macro detection.gotoyuzo
2003-07-25* ext/openssl/ossl_ssl.c (ossl_ssl_setup): need to pass the realusa
2003-07-25* Added samples.nahi
2003-07-25* ext/openssl/sample: Add samples.nahi