aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_pkey_dh.c
Commit message (Expand)AuthorAgeFilesLines
* ext/openssl: EVP_PKEY, DH, DSA, RSA, EC_KEY are made opaqueKazuki Yamaguchi2016-04-271-37/+41
* ext/openssl: BIGNUM and BN_GENCB is made opaqueKazuki Yamaguchi2016-04-271-4/+9
* ext/openssl: drop support for OpenSSL 0.9.6/0.9.7Kazuki Yamaguchi2016-04-271-10/+1
* * ext/openssl/*: Remove svn commit id macros to make sync easierzzak2015-09-221-1/+0
* * ext/openssl/lib/openssl/pkey.rb: implement DEFAULT_512 andtenderlove2015-07-251-73/+0
* * ext/openssl/lib/openssl/ssl.rb (module OpenSSL): move the defaulttenderlove2015-07-251-2/+5
* 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/ossl_pkey_dh.c: Fixed typo by Sandor Szücs [Bug #9243]zzak2014-01-131-2/+1
* * ext/openssl/*: Document synonymous methods, by windwiny [GH-277]zzak2013-04-161-1/+3
* rb_thread_call_without_gvlnobu2012-07-101-3/+3
* * 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-5/+51
* * sytle fixes.nobu2011-06-301-3/+3
* * ext/openssl/ossl.h: Introduced OSSL_BIO_reset macro for PEM/DERemboss2011-06-221-3/+1
* * ext/openssl/pkey_dh.c: corrected documentation.emboss2011-06-131-8/+11
* * ext/openssl/pkey_dh.c: clarify difference between DH#public_key andemboss2011-06-131-18/+54
* * ext/openssl/ossl_pkey.c: added PKey.read module function that allowemboss2011-06-121-6/+13
* * ext/openssl/ossl_pkey_dh.c: completed documentation.emboss2011-06-121-19/+57
* * ext/openssl/ossl_pkey_dh.c (ossl_dh_initialize):naruse2011-04-061-1/+5
* * ext/openssl/ossl.c: surpress warning: shorten-64-to-32.naruse2011-03-241-2/+2
* cancel subversion backfire. sorrymatz2011-03-071-2/+2
* * gc.c (rb_gc_set_params): allow GC parameter configuration bymatz2011-03-071-2/+2
* * ext/openssl/ossl_pkey_dh.c: parenthesize macro arguments.akr2011-03-021-2/+2
* Add toplevel documentation for OpenSSLdrbrain2010-12-061-2/+2
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-221-4/+4
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-221-7/+7
* * ext/openssl: suppress warnings.akr2009-03-121-4/+4
* * ext/openssl: suppress warnings.nobu2008-07-221-3/+3
* * ext/openssl/ossl_bn.c (ossl_bn_s_rand, ossl_bn_s_pseudo_rand),knu2008-05-291-3/+3
* * ext/openssl/ossl_{ec,dh,dsa,rsa}.c: Remove useless warnings.technorama2008-02-261-2/+0
* * ext/openssl/{ossl.[ch],ossl_pkey.c} Add documentation.technorama2007-04-021-3/+3
* * ext/openssl/ossl_{bn,cipher,digest,hmac,rand,pkey_{dh,dsa,rsa}}.c: Add Docu...technorama2007-03-291-8/+80
* * 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-4/+3
* * ext/openssl/ossl_pkey_dh.c (ossl_create_dh): fix typo.gotoyuzo2005-03-121-2/+2
* * ext/openssl/ossl_ssl.c: OpenSSL::SSL::SSLContexts suports callbacks:gotoyuzo2005-03-091-7/+70
* * ext/openssl/ossl_pkey_dh.c (ossl_dh_initialize): should creategotoyuzo2004-06-211-3/+15
* * ext/openssl/ossl_pkey.c (ossl_pkey_to_der): removed; it returnsgotoyuzo2004-01-081-0/+21
* * ext/openssl/ossl_engine.c: add a new module OpenSSL::Engine.gotoyuzo2003-10-021-1/+8
* * ext/openssl: all files are reviewed to simplify and avoid memory leak.gotoyuzo2003-09-171-32/+19
* OpenSSL updatemichal2003-09-121-23/+5
* * ext/openssl: imported.gotoyuzo2003-07-231-0/+386