| Commit message (Expand) | Author | Age | Files | Lines |
* | ext/openssl/ossl.h: Remove a variable that is used only in assert | Yusuke Endoh | 2020-05-13 | 1 | -2/+1 |
* | Import openssl-2.2.0 (#2693) | Hiroshi SHIBATA | 2020-02-16 | 1 | -1/+6 |
* | Remove dependency on `openssl/conf_api.h` | Dmitry Petrashko | 2019-08-04 | 1 | -1/+0 |
* | errno.h must be included after config.h because config.h might define | odaira | 2018-11-21 | 1 | -1/+1 |
* | openssl: import v2.1.0.beta2 | rhe | 2017-11-25 | 1 | -0/+5 |
* | openssl: import v2.1.0.beta1 | rhe | 2017-09-03 | 1 | -27/+14 |
* | openssl: import v2.0.0 | rhe | 2016-11-30 | 1 | -39/+3 |
* | import Ruby/OpenSSL 2.0.0.beta.1 | rhe | 2016-08-29 | 1 | -16/+9 |
* | openssl: drop OpenSSL 0.9.6/0.9.7 support | rhe | 2016-05-25 | 1 | -19/+2 |
* | openssl: remove unnecessary 'extern "C"' blocks from local headers | rhe | 2016-05-25 | 1 | -8/+0 |
* | openssl: avoid deprecated M_ASN1_* macros | rhe | 2016-05-24 | 1 | -1/+1 |
* | openssl: improve handling of password for encrypted PEM | rhe | 2016-05-20 | 1 | -6/+7 |
* | openssl: register ex_data index for X509_STORE{_CTX,} respectively | rhe | 2016-05-19 | 1 | -1/+2 |
* | openssl: report errors in OpenSSL error queue when clear it | rhe | 2016-05-18 | 1 | -2/+6 |
* | * ext/openssl/ossl.h: LibreSSL doesn't have and need e_os2.h. | naruse | 2015-11-21 | 1 | -1/+1 |
* | * ext/openssl/*: Remove svn commit id macros to make sync easier | zzak | 2015-09-22 | 1 | -2/+0 |
* | * ext/openssl/*: use license instead of licence. | hsbt | 2015-04-20 | 1 | -1/+1 |
* | * ext/openssl/ossl.h: avoid to build failure of Windows environment. | hsbt | 2015-01-03 | 1 | -1/+3 |
* | * ext/openssl/ossl.h: Make `SSL_SESSION_cmp` use `CRYPTO_memcmp` | hsbt | 2015-01-03 | 1 | -0/+1 |
* | openssl/ossl.h: calculate as long | nobu | 2014-01-13 | 1 | -2/+2 |
* | ext: use PRIsVALUE for rb_raise and rb_warn | nobu | 2014-01-13 | 1 | -4/+4 |
* | * file.c, ext/etc/etc.c, ext/socket/unixsocket.c, | akr | 2013-05-09 | 1 | -1/+1 |
* | rb_thread_call_without_gvl | nobu | 2012-07-10 | 1 | -0/+1 |
* | * ext/openssl/ossl.c | emboss | 2012-06-10 | 1 | -0/+5 |
* | * ext/openssl/ossl.h: include openssl/e_os2.h before checking the | usa | 2011-07-08 | 1 | -0/+1 |
* | * ext/openssl/ossl.c/.h: Added ossl_x509_name_sk2ary. | emboss | 2011-06-30 | 1 | -0/+1 |
* | * ext/openssl/ossl.h (OPENSSL_SYS_WIN32): define only if not defined. | eban | 2011-06-29 | 1 | -1/+3 |
* | * ext/openssl/ossl.h (OPENSSL_SYS_WIN32): support for mingw(msys). | eban | 2011-06-29 | 1 | -0/+1 |
* | * ext/openssl/ossl.h: Introduced OSSL_BIO_reset macro for PEM/DER | emboss | 2011-06-22 | 1 | -0/+7 |
* | * ext/openssl/ossl.c: surpress warning: shorten-64-to-32. | naruse | 2011-03-24 | 1 | -2/+2 |
* | * ext/openssl/ossl.h: parenthesize macro arguments. | akr | 2011-02-17 | 1 | -8/+8 |
* | * openssl/ossl.c (OSSL_IMPL_SK2ARY): for OpenSSL 1.0. | naruse | 2010-02-28 | 1 | -0/+7 |
* | * io.c (rb_mWaitReadable): defined. | akr | 2009-03-19 | 1 | -0/+1 |
* | * ext/openssl: suppress warnings. | akr | 2009-03-12 | 1 | -2/+2 |
* | * ext/curses/curses.c: should include <ruby/io.h>. | matz | 2008-09-26 | 1 | -1/+1 |
* | * ext/openssl: suppress warnings. | nobu | 2008-07-22 | 1 | -1/+1 |
* | * ext/dl/cfunc.c (rb_dlcfunc_call): adjust format. [ruby-dev:31222] | nobu | 2007-07-15 | 1 | -0/+1 |
* | * ext/openssl/{ossl.[ch],ossl_pkey.c} Add documentation. | technorama | 2007-04-02 | 1 | -0/+5 |
* | * file.c, gc.c, io.c, ruby.h, rubyio.h, win32/win32.h (rb_io_t): | nobu | 2007-02-24 | 1 | -4/+0 |
* | * ruby.h (struct RString): embed small strings. | matz | 2006-08-31 | 1 | -4/+3 |
* | * ext/openssl/ossl.h: move <ruby.h> inclusion point to shut up | matz | 2006-07-27 | 1 | -9/+9 |
* | * ext/openssl/extconf.rb: use create_header. | gotoyuzo | 2006-06-02 | 1 | -0/+2 |
* | * ext/openssl/ossl.h (OSSL_Debug): should not use __func__. | gotoyuzo | 2006-02-19 | 1 | -1/+1 |
* | * ext/openssl/ossl.h: need to include winsock2.h before including | usa | 2005-11-07 | 1 | -0/+1 |
* | * ext/openssl/openssl_missing.c, ext/openssl/ossl.h, | gotoyuzo | 2005-06-19 | 1 | -1/+1 |
* | * ext/openssl/ossl_pkcs12.[ch]: new files. add OpenSSL::PKCS12. | gotoyuzo | 2003-12-11 | 1 | -0/+3 |
* | * ext/openssl/ossl.c (ossl_x509_sk2ary, ossl_x509crl_sk2ary): add | gotoyuzo | 2003-11-11 | 1 | -0/+2 |
* | ossl_asn1.h was included twice. | gotoyuzo | 2003-10-03 | 1 | -1/+0 |
* | * ext/openssl/ossl_asn1.c: add DER encoder and decoder. | gotoyuzo | 2003-10-03 | 1 | -0/+1 |
* | * ext/openssl/ossl_engine.c: add a new module OpenSSL::Engine. | gotoyuzo | 2003-10-02 | 1 | -0/+1 |