aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_engine.c
Commit message (Expand)AuthorAgeFilesLines
* openssl: report errors in OpenSSL error queue when clear itKazuki Yamaguchi2016-05-181-1/+1
* * ext/openssl/*: Remove svn commit id macros to make sync easierzzak2015-09-221-1/+0
* openssl: wrapper object before allocnobu2015-05-291-5/+10
* * ext/openssl/*: use license instead of licence.hsbt2015-04-201-1/+1
* ossl_engine.c: typed datanobu2014-12-121-2/+16
* protoize no-arguments functionsnobu2014-09-301-2/+2
* ext: use rb_sprintf() and rb_vsprintf() with PRIsVALUEnobu2014-01-131-12/+5
* * ext/openssl/ossl_engine.c: [DOC] Documentation for OpenSSL::Enginezzak2013-11-211-0/+158
* * whitespace cleanup.nobu2011-11-041-3/+3
* * ext/openssl/extconf.rb:emboss2011-11-031-11/+29
* * ext/openssl/ossl_engine.c: Avoid double free of ENGINE reference.emboss2011-07-221-1/+5
* * ext/openssl/ossl_engine.c: parenthesize macro arguments.akr2011-02-231-6/+6
* * ext/openssl/ossl_config.c: OpenSSL 1.0.0 support.usa2010-04-231-0/+18
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-221-2/+2
* * ext/readline/readline.c: use rb_f_notimplement for methods notakr2009-04-181-6/+6
* * ext/openssl/openssl_missing.h (i2d_of_void): cast for callbacks.nobu2009-03-131-1/+1
* * ext/openssl: suppress warnings.nobu2008-07-221-1/+1
* * ruby.h (struct RString): embed small strings.matz2006-08-311-5/+5
* * ext/openssl/ossl_pkey.h, ossl_pkey_rsa.c, ossl_pkey_dsa.c:gotoyuzo2005-09-181-4/+6
* * ext/openssl/ossl_engine.c (ossl_engine_s_by_id):gotoyuzo2005-09-071-3/+58
* * ext/openssl/ossl_engine.c (ossl_engine_s_load): should checkgotoyuzo2005-07-231-1/+3
* * ext/openssl/ossl_engine.c (ossl_engine_s_load): should returngotoyuzo2005-03-311-2/+6
* * ext/openssl/ossl_engine.c (ossl_engine_s_load): should not raisegotoyuzo2005-03-301-1/+1
* * lib/set.rb (Set#==): [ruby-dev:25206]matz2004-12-151-1/+2
* * lib/ext/openssl/extconf.rb: add check for some engine functionsgotoyuzo2003-10-051-0/+24
* ENGINE_load_public_key takes four arguments since OpenSSL-0.9.7gotoyuzo2003-10-021-1/+1
* ENGINE_load_private_key takes four arguments since OpenSSL-0.9.7gotoyuzo2003-10-021-1/+1
* * ext/openssl/ossl_engine.c: add a new module OpenSSL::Engine.gotoyuzo2003-10-021-0/+305