aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_pkey_rsa.c
Commit message (Expand)AuthorAgeFilesLines
* ext/openssl: EVP_PKEY, DH, DSA, RSA, EC_KEY are made opaqueKazuki Yamaguchi2016-04-271-48/+56
* ext/openssl: BIGNUM and BN_GENCB is made opaqueKazuki Yamaguchi2016-04-271-5/+8
* ext/openssl: drop support for OpenSSL 0.9.6/0.9.7Kazuki Yamaguchi2016-04-271-6/+0
* * ext/openssl/*: Remove svn commit id macros to make sync easierzzak2015-09-221-2/+0
* openssl: wrapper object before allocnobu2015-05-291-2/+4
* * ext/openssl/*: use license instead of licence.hsbt2015-04-201-1/+1
* protoize no-arguments functionsnobu2014-09-301-2/+2
* * ext/openssl/*: Document synonymous methods, by windwiny [GH-277]zzak2013-04-161-2/+3
* rb_thread_call_without_gvlnobu2012-07-101-3/+3
* * ext/openssl/ossl.cemboss2012-06-101-1/+4
* Refix Bug #6094: use unsigned long integer literal.naruse2012-03-231-4/+4
* Revert "* ext/openssl/ossl_pkey_rsa.c (rsa_generate): fix argument type."naruse2012-03-231-3/+3
* * ext/openssl/ossl_pkey_rsa.c (rsa_generate): fix argument type.nobu2012-03-221-3/+3
* * ext/openssl/ossl_pkey_dsa.c: remove redundant colon from erroremboss2011-11-231-1/+1
* * ext/openssl/ossl_pkey_rsa.c (rsa_generate): [SECURITY] Set RSAnahi2011-11-041-1/+1
* * ext/openssl/ossl_ssl.c: Remove set, but unused variables.emboss2011-10-191-1/+2
* * Release GVL while OpenSSL's public key generation.nahi2011-09-011-3/+67
* * ext/openssl/ossl.h: Introduced OSSL_BIO_reset macro for PEM/DERemboss2011-06-221-11/+5
* Tue Jun 30 06:45:21 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>emboss2011-05-301-0/+16
* Thu May 12 07:27:31 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>emboss2011-05-111-7/+7
* * ext/openssl/ossl_pkey_rsa.c (ossl_rsa_initialize):naruse2011-04-061-1/+9
* * ext/openssl/ossl.c: surpress warning: shorten-64-to-32.naruse2011-03-241-4/+4
* * ext/openssl/ossl_pkey_rsa.c: parenthesize macro arguments.akr2011-03-071-2/+2
* Document RSA, RSA encryption/decryption and PKCS #5 encryption/decryptiondrbrain2010-12-101-54/+75
* Add toplevel documentation for OpenSSLdrbrain2010-12-061-2/+2
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-221-6/+6
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-221-9/+9
* * ext/openssl: suppress warnings.akr2009-03-121-8/+8
* * ext/openssl: suppress warnings.nobu2008-07-221-14/+14
* * ext/openssl/ossl_{ec,dh,dsa,rsa}.c: Remove useless warnings.technorama2008-02-261-2/+0
* * ext/openssl/ossl_bn.c: More documentation.technorama2007-04-031-1/+0
* * ext/openssl/ossl_{bn,cipher,digest,hmac,rand,pkey_{dh,dsa,rsa}}.c: Add Docu...technorama2007-03-291-2/+84
* * ext/openssl/ossl_asn1.c (Init_ossl_asn1): Let rdoc know aboutknu2007-03-121-0/+5
* * ruby.h (struct RString): embed small strings.matz2006-08-311-17/+13
* * ext/openssl/ossl_pkey.h, ossl_pkey_rsa.c, ossl_pkey_dsa.c:gotoyuzo2005-09-181-10/+5
* * ext/openssl/ossl_pkey_rsa.c (ossl_rsa_public_encrypt,gotoyuzo2004-12-051-25/+40
* * ext/openssl/ossl_pkey_dh.c (ossl_dh_initialize): should creategotoyuzo2004-06-211-2/+4
* * ext/openssl/ossl_pkey.c (ossl_pkey_to_der): removed; it returnsgotoyuzo2004-01-081-0/+26
* * ext/openssl/ossl_engine.c: add a new module OpenSSL::Engine.gotoyuzo2003-10-021-2/+8
* * ext/win32ole/win32ole.c, ext/openssl/ossl_pkey_dsa.c,nobu2003-09-241-1/+1
* * ext/openssl: all files are reviewed to simplify and avoid memory leak.gotoyuzo2003-09-171-77/+49
* OpenSSL updatemichal2003-09-121-21/+3
* * ext/openssl: imported.gotoyuzo2003-07-231-0/+515