aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl
Commit message (Expand)AuthorAgeFilesLines
* * ext/openssl/ossl_x509crl.c: parenthesize macro arguments.akr2011-03-151-6/+6
* * ext/openssl/ossl_x509cert.c: parenthesize macro arguments.akr2011-03-141-6/+6
* * ext/openssl/ossl_x509attr.c: parenthesize macro arguments.akr2011-03-131-6/+6
* * ext/openssl/ossl_ssl_session.c: parenthesize macro arguments.akr2011-03-111-4/+4
* * ext/openssl/ossl_ssl.h: parenthesize macro arguments.akr2011-03-101-4/+4
* * ext/openssl/ossl_ssl.c: parenthesize macro arguments.akr2011-03-091-4/+4
* * ext/openssl/ossl_rand.c: parenthesize macro arguments.akr2011-03-081-2/+2
* * ext/openssl/ossl_pkey_rsa.c: parenthesize macro arguments.akr2011-03-071-2/+2
* cancel subversion backfire. sorrymatz2011-03-078-66/+66
* * gc.c (rb_gc_set_params): allow GC parameter configuration bymatz2011-03-078-66/+66
* * ext/openssl/ossl_pkey_ec.c: parenthesize macro arguments.akr2011-03-061-22/+22
* * ext/openssl/ossl_pkey_dsa.c: parenthesize macro arguments.akr2011-03-031-2/+2
* * ext/openssl/ossl_pkey_dh.c: parenthesize macro arguments.akr2011-03-021-2/+2
* * ext/openssl/ossl_pkey.h: parenthesize macro arguments.akr2011-03-011-8/+8
* * ext/openssl/ossl_pkcs7.c: parenthesize macro arguments.akr2011-02-281-19/+19
* * ext/openssl/ossl_pkcs12.c: parenthesize macro arguments.akr2011-02-281-6/+6
* * ext/openssl/ossl_ocsp.c: parenthesize macro arguments.akr2011-02-281-24/+24
* * ext/openssl/ossl_cipher.c (ossl_cipher_init): typo fix.shyouhei2011-02-281-1/+1
* * ext/openssl/ossl_ns_spki.c: parenthesize macro arguments.akr2011-02-271-4/+4
* * ext/openssl/ossl_hmac.c: parenthesize macro arguments.akr2011-02-241-5/+5
* * ext/openssl/ossl_engine.c: parenthesize macro arguments.akr2011-02-231-6/+6
* * ext/openssl/ossl_digest.c: parenthesize macro arguments.akr2011-02-221-4/+4
* * ext/openssl/ossl_cipher.c: parenthesize macro arguments.akr2011-02-201-7/+7
* * ext/openssl/ossl_bn.c: parenthesize macro arguments.akr2011-02-191-6/+6
* * ext/openssl/ossl.h: parenthesize macro arguments.akr2011-02-171-8/+8
* * ext/openssl/openssl_missing.h: parenthesize macro arguments.akr2011-02-161-13/+13
* * ext/openssl/ossl_cipher.c (ossl_cipher_alloc): leave data ptrnobu2011-02-051-7/+20
* * ext/openssl/ossl_bn.c (GetBNPtr): add missing nil case.naruse2011-01-291-0/+2
* * ext/openssl/ossl_asn1.c (ossl_asn1_decode0): OpenSSL::ASN1.decodenahi2011-01-261-0/+3
* reverting r30451 until I can figure out what is wrong.tenderlove2011-01-071-4/+1
* * SSL_shutdown should be called until the return value is non-zero:tenderlove2011-01-051-1/+4
* * ext/openssl/ossl_pkcs5.c (ossl_pkcs5_pbkdf2_hmac): add casts.nobu2010-12-251-1/+4
* * ext/openssl/ossl_x509ext.c (ossl_x509extfactory_set_config):kosaki2010-12-141-1/+1
* * ext/openssl/ossl_asn1.c (ossl_asn1_decode0): how many gcc-c99ismsusa2010-12-141-1/+1
* * ext/openssl/ossl_asn1.c: indefinite length BER to DER encoding istenderlove2010-12-111-27/+120
* Document RSA, RSA encryption/decryption and PKCS #5 encryption/decryptiondrbrain2010-12-102-55/+140
* Include Comparable in OpenSSL::X509::Name, document #<=>drbrain2010-12-101-0/+13
* * ext/openssl/extconf.rb: try pkgconfig first, then fall back totenderlove2010-12-101-5/+8
* * ext/openssl/ossl_x509store.c (ossl_x509stctx_cleanup): removing Ctenderlove2010-12-093-13/+10
* Add toplevel documentation for OpenSSLdrbrain2010-12-0613-56/+615
* Add documentation for OpenSSL::X509::Extension.newdrbrain2010-12-041-0/+12
* Improve documentation for URI::Common#encode_www_form, OpenSSL::SSL::SSLConte...drbrain2010-11-291-0/+13
* * etc/openssl/ossl_ssl.c (ossl_ssl_get_cert): raise exception iftenderlove2010-11-141-1/+1
* * ext/openssl/ossl_ocsp.c (ossl_ocspcid_initialize): an optionaltenderlove2010-11-051-3/+16
* * ext/openssl/lib/openssl/bn.rb (Integer#to_bn): OpenSSL::BN.newnaruse2010-10-041-1/+1
* * ext/openssl/ossl_config.c (parse_config): remove dead declaration.nobu2010-09-291-2/+0
* * ext/openssl/ossl_hmac.c (ossl_hmac_hexdigest, ossl_hmac_s_hexdigest),wanabe2010-09-264-5/+5
* * ext/openssl/ossl_bn.c (ossl_bn_is_prime): fix comparisonnaruse2010-09-131-1/+1
* * ext/openssl/lib/openssl/x509-internal.rb: removed unused localnahi2010-09-101-1/+0
* * ext/openssl/ossl_ssl.c (ssl_get_error): Thread context switch wasnahi2010-09-081-1/+1