aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl
Commit message (Expand)AuthorAgeFilesLines
* * ext/openssl/ossl_bio.c (ossl_obj2bio): should not use fptr->f.gotoyuzo2004-12-071-3/+16
* * rubyio.h, intern.h, io.c, file.c, process.c, ext/socket/socket.c,akr2004-12-061-2/+2
* * ext/openssl/ossl_pkey_rsa.c (ossl_rsa_public_encrypt,gotoyuzo2004-12-051-25/+40
* * MANIFEST, ext/**/MANIFEST: removed.eban2004-11-011-60/+0
* * node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers.matz2004-10-271-1/+0
* * ext/openssl/ossl_x509store.cgotoyuzo2004-10-151-3/+30
* * ext/openssl/ossl_x509name.c (ossl_x509name_to_s): add optionalgotoyuzo2004-09-132-5/+117
* * ext/openssl/ossl_x509attr.c (ossl_x509attr_initialize): d2igotoyuzo2004-08-233-6/+7
* * ext/openssl/ossl_ssl.c (ossl_ssl_read):gotoyuzo2004-08-222-23/+27
* * ext/openssl/ossl_asn1.c (ossl_asn1cons_to_der): fix type ofgotoyuzo2004-07-141-1/+1
* * ext/openssl/ossl_cipher.c (ossl_cipher_set_padding): last modify isgotoyuzo2004-07-011-1/+1
* * ext/openssl/ossl_cipher.c (ossl_cipher_encrypt, ossl_cipher_decrypt):gotoyuzo2004-06-301-75/+74
* * ext/openssl/extconf.rb: check for EVP_CIPHER_CTX_copy, ENGINE_add,gotoyuzo2004-06-306-65/+112
* * ext/openssl/ossl_pkey_dh.c (ossl_dh_initialize): should creategotoyuzo2004-06-213-9/+37
* * ext/openssl/ossl_ssl.c (ossl_ssl_read): take optional second argumentgotoyuzo2004-05-263-8/+19
* * ext/openssl/ossl_asn1.c (ossl_i2d_ASN1_TYPE, ossl_ASN1_TYPE_free):gotoyuzo2004-05-241-8/+32
* * ext/openssl/ossl_x509name.c: attribute value of DC (short name ofgotoyuzo2004-05-121-0/+1
* * ext/openssl/ossl_x509name.c (ossl_x509name_init_i): should return a value.gotoyuzo2004-04-121-1/+2
* * exception message clean-up by Ian Macdonald <ian@caliban.org>.matz2004-03-294-8/+8
* MANIFEST update.nobu2004-03-231-2/+0
* * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SocketForwarder):gotoyuzo2004-03-151-1/+6
* * lib/net/http.rb: spin off https code again.aamine2004-03-062-158/+0
* * lib/net/http.rb: net/https is merged.aamine2004-03-051-89/+3
* * ext/openssl/ossl_config.c (ossl_config_each): add new methodgotoyuzo2004-02-231-10/+51
* * ext/openssl/ossl_x509name.c (ossl_x509name_add_entry): thirdgotoyuzo2004-01-251-14/+20
* * ext/openssl/ossl_x509hame.c (ossl_x509name_initialize): changegotoyuzo2004-01-242-44/+85
* * ext/openssl/extconf.rb: should check <openssl/conf_api.h> insteadgotoyuzo2004-01-201-9/+1
* * ext/openssl/extconf.rb: add check for OpenSSL version.gotoyuzo2004-01-191-0/+11
* * ext/openssl/ossl_pkey.c (ossl_pkey_to_der): removed; it returnsgotoyuzo2004-01-084-22/+75
* * ext/openssl/ossl_ssl.c (ossl_ssl_read): should check for errorgotoyuzo2003-12-241-12/+31
* * ext/openssl/ossl_pkcs12.c (ossl_pkcs12_initialize): first argumentusa2003-12-151-3/+5
* * ext/openssl/ossl_pkcs12.[ch]: new files. add OpenSSL::PKCS12.gotoyuzo2003-12-115-0/+174
* no need to care SSL_ERROR_NONE and SSL_ERROR_WANT_X509_LOOKUP.gotoyuzo2003-12-061-4/+1
* * ext/openssl/ossl_ssl.c (ossl_start_ssl): new function to wrapgotoyuzo2003-12-061-6/+25
* * ext/openssl/ossl_asn1.c (asn1time_to_time): should check thatgotoyuzo2003-12-041-3/+1
* * /ext/openssl/ossl_x509ext.c (ossl_x509extfactory_create_ext):gotoyuzo2003-11-151-2/+5
* * ext/openssl/ossl_x509req.c (ossl_x509req_to_der): add function forgotoyuzo2003-11-131-0/+21
* * ext/openssl/ossl.c (ossl_x509_sk2ary, ossl_x509crl_sk2ary): addgotoyuzo2003-11-113-6/+86
* * lib/ext/openssl/ossl_conf.c (ossl_config_get_value): return nilgotoyuzo2003-11-101-3/+7
* * lib/webrick/https.rb (HTTPRequest#parse): set @client_cert_chain.gotoyuzo2003-11-041-0/+1
* * ext/openssl/ossl_ssl.c (ossl_ssl_peer_cert_chain): add new methodgotoyuzo2003-11-014-5/+42
* * ext/openssl/lib/openssl/buffering.rb (Buffering#initialize):gotoyuzo2003-10-294-3/+28
* * ext/openssl/ossl_x509name.c (ossl_x509name_initialize): addgotoyuzo2003-10-092-7/+6
* * ext/openssl/ossl_asn1.c (ossl_asn1_get_asn1type): use appropriategotoyuzo2003-10-061-1/+47
* * lib/ext/openssl/extconf.rb: add check for some engine functionsgotoyuzo2003-10-052-0/+28
* * ext/openssl/ossl_asn1.h: global symbols should be declaredgotoyuzo2003-10-041-18/+18
* * marshal.c (w_object): instance variable dump do not cause errormatz2003-10-041-0/+1
* * ext/openssl/extconf.rb: add check for X509V3_set_nconf.gotoyuzo2003-10-032-0/+5
* ossl_asn1.h was included twice.gotoyuzo2003-10-031-1/+0
* * ext/openssl/ossl_asn1.c: add DER encoder and decoder.gotoyuzo2003-10-036-14/+1017