aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_pkey.c
Commit message (Expand)AuthorAgeFilesLines
* openssl: sync with upstream repositoryrhe2018-08-081-3/+25
* no ID cache in Init functionsnobu2018-02-161-0/+1
* openssl: import v2.1.0.beta2rhe2017-11-251-4/+5
* openssl: import v2.1.0.beta1rhe2017-09-031-17/+17
* openssl: import v2.0.5rhe2017-08-101-1/+1
* openssl: import v2.0.2rhe2016-12-221-5/+10
* openssl: import v2.0.0rhe2016-11-301-32/+75
* import Ruby/OpenSSL 2.0.0.beta.1rhe2016-08-291-26/+16
* openssl: adapt to OpenSSL 1.1.0 opaque structsrhe2016-06-051-13/+24
* openssl: adapt OpenSSL::PKey to OpenSSL 1.1.0 opaque structsrhe2016-06-051-1/+1
* openssl: support OpenSSL 1.1.0's new multi-threading APIrhe2016-06-051-2/+2
* openssl: drop OpenSSL 0.9.6/0.9.7 supportrhe2016-05-251-15/+0
* openssl: use StringValueCStr() where NUL-terminated string is expectedrhe2016-05-231-2/+2
* openssl: improve handling of password for encrypted PEMrhe2016-05-201-15/+9
* 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