aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_pkey.c
Commit message (Expand)AuthorAgeFilesLines
* drop OpenSSL 0.9.6/0.9.7 supportfeature/openssl-110-oldKazuki Yamaguchi2016-04-211-3/+1
* fixing 0.9.7 buildKazuki Yamaguchi2016-04-211-1/+1
* use EVP_PKEY_base_id(pkey) instead of EVP_PKEY_type(EVP_PKEY_id(pkey))Kazuki Yamaguchi2016-04-211-2/+2
* securi level testKazuki Yamaguchi2016-04-211-1/+1
* wiiiiiipKazuki Yamaguchi2016-04-211-2/+2
* pkey related fixKazuki Yamaguchi2016-04-211-12/+18
* Fix typo on OpenSSL::PKey doc [ci skip]nobu2016-02-021-1/+1
* Commit miss from r52556zzak2015-11-131-1/+1
* * ext/openssl/ossl_pkey.c: Merge ruby/openssl@b9ea8ef [Bug #10735]zzak2015-11-131-1/+4
* * ext/openssl/*: Remove svn commit id macros to make sync easierzzak2015-09-221-2/+0
* openssl: wrapper object before allocnobu2015-05-291-1/+2
* * ext/openssl/*: use license instead of licence.hsbt2015-04-201-1/+1
* use rb_funcallvnobu2015-02-161-3/+3
* ossl_pkey.c: typed datanobu2014-12-121-0/+14
* protoize no-arguments functionsnobu2014-09-301-1/+1
* ossl_pkey.c: fix memory leaknobu2014-04-161-2/+5
* * variable.c (trace_ev): Removed "not reached" comment as this line isdrbrain2012-04-141-1/+2
* * ext/openssl/ossl_pkey.c (ossl_pkey_new_from_file): set close-on-execakr2011-11-141-0/+1
* * ext/openssl/ossl_ssl.c: Remove set, but unused variables.emboss2011-10-191-2/+2
* * Release GVL while OpenSSL's public key generation.nahi2011-09-011-0/+36
* * ext/openssl/ossl_pkey.c: corrected docs, OpenSSL::PKey::DH doesemboss2011-08-161-2/+2
* * ext/openssl/ossl_asn1.c (decode_eoc): remove unused variables.kosaki2011-08-071-1/+0
* * sytle fixes.nobu2011-06-301-1/+1
* * ext/openssl/ossl.h: Introduced OSSL_BIO_reset macro for PEM/DERemboss2011-06-221-6/+3
* * ext/openssl/ossl_pkey.c: added PKey.read module function that allowemboss2011-06-121-0/+53
* * lib: revert r31635-r31638 and untabify with expand(1).nobu2011-05-191-2/+2
* *ext/openssl/ossl_pkey.c: Add documentation.emboss2011-05-181-0/+109
* Sat May 14 05:08:32 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>emboss2011-05-131-46/+14
* Sat May 14 04:19:06 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>emboss2011-05-131-14/+46
* * ext/openssl/ossl.c: surpress warning: shorten-64-to-32.naruse2011-03-241-1/+1
* Add toplevel documentation for OpenSSLdrbrain2010-12-061-2/+2
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-221-7/+7
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-221-1/+1
* * ext/openssl/openssl_missing.h (i2d_of_void): cast for callbacks.nobu2009-03-131-1/+1
* * ext/openssl: suppress warnings.nobu2008-07-221-3/+3
* * ext/openssl/ossl_bn.c: More documentation.technorama2007-04-031-1/+6
* * ext/openssl/ossl_asn1.c (Init_ossl_asn1): Let rdoc know aboutknu2007-03-121-0/+4
* * ruby.h (struct RString): embed small strings.matz2006-08-311-8/+7
* * ext/openssl/ossl_ssl.c: OpenSSL::SSL::SSLContexts suports callbacks:gotoyuzo2005-03-091-5/+16
* * ext/openssl/ossl_pkey.c (ossl_pkey_to_der): removed; it returnsgotoyuzo2004-01-081-21/+0
* * ext/openssl: all files are reviewed to simplify and avoid memory leak.gotoyuzo2003-09-171-23/+13
* OpenSSL updatemichal2003-09-121-0/+15
* * ext/openssl/ruby_missing.c: rid of unnecessary backwardgotoyuzo2003-09-061-1/+0
* * ext/openssl: imported.gotoyuzo2003-07-231-0/+238