aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl
Commit message (Expand)AuthorAgeFilesLines
* ossl.c: fix argument typenobu2013-07-101-3/+3
* ossl.c: rb_gc_register_mark_objectnobu2013-07-101-1/+1
* ossl.c: check allocationnobu2013-07-101-0/+3
* ossl.c: check integer overflownobu2013-07-101-2/+6
* * ext/openssl/ossl_pkey_ec.c: Ensure compatibility to builds ofemboss2013-07-051-0/+4
* * ext/openssl/ossl.c: Provide CRYPTO_set_locking_callback() andemboss2013-07-051-0/+39
* * lib/openssl/ssl.rb: Fix SSL client connection crash for SAN markedemboss2013-07-051-1/+1
* Fix comment typo by @parroty [fix GH-350]hsbt2013-07-051-1/+1
* * ext/openssl/lib/openssl/ssl.rb (verify_certificate_identity): fixnagachika2013-06-271-5/+13
* * bignum.c (MSB): Removed.akr2013-06-251-3/+3
* * ext/openssl/ossl_x509attr.c: change OSSL_X509ATTR_IS_SINGLE andcharliesome2013-06-211-2/+2
* * ext/openssl/ossl_ssl.c: Add missing paren in rdoc [Fix GH-321]zzak2013-05-311-1/+1
* * hash.c, include/ruby/ruby.h: support WB protected hash.ko12013-05-261-1/+1
* fix typos. Patch by k_takata.ktsj2013-05-191-1/+1
* * ext/openssl/ossl_ssl.c: Disabled OpenSSL::SSL::SSLSocket ifyugui2013-05-131-3/+9
* * file.c, ext/etc/etc.c, ext/socket/unixsocket.c,akr2013-05-092-3/+3
* ossl_bn.c: reduce alloca/mallocnobu2013-04-281-9/+10
* ossl_bn.c: fix ossl_bn_initialize bug with integershirosaki2013-04-281-2/+4
* ext/openssl/ossl_bn.c: fix implicit conversionnobu2013-04-251-2/+2
* * ext/openssl/ossl_bn.c (ossl_bn_initialize): allow Fixnum and Bignum.naruse2013-04-252-1/+40
* * ext/openssl/*: Document synonymous methods, by windwiny [GH-277]zzak2013-04-168-9/+16
* * ext/openssl/ossl_ssl.c: Correct shutdown behavior w.r.t GC.emboss2013-04-151-4/+10
* * ext/-test-/debug/depend: New file.akr2013-04-141-0/+5
* Fix typonaruse2013-04-111-1/+1
* Fix #6154 by introducing new EAGAIN/EWOULDBLOCK/EINPROGRESSheadius2013-04-081-4/+9
* * ext/openssl/ossl_bn.c (ossl_bn_to_i): Use bn2hex to speed up.naruse2013-04-041-2/+2
* * ext/openssl/ossl_bn.c (ossl_bn_initialize): fix can't create from bn.naruse2013-04-031-2/+4
* use INT2FIX(0) instead of INT2NUM(0).kazu2013-03-051-3/+3
* * ext/openssl/ossl.c (class OpenSSL): Use only inner parenthesis indrbrain2013-02-191-18/+25
* * ext/openssl/ossl.c (class OpenSSL): Fixed ExtensionFactory example.drbrain2013-02-191-11/+21
* ossl.c: RTESTnobu2012-12-201-2/+2
* * ext/openssl/ossl_cipher.c: fix errors for installations that do notemboss2012-12-202-0/+8
* * ext/openssl/ossl.c: do not use FIPS_mode_set if not available.emboss2012-12-201-0/+7
* * remove trailing spaces.nobu2012-12-201-1/+1
* * ext/openssl/ossl_cipher.c: add support for Authenticated Encryptionemboss2012-12-201-4/+213
* * ext/openssl/ossl.c: add OpenSSL.fips_mode= to allow enabling FIPSemboss2012-12-201-1/+29
* * ext/openssl/lib/ssl.rb: Enable insertion of empty fragments as aemboss2012-12-181-1/+3
* * ext/openssl/ossl_x509name.c: Completed documentation fordrbrain2012-12-081-7/+97
* * ext/openssl/ossl_ssl.c (ssl_npn_encode_protocol_i): fix byte orderngoto2012-11-291-1/+3
* extconf.rb: git rid of post-1.8 featurenobu2012-11-271-1/+2
* * ext/openssl/ossl_x509store.c (ossl_x509store_add_file): Addeddrbrain2012-10-021-0/+26
* * ext/openssl/ossl_ssl.c (ossl_sslctx_attrs): add npn_select_db tonaruse2012-09-181-0/+1
* remove trailing spaces.nobu2012-09-047-30/+30
* remove trailing spaces.nobu2012-09-031-1/+1
* * ext/openssl/extconf.rb: Detect OpenSSL_FIPS macroemboss2012-09-032-1/+12
* * ext/openssl/extconf.rb: Check existence of OPENSSL_NPN_NEGOTIATED.emboss2012-08-312-59/+165
* * ext/openssl/lib/openssl/digest.rbemboss2012-08-021-0/+17
* * ext/openssl/ossl_pkey_ec.c (ossl_ec_point_mul): nonstatic initializer usa2012-07-111-7/+6
* get rid of warningsnobu2012-07-111-2/+2
* rb_thread_call_without_gvlnobu2012-07-104-9/+10