aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl.c
Commit message (Expand)AuthorAgeFilesLines
* openssl: fix SSL client example in documentation [ci skip]rhe2016-05-211-4/+4
* ossl.c: suppress warningsnobu2016-05-201-1/+1
* openssl: improve handling of password for encrypted PEMrhe2016-05-201-8/+49
* openssl: register ex_data index for X509_STORE{_CTX,} respectivelyrhe2016-05-191-6/+9
* openssl: report errors in OpenSSL error queue when clear itrhe2016-05-181-6/+13
* openssl: fix examples [ci skip]nobu2016-01-091-0/+3
* * ext/openssl/ossl.c: fix brew command for installation of openssl.hsbt2015-11-221-1/+1
* * ext/openssl/*: Remove svn commit id macros to make sync easierzzak2015-09-221-2/+0
* * ext/openssl/ossl.c: [DOC] Backport ruby/openssl@dbb3fdb [Bug #11345]zzak2015-07-121-0/+14
* * ext/openssl/*: use license instead of licence.hsbt2015-04-201-1/+1
* protoize no-arguments functionsnobu2014-09-301-2/+2
* * ext/openssl/ossl.c: use encryptor instead of encrypter in doc.hsbt2014-07-191-10/+10
* * ext/openssl/depend: remove dependency from internal headers.ko12014-05-141-1/+1
* ossl.c: OPENSSL_LIBRARY_VERSIONnobu2014-04-091-0/+5
* ossl.c: NULL checknobu2014-03-051-2/+3
* ext: use rb_sprintf() and rb_vsprintf() with PRIsVALUEnobu2014-01-121-7/+11
* ossl.c: integer overflownobu2013-12-241-2/+3
* * ext/openssl/ossl.c: [DOC] typo in example by @zoranzariczzak2013-09-261-1/+1
* * ext/openssl/ossl.c: support additional three thread synchronizationko12013-07-251-3/+38
* ossl.c: suppress warningnobu2013-07-241-1/+1
* * ext/openssl/extconf.rb (CRYPTO_THREADID): check exist or not.naruse2013-07-231-1/+14
* * ext/openssl/ossl.c: use system native (system provided)ko12013-07-231-6/+6
* 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.c: Provide CRYPTO_set_locking_callback() andemboss2013-07-051-0/+39
* * 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.c: do not use FIPS_mode_set if not available.emboss2012-12-201-0/+7
* * ext/openssl/ossl.c: add OpenSSL.fips_mode= to allow enabling FIPSemboss2012-12-201-1/+29
* remove trailing spaces.nobu2012-09-041-7/+7
* remove trailing spaces.nobu2012-09-031-1/+1
* * ext/openssl/extconf.rb: Detect OpenSSL_FIPS macroemboss2012-09-031-0/+10
* * ext/openssl/ossl.c: Fix error in example. Patch by David Albert.emboss2012-06-091-14/+105
* * Make sure to clear $! when ignoring an exceptionnahi2011-12-201-4/+13
* * ext/openssl/ossl.c (ossl_verify_cb): trap the exception fromnahi2011-07-141-2/+5
* * ext/openssl/ossl.c/.h: Added ossl_x509_name_sk2ary.emboss2011-06-301-41/+47
* * ext/openssl/ossl.c: Fix typo, document version constants.drbrain2011-04-101-2/+10
* * ext/openssl/ossl.c: surpress warning: shorten-64-to-32.naruse2011-03-241-2/+2
* Document RSA, RSA encryption/decryption and PKCS #5 encryption/decryptiondrbrain2010-12-101-1/+65
* Add toplevel documentation for OpenSSLdrbrain2010-12-061-1/+307
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-221-3/+3
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-221-7/+7
* * openssl/ossl.c (OSSL_IMPL_SK2ARY): for OpenSSL 1.0.naruse2010-02-281-3/+3
* * io.c (rb_mWaitReadable): defined.akr2009-03-191-6/+25
* * gc.c (negative_size_allocation_error_with_gvl): abolish a warning.akr2009-01-141-2/+1
* * configure.in (rb_cv_missing__dtos18, rb_cv_missing_fconvert),nobu2008-08-091-1/+1
* * ext/openssl: suppress warnings.nobu2008-07-221-2/+2