summaryrefslogtreecommitdiff
path: root/ext/openssl/ossl_pkey_dh.c
Commit message (Expand)AuthorAgeFilesLines
* [ruby/openssl] Constify when building with OpenSSL 3Nobuyoshi Nakada2022-12-231-6/+6
* [ruby/openssl] pkey/dh: deprecate OpenSSL::PKey::DH#generate_key!Kazuki Yamaguchi2021-12-201-4/+5
* [ruby/openssl] pkey: use EVP_PKEY_dup() if availableKazuki Yamaguchi2021-12-201-0/+4
* [ruby/openssl] pkey: allocate EVP_PKEY on #initializeKazuki Yamaguchi2021-12-201-21/+50
* [ruby/openssl] pkey/dh, pkey/ec: use EVP_PKEY_check() familyKazuki Yamaguchi2021-07-181-4/+23
* [ruby/openssl] pkey: implement {DH,DSA,RSA}#public_key in RubyKazuki Yamaguchi2021-07-181-50/+13
* [ruby/openssl] pkey: implement #to_text using EVP APIKazuki Yamaguchi2021-07-181-29/+0
* [ruby/openssl] pkey/dh: use high level EVP interface to generate parameters a...Kazuki Yamaguchi2021-07-181-153/+33
* [ruby/openssl] pkey: reimplement PKey::DH#compute_key and PKey::EC#dh_compute...Kazuki Yamaguchi2021-03-161-35/+0
* [ruby/openssl] pkey: inline {rsa,dsa,dh,ec}_instance()Kazuki Yamaguchi2021-03-161-42/+21
* [ruby/openssl] pkey: simplify ossl_pkey_new()Kazuki Yamaguchi2021-03-161-21/+0
* * expand tabs.svn2018-09-211-1/+1
* Remove -Wno-parentheses flag.nobu2018-09-211-1/+1
* openssl: import v2.1.0.beta1rhe2017-09-031-11/+11
* openssl: import v2.0.5rhe2017-08-101-1/+1
* openssl: import v2.0.0rhe2016-11-301-1/+1
* import Ruby/OpenSSL 2.0.0.beta.1rhe2016-08-291-15/+32
* openssl: implement initialize_copy method for PKey classesrhe2016-06-191-0/+34
* openssl: add 'const's required in OpenSSL masterrhe2016-06-191-4/+4
* openssl: adapt to OpenSSL 1.1.0 opaque structsrhe2016-06-051-8/+12
* openssl: adapt OpenSSL::PKey to OpenSSL 1.1.0 opaque structsrhe2016-06-051-57/+58
* openssl: avoid NULL dereference in {DH,DSA,RSA}_size()rhe2016-05-261-0/+2
* openssl: drop OpenSSL 0.9.6/0.9.7 supportrhe2016-05-251-10/+1
* openssl: clear OpenSSL error queue before return to Rubyrhe2016-05-181-1/+5
* * 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