summaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_pkey_rsa.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint'Kazuki Yamaguchi2017-08-081-1/+1
|\
| * bio: prevent possible GC issue in ossl_obj2bio()Kazuki Yamaguchi2017-07-111-1/+1
* | Merge branch 'maint'bpointKazuki Yamaguchi2017-06-141-1/+1
|\|
| * Fix typosKazuki Yamaguchi2017-04-201-1/+1
* | cipher: rename GetCipherPtr() to ossl_evp_get_cipherbyname()Kazuki Yamaguchi2017-05-021-1/+1
* | Merge branch 'topic/expand-ruby-missing-h'Kazuki Yamaguchi2017-04-281-1/+1
|\ \
| * | Expand rb_define_copy_func() macroKazuki Yamaguchi2017-04-281-1/+1
| |/
* / Fix RDoc markuptopic/fix-rdoc-markupKazuki Yamaguchi2017-02-241-17/+17
|/
* pkey: tighten buffer size for signatureKazuki Yamaguchi2016-10-141-6/+4
* Use rb_obj_class() instead of CLASS_OF()Kazuki Yamaguchi2016-09-081-1/+1
* Avoid using *2FIX() where we don't know if it really fits in FixnumKazuki Yamaguchi2016-08-221-3/+3
* pkey: fixup documentKazuki Yamaguchi2016-08-221-0/+23
* Remove unnecessary usage of _() macroKazuki Yamaguchi2016-07-251-2/+2
* Fix RDoc styletopic/rdoc-fixesKazuki Yamaguchi2016-07-091-2/+3
* * ext/digest/md5/md5ossl.h: Remove excess semicolons.ngoto2016-06-291-3/+3
* openssl: implement initialize_copy method for PKey classesrhe2016-06-191-0/+21
* openssl: add 'const's required in OpenSSL masterrhe2016-06-191-6/+6
* openssl: adapt to OpenSSL 1.1.0 opaque structsrhe2016-06-091-13/+15
* openssl: adapt OpenSSL::PKey to OpenSSL 1.1.0 opaque structsrhe2016-06-091-80/+103
* openssl: avoid NULL dereference in {DH,DSA,RSA}_size()rhe2016-05-311-6/+12
* openssl: drop OpenSSL 0.9.6/0.9.7 supportrhe2016-05-311-6/+0
* openssl: improve handling of password for encrypted PEMrhe2016-05-311-11/+4
* openssl: clear OpenSSL error queue before return to Rubyrhe2016-05-311-1/+5
* Sync with ruby trunkZachary Scott2015-09-231-2/+0
* Upstream ruby/ruby@451fe26 from r50673Zachary Scott2015-06-031-2/+4
* Apply ruby/ruby@325a50fc572516a171d640765d6ddf9b20be14dc to fix typosZachary Scott2015-05-041-1/+1
* import ruby trunkSHIBATA Hiroshi2014-10-271-0/+701