summaryrefslogtreecommitdiff
path: root/ext/openssl
AgeCommit message (Expand)Author
2011-05-22* ext/openssl/ossl_asn1.c: Default tag lookup in constant time via hashemboss
2011-05-21* ext/openssl/ossl_digest.c: Explain DSS and DSS1 in documentation.emboss
2011-05-19* lib: revert r31635-r31638 and untabify with expand(1).nobu
2011-05-18*ext/openssl/ossl_pkey.c: Add documentation.emboss
2011-05-16* ext/openssl/ossl_digest.c: Add documentation.emboss
2011-05-16* ext/openssl/ossl_asn1.c: Fix more typos. Document attributesemboss
2011-05-16 * ext/openssl/ossl_asn1.c: fix typos and remove trailing spacesnagachika
2011-05-15Mon May 16 05:13:20 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>emboss
2011-05-15* remove trailing spaces.nobu
2011-05-13Sat May 14 05:08:32 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>emboss
2011-05-13Sat May 14 04:19:06 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>emboss
2011-05-12 * ext/openssl/ossl_ssl.c: By trunk@31346, function check of SSLv2 is ...iwamatsu
2011-05-11Thu May 12 08:01:14 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>emboss
2011-05-11Thu May 12 08:18:45 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>emboss
2011-05-11Thu May 12 07:27:31 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>emboss
2011-04-25* ext/openssl/extconf.rb: Should check SSLv2_*method.iwamatsu
2011-04-10 * ext/openssl/ossl.c: Fix typo, document version constants.drbrain
2011-04-06* ext/openssl/ossl_pkey_dh.c (ossl_dh_initialize):naruse
2011-04-06* ext/openssl/ossl_pkey_rsa.c (ossl_rsa_initialize):naruse
2011-03-24* ext/openssl/ossl.c: surpress warning: shorten-64-to-32.naruse
2011-03-24* ext/openssl/ossl_rand.c (ossl_rand_egd_bytes): use NUM2INT becausenaruse
2011-03-24* ext/openssl/ossl_x509name.c: id_aref's type is ID.naruse
2011-03-24* ext/openssl/ossl_ocsp.c (ossl_ocspreq_verify): flags is VALUE,naruse
2011-03-22* ext/openssl/ruby_missing.h: parenthesize macro arguments.akr
2011-03-22 * ext/openssl/lib/openssl/buffering.rb: removed circular require ofnahi
2011-03-20* ext/openssl/ossl_x509store.c: parenthesize macro arguments.akr
2011-03-19* ext/openssl/ossl_x509revoked.c: parenthesize macro arguments.akr
2011-03-18* ext/openssl/ossl_x509req.c: parenthesize macro arguments.akr
2011-03-16* ext/openssl/ossl_x509name.c: parenthesize macro arguments.akr
2011-03-16 * ext/openssl/lib/openssl/buffering.rb (module OpenSSL): #flush shoulddrbrain
2011-03-16de-nest the Buffering moduledrbrain
2011-03-15* ext/openssl/ossl_x509ext.c: parenthesize macro arguments.akr
2011-03-15* ext/openssl/ossl_x509crl.c: parenthesize macro arguments.akr
2011-03-14* ext/openssl/ossl_x509cert.c: parenthesize macro arguments.akr
2011-03-13* ext/openssl/ossl_x509attr.c: parenthesize macro arguments.akr
2011-03-11* ext/openssl/ossl_ssl_session.c: parenthesize macro arguments.akr
2011-03-10* ext/openssl/ossl_ssl.h: parenthesize macro arguments.akr
2011-03-09* ext/openssl/ossl_ssl.c: parenthesize macro arguments.akr
2011-03-08* ext/openssl/ossl_rand.c: parenthesize macro arguments.akr
2011-03-07* ext/openssl/ossl_pkey_rsa.c: parenthesize macro arguments.akr
2011-03-07cancel subversion backfire. sorrymatz
2011-03-07* gc.c (rb_gc_set_params): allow GC parameter configuration bymatz
2011-03-06* ext/openssl/ossl_pkey_ec.c: parenthesize macro arguments.akr
2011-03-03* ext/openssl/ossl_pkey_dsa.c: parenthesize macro arguments.akr
2011-03-02* ext/openssl/ossl_pkey_dh.c: parenthesize macro arguments.akr
2011-03-01* ext/openssl/ossl_pkey.h: parenthesize macro arguments.akr
2011-02-28* ext/openssl/ossl_pkcs7.c: parenthesize macro arguments.akr
2011-02-28* ext/openssl/ossl_pkcs12.c: parenthesize macro arguments.akr
2011-02-28* ext/openssl/ossl_ocsp.c: parenthesize macro arguments.akr
2011-02-28* ext/openssl/ossl_cipher.c (ossl_cipher_init): typo fix.shyouhei