index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
openssl
/
openssl_missing.h
Age
Commit message (
Expand
)
Author
2021-10-25
[ruby/openssl] pkey, ssl: use EVP_PKEY_eq() instead of EVP_PKEY_cmp()
Kazuki Yamaguchi
2021-10-25
[ruby/openssl] hmac: use EVP_MD_CTX_get_pkey_ctx() instead of EVP_MD_CTX_pkey...
Kazuki Yamaguchi
2021-10-25
[ruby/openssl] digest: use EVP_MD_CTX_get0_md() instead of EVP_MD_CTX_md() if...
Kazuki Yamaguchi
2021-10-25
[ruby/openssl] ts: use TS_VERIFY_CTX_set_certs instead of TS_VERIFY_CTS_set_c...
Kazuki Yamaguchi
2021-07-18
[ruby/openssl] pkey: remove unused ossl_generate_cb_2() helper function
Kazuki Yamaguchi
2021-07-18
[ruby/openssl] require OpenSSL >= 1.0.2 and LibreSSL >= 3.1
Kazuki Yamaguchi
2021-03-16
[ruby/openssl] hmac: migrate from the low-level HMAC API to the EVP API
Kazuki Yamaguchi
2020-02-16
Import openssl-2.2.0 (#2693)
Hiroshi SHIBATA
2018-09-21
Suppress more -Wparentheses warnings
nobu
2018-08-08
openssl: sync with upstream repository
rhe
2018-06-17
openssl_missing.h: constified
nobu
2018-05-30
Workaround for old LibreSSL
nobu
2017-11-25
openssl: import v2.1.0.beta2
rhe
2017-09-03
openssl: import v2.1.0.beta1
rhe
2016-12-22
openssl: import v2.0.2
rhe
2016-12-01
openssl: import fixes from upstream
rhe
2016-08-29
import Ruby/OpenSSL 2.0.0.beta.1
rhe
2016-06-19
openssl: add 'const's required in OpenSSL master
rhe
2016-06-14
openssl: fix acesssor functions for RSA and DH in openssl_missing.h
rhe
2016-06-12
openssl: support non AES-GCM AEAD ciphers in OpenSSL::Cipher
rhe
2016-06-06
openssl: fix compile on VC
rhe
2016-06-05
openssl: use SSL_is_server()
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-06-05
openssl: support OpenSSL 1.1.0's new multi-threading API
rhe
2016-05-30
openssl: add SSLContext#ecdh_curves=
rhe
2016-05-25
openssl: drop OpenSSL 0.9.6/0.9.7 support
rhe
2016-05-25
openssl: remove unnecessary 'extern "C"' blocks from local headers
rhe
2016-05-19
openssl: register ex_data index for X509_STORE{_CTX,} respectively
rhe
2015-09-22
* ext/openssl/*: Remove svn commit id macros to make sync easier
zzak
2015-04-20
* ext/openssl/*: use license instead of licence.
hsbt
2011-06-26
* ext/openssl/extconf.rb
emboss
2011-02-16
* ext/openssl/openssl_missing.h: parenthesize macro arguments.
akr
2010-09-06
* Fixed wrong check of missing functions. Patch by Adrian Quark.
nahi
2009-03-13
* ext/openssl/openssl_missing.h (i2d_of_void): cast for callbacks.
nobu
2008-07-23
* ext/openssl/openssl_missing.h (d2i_of_void): define for older
nobu
2008-07-22
* ext/openssl: suppress warnings.
nobu
2008-05-15
* ext/openssl/openssl_missing.c (HMAC_CTX_copy): adopted to
matz
2005-04-15
* ext/openssl/extconf.rb: check for OPENSSL_cleanse.
gotoyuzo
2004-06-30
* ext/openssl/extconf.rb: check for EVP_CIPHER_CTX_copy, ENGINE_add,
gotoyuzo
2003-09-12
OpenSSL update
michal
2003-07-23
* ext/openssl: imported.
gotoyuzo