Age | Commit message (Expand) | Author |
2022-12-23 | [ruby/openssl] Constify when building with OpenSSL 3 | Nobuyoshi Nakada |
2021-12-20 | [ruby/openssl] pkey: use EVP_PKEY_dup() if available | Kazuki Yamaguchi |
2021-12-20 | [ruby/openssl] pkey: allocate EVP_PKEY on #initialize | Kazuki Yamaguchi |
2021-07-18 | [ruby/openssl] pkey/rsa: port RSA#{private,public}_{encrypt,decrypt} to the E... | Kazuki Yamaguchi |
2021-07-18 | [ruby/openssl] pkey: implement {DH,DSA,RSA}#public_key in Ruby | Kazuki Yamaguchi |
2021-07-18 | [ruby/openssl] pkey: implement #to_text using EVP API | Kazuki Yamaguchi |
2021-07-18 | [ruby/openssl] pkey/rsa: use high level EVP interface to generate parameters ... | Kazuki Yamaguchi |
2021-03-16 | [ruby/openssl] pkey: refactor #export/#to_pem and #to_der | Kazuki Yamaguchi |
2021-03-16 | [ruby/openssl] pkey: refactor DER/PEM-encoded string parsing code | Kazuki Yamaguchi |
2021-03-16 | [ruby/openssl] pkey: inline {rsa,dsa,dh,ec}_instance() | Kazuki Yamaguchi |
2021-03-16 | [ruby/openssl] pkey: simplify ossl_pkey_new() | Kazuki Yamaguchi |
2020-02-16 | Import openssl-2.2.0 (#2693) | Hiroshi SHIBATA |
2017-11-25 | openssl: import v2.1.0.beta2 | rhe |
2017-09-03 | openssl: import v2.1.0.beta1 | rhe |
2017-08-10 | openssl: import v2.0.5 | rhe |
2017-06-14 | openssl: import v2.0.4 | rhe |
2016-11-30 | openssl: import v2.0.0 | rhe |
2016-08-29 | import Ruby/OpenSSL 2.0.0.beta.1 | rhe |
2016-06-28 | * ext/digest/md5/md5ossl.h: Remove excess semicolons. | ngoto |
2016-06-19 | openssl: implement initialize_copy method for PKey classes | rhe |
2016-06-19 | openssl: add 'const's required in OpenSSL master | rhe |
2016-06-05 | openssl: adapt to OpenSSL 1.1.0 opaque structs | rhe |
2016-06-05 | openssl: adapt OpenSSL::PKey to OpenSSL 1.1.0 opaque structs | rhe |
2016-05-26 | openssl: avoid NULL dereference in {DH,DSA,RSA}_size() | rhe |
2016-05-25 | openssl: drop OpenSSL 0.9.6/0.9.7 support | rhe |
2016-05-20 | openssl: improve handling of password for encrypted PEM | rhe |
2016-05-18 | openssl: clear OpenSSL error queue before return to Ruby | rhe |
2015-09-22 | * ext/openssl/*: Remove svn commit id macros to make sync easier | zzak |
2015-05-29 | openssl: wrapper object before alloc | nobu |
2015-04-20 | * ext/openssl/*: use license instead of licence. | hsbt |
2014-09-30 | protoize no-arguments functions | nobu |
2013-04-16 | * ext/openssl/*: Document synonymous methods, by windwiny [GH-277] | zzak |
2012-07-10 | rb_thread_call_without_gvl | nobu |
2012-06-10 | * ext/openssl/ossl.c | emboss |
2012-03-23 | Refix Bug #6094: use unsigned long integer literal. | naruse |
2012-03-23 | Revert "* ext/openssl/ossl_pkey_rsa.c (rsa_generate): fix argument type." | naruse |
2012-03-22 | * ext/openssl/ossl_pkey_rsa.c (rsa_generate): fix argument type. | nobu |
2011-11-23 | * ext/openssl/ossl_pkey_dsa.c: remove redundant colon from error | emboss |
2011-11-04 | * ext/openssl/ossl_pkey_rsa.c (rsa_generate): [SECURITY] Set RSA | nahi |
2011-10-19 | * ext/openssl/ossl_ssl.c: Remove set, but unused variables. | emboss |
2011-09-01 | * Release GVL while OpenSSL's public key generation. | nahi |
2011-06-22 | * ext/openssl/ossl.h: Introduced OSSL_BIO_reset macro for PEM/DER | emboss |
2011-05-30 | Tue Jun 30 06:45:21 2011 Martin Bosslet <[email protected]> | emboss |
2011-05-11 | Thu May 12 07:27:31 2011 Martin Bosslet <[email protected]> | emboss |
2011-04-06 | * ext/openssl/ossl_pkey_rsa.c (ossl_rsa_initialize): | naruse |
2011-03-24 | * ext/openssl/ossl.c: surpress warning: shorten-64-to-32. | naruse |
2011-03-07 | * ext/openssl/ossl_pkey_rsa.c: parenthesize macro arguments. | akr |
2010-12-10 | Document RSA, RSA encryption/decryption and PKCS #5 encryption/decryption | drbrain |
2010-12-06 | Add toplevel documentation for OpenSSL | drbrain |
2010-04-22 | * ext/**/*.[ch]: removed trailing spaces. | nobu |