aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl
Commit message (Expand)AuthorAgeFilesLines
* * ext/openssl/lib/openssl/ssl.rb (DEFAULT_PARAMS): overridenagachika2014-10-221-0/+1
* openssl: typed datanobu2014-10-042-7/+43
* ext: protoize no-arguments functionsnobu2014-10-041-2/+2
* * ext/openssl/ossl_rand.c: [DOC] Add call signature for pseudo_byteszzak2014-10-041-30/+23
* * ext/openssl/ossl_rand.c: [DOC] Add rdoc for method descriptionszzak2014-10-031-2/+37
* * ext/openssl/ossl_rand.c: Use rb_define_module_function instead ofzzak2014-10-031-13/+9
* protoize no-arguments functionsnobu2014-09-3027-34/+34
* * ext/openssl/lib/openssl/x509.rb (OpenSSL::X509::Name#pretty_print):akr2014-09-202-0/+27
* openssl: constifynobu2014-08-033-8/+7
* ossl_pkcs7.c: consider lengthnobu2014-08-031-5/+5
* ext: get rid of inadvertent ID creationnobu2014-08-031-1/+4
* ext: prefer RB_TYPE_P over comparison TYPE with constantsnobu2014-08-034-7/+7
* * ext/openssl/ossl_hmac.c: Fix NO_HMAC warning [Fixes GH-665]zzak2014-07-271-1/+1
* * ext/openssl/ossl.c: use encryptor instead of encrypter in doc.hsbt2014-07-191-10/+10
* * ext/openssl/ossl_cipher.c: Fix call to ciphers class method andhsbt2014-07-131-2/+2
* * ext/openssl/lib/openssl/ssl.rb (SSLServer#accept): Close a socketakr2014-05-291-2/+6
* * ext/openssl/ossl_ssl.c (ossl_ssl_close): Fix sync_close to workakr2014-05-281-10/+14
* openssl/depend: ossl.onobu2014-05-151-0/+1
* * ext/openssl/depend: remove dependency from internal headers.ko12014-05-142-2/+1
* * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLServer#accept):akr2014-05-071-1/+4
* ossl_asn1.c: fix undefined behaviornobu2014-04-241-1/+1
* ossl_x509name.c: null-terminate field namenobu2014-04-181-2/+3
* ossl_pkey.c: fix memory leaknobu2014-04-161-2/+5
* Remove unneeded OCSP constant macrosdrbrain2014-04-121-4/+0
* * remove trailing spaces.nobu2014-04-121-1/+1
* * ext/openssl/ossl_ocsp.c: [DOC] Document OpenSSL::OCSP.drbrain2014-04-121-44/+450
* ossl.c: OPENSSL_LIBRARY_VERSIONnobu2014-04-091-0/+5
* * lib/openssl/ssl.rb: Explicitly whitelist the defaultemboss2014-03-061-4/+42
* ossl.c: NULL checknobu2014-03-051-2/+3
* * ext/openssl/ossl_bn.c (ossl_bn_initialize): Use rb_integer_pack.akr2014-02-111-13/+11
* * ext/openssl/ossl_ssl.c: pass read_nonblock options to underlying IOtenderlove2014-01-281-1/+5
* * ext/nkf/nkf-utf8/nkf.c: fix typo by @windwiny [fix GH-506]hsbt2014-01-191-1/+1
* * ext/openssl/ossl_pkey_dh.c: Fixed typo by Sandor Szücs [Bug #9243]zzak2014-01-131-2/+1
* openssl/ossl.h: calculate as longnobu2014-01-131-2/+2
* ext: use rb_sprintf() and rb_vsprintf() with PRIsVALUEnobu2014-01-132-41/+14
* ext: use PRIsVALUE for rb_raise and rb_warnnobu2014-01-133-9/+9
* ext: use rb_sprintf() and rb_vsprintf() with PRIsVALUEnobu2014-01-121-7/+11
* ossl_ssl.c: declare OP_MSIE_SSLV2_RSA_PADDING only if definednobu2013-12-251-0/+2
* ossl.c: integer overflownobu2013-12-241-2/+3
* * doc/ChangeLog-1.9.3: [DOC] Fix typos by @dvsureshzzak2013-12-221-1/+1
* * doc/contributing.rdoc: [DOC] Fix typo in comments by @dvsuresh [Fixes GH-475]a_matsuda2013-12-121-1/+1
* * ext/win32ole/sample/olegen.rb: Fix typoa_matsuda2013-12-111-1/+1
* openssl/digest.rb: check by lambdanobu2013-12-101-8/+2
* openssl/digest.rb: get rid of deprecated classnobu2013-12-101-3/+3
* * ext/openssl/lib/openssl/digest.rb: Deprecate OpenSSL::Digest::Digestzzak2013-12-091-3/+3
* * ext/openssl/lib/openssl/buffering.rb: Return ASCII-8BIT strings fromdrbrain2013-12-031-1/+1
* * ext/openssl/lib/openssl/buffering.rb: Fix warning in copyrightzzak2013-12-011-15/+16
* ruby/ruby.h: RB_BLOCK_CALL_FUNC_ARGLISTnobu2013-11-294-5/+5
* openssl/buffering.rb: call supernobu2013-11-221-1/+2
* * ext/openssl/lib/openssl/buffering.rb: [DOC] Fix HEREDOC comment forzzak2013-11-211-2/+2