aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl.c
Commit message (Expand)AuthorAgeFilesLines
* ossl.c: castnobu2016-12-101-1/+1
* Move verify_callback stuff to ossl_x509store.cKazuki Yamaguchi2016-10-281-67/+0
* ssl: avoid using ossl_exc_new()Kazuki Yamaguchi2016-10-271-11/+0
* Fix possible RangeError in ossl_pem_passwd_cb()Kazuki Yamaguchi2016-10-221-4/+5
* Fix error message on too long PEM passwordKazuki Yamaguchi2016-10-221-2/+2
* Make OpenSSL.debug more verboseKazuki Yamaguchi2016-10-161-4/+20
* Avoid unnecessary memory allocation in string2hex()Kazuki Yamaguchi2016-08-261-34/+15
* asn1: constify functionsKazuki Yamaguchi2016-08-261-1/+1
* Merge pull request #59 from ruby/topic/doc-workKazuki Yamaguchi2016-08-221-14/+0
|\
| * Merge branch 'master' into topic/doc-workKazuki Yamaguchi2016-08-091-38/+38
| |\
| * | Remove Install section from rdocKazuki Yamaguchi2016-07-281-14/+0
* | | Don't turn on/off OpenSSL's mem check in OpenSSL.debug=Kazuki Yamaguchi2016-08-131-14/+4
| |/ |/|
* | Include ruby/thread_native.h regardless of the OpenSSL versionKazuki Yamaguchi2016-08-071-1/+1
* | Merge branch 'topic/ssl-verify-hostname'Kazuki Yamaguchi2016-07-281-35/+35
|\ \
| * | Refactor common verify callback codeKazuki Yamaguchi2016-07-101-35/+35
| |/
* / Remove unnecessary usage of _() macroKazuki Yamaguchi2016-07-251-2/+2
|/
* Merge pull request #57 from rhenium/topic/fix-doc-pkey-loadingKazuki Yamaguchi2016-07-101-0/+2
|\
| * Improve 'Loading a key' section of the documentationtopic/fix-doc-pkey-loadingKazuki Yamaguchi2016-07-031-0/+2
* | Merge branch 'topic/rdoc-fixes'Kazuki Yamaguchi2016-07-091-6/+8
|\ \
| * | Fix RDoc styletopic/rdoc-fixesKazuki Yamaguchi2016-07-091-6/+8
| |/
* / Document OpenSSL::SSL::SSLSocket#sync_closetopic/doc-ssl-sync-closeKazuki Yamaguchi2016-07-091-0/+6
|/
* openssl: adapt to OpenSSL 1.1.0 opaque structsrhe2016-06-091-1/+1
* openssl: support OpenSSL 1.1.0's new multi-threading APIrhe2016-06-091-0/+4
* openssl: drop OpenSSL 0.9.6/0.9.7 supportrhe2016-05-311-4/+0
* openssl: remove check of OPENSSL_FIPS macro in extconf.rbrhe2016-05-311-2/+2
* openssl: Avoid reference to unset global variable in Init_openssl()rhe2016-05-311-8/+8
* openssl: fix SSL client example in documentation [ci skip]rhe2016-05-311-4/+4
* ossl.c: suppress warningsnobu2016-05-311-1/+1
* openssl: improve handling of password for encrypted PEMrhe2016-05-311-8/+49
* openssl: register ex_data index for X509_STORE{_CTX,} respectivelyrhe2016-05-311-6/+9
* openssl: report errors in OpenSSL error queue when clear itrhe2016-05-311-6/+13
* Sync trunkZachary Scott2016-02-021-0/+3
* sync code from upstreamSHIBATA Hiroshi2015-12-301-1/+1
* Sync with ruby trunkZachary Scott2015-09-231-2/+0
* Add note regarding compiling openssl on OSXZachary Scott2015-07-121-0/+14
* Apply ruby/ruby@325a50fc572516a171d640765d6ddf9b20be14dc to fix typosZachary Scott2015-05-041-1/+1
* import ruby trunkSHIBATA Hiroshi2014-10-271-0/+1168