summaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_engine.c
Commit message (Collapse)AuthorAgeFilesLines
* * lib/ext/openssl/extconf.rb: add check for some engine functionsgotoyuzo2003-10-051-0/+24
| | | | | | | | | unavailable in OpenSSL-0.9.6. * lib/ext/openssl/ossl_engine.c: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4698 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* ENGINE_load_public_key takes four arguments since OpenSSL-0.9.7gotoyuzo2003-10-021-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4656 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* ENGINE_load_private_key takes four arguments since OpenSSL-0.9.7gotoyuzo2003-10-021-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4655 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/openssl/ossl_engine.c: add a new module OpenSSL::Engine.gotoyuzo2003-10-021-0/+305
it supports OpenSSL hardware cryptographic engine interface. * ext/openssl/ossl_engine.h: ditto. * ext/openssl/MANIFEST: add ossl_engine.c and ossl_engine.h. * ext/openssl/extconf.rb: add check for openssl/engine.h. * ext/openssl/ossl.c: call Init_ossl_engine(). * ext/openssl/ossl.h: include openssl/engine.h. * ext/openssl/ossl_pkey_{rsa,dsa,dh}.c: check if underlying EVP_PKEY referes engine. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4652 b2dd03c8-39d4-4d8f-98ff-823fe69b080e