aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl
Commit message (Expand)AuthorAgeFilesLines
* ts: require list of allowed digest algos for Factorypr/204Ben Toews2018-08-201-27/+45
* ts: address more feedbackBen Toews2018-08-162-39/+48
* ts: move TS_TST_INFO accessors to a new Timestamp::TokenInfo classBen Toews2018-08-091-188/+289
* ts: fix another leakBen Toews2018-08-081-4/+5
* ts: don't do anything that might raise in callbacksBen Toews2018-08-081-22/+20
* ts: simplify signature for TimestampFactory#additional_certs alsoBen Toews2018-08-081-19/+11
* ts: simplify TimestampResponse#response signatureBen Toews2018-08-081-123/+55
* ts: address minor feedback from rhenium (more changes coming)Ben Toews2018-08-085-129/+60
* ts: fix windows buildBen Toews2018-07-091-14/+1
* ts: fix for libresslBen Toews2018-07-063-1/+13
* ts: clean up some memory leaksBen Toews2018-07-061-38/+50
* ts: use newer TypedData_* macros instead of Data_* onesBen Toews2018-07-051-129/+153
* ts: update to work with openssl 1.1.xBen Toews2018-07-033-265/+265
* ts: get tests running/passingBen Toews2018-06-213-24/+31
* ts: Timestamp support (3/3)Martin Bosslet2018-06-211-3/+3
* ts: Timestamp support (2/3)Martin Bosslet2018-06-215-45/+24
* ts: Timestamp support (1/3)Martin Bosslet2018-06-214-0/+1580
* Merge branch 'maint'Kazuki Yamaguchi2018-05-123-2/+7
|\
| * Ruby/OpenSSL 2.1.1v2.1.1Kazuki Yamaguchi2018-05-121-1/+1
| * Merge branch 'maint-2.0' into maintKazuki Yamaguchi2018-05-122-1/+6
| |\
| | * Ruby/OpenSSL 2.0.8v2.0.8Kazuki Yamaguchi2018-05-121-1/+1
| | * extconf.rb: fix build with LibreSSL 2.7.0ky/libressl-2.7Kazuki Yamaguchi2018-03-241-1/+4
| | * cipher: validate iterations argument for Cipher#pkcs5_keyivgenky/cipher-pkcs5-keyivgen-validate-iterKazuki Yamaguchi2018-01-121-0/+2
* | | pkcs7: allow recipient's certificate to be omitted for PKCS7#decryptky/pkcs7-decrypt-without-recipients-certificateKazuki Yamaguchi2018-01-041-2/+2
|/ /
* | Merge branch 'maint'Kazuki Yamaguchi2017-12-142-6/+2
|\|
| * Ruby/OpenSSL 2.0.7v2.0.7ky/release-2.0.7Kazuki Yamaguchi2017-12-141-1/+1
| * asn1: fix docsKazuki Yamaguchi2017-12-141-2/+2
| * ssl: remove unreachable codeKazuki Yamaguchi2017-12-081-9/+0
* | Merge pull request #177 from rhenium/ky/pkey-ec-point-octet-stringKazuki Yamaguchi2017-12-141-78/+63
|\ \
| * | pkey/ec: add support for octet string encoding of EC pointky/pkey-ec-point-octet-stringKazuki Yamaguchi2017-12-141-35/+40
| * | pkey/ec: rearrange PKey::EC::Point#initializeKazuki Yamaguchi2017-12-071-44/+24
* | | ssl: remove a misleading commentKazuki Yamaguchi2017-11-261-1/+0
* | | Merge branch 'maint'Kazuki Yamaguchi2017-11-258-28/+44
|\ \ \ | | |/ | |/|
| * | x509cert, x509crl, x509req, ns_spki: check sanity of public keyky/pkey-check-sanityKazuki Yamaguchi2017-11-134-24/+32
| * | pkey: make pkey_check_public_key() non-staticKazuki Yamaguchi2017-11-112-4/+6
| * | cipher: disallow setting AAD for non-AEAD ciphersKazuki Yamaguchi2017-10-181-0/+2
| * | test/test_ssl_session: skip tests for session_remove_cbky/skip-session-remove-cb-testsKazuki Yamaguchi2017-10-101-0/+4
* | | Merge pull request #173 from rhenium/ky/kdf-hkdfKazuki Yamaguchi2017-11-251-0/+98
|\ \ \
| * | | kdf: add HKDF supportky/kdf-hkdfKazuki Yamaguchi2017-11-221-0/+98
* | | | Merge branch 'ky/ssl-add-certificate'Kazuki Yamaguchi2017-11-221-0/+118
|\ \ \ \
| * | | | ssl: add SSLContext#add_certificateKazuki Yamaguchi2017-11-221-0/+118
| |/ / /
* | | | Merge pull request #169 from rhenium/ky/pkey-rsa-sign-pssKazuki Yamaguchi2017-11-141-0/+192
|\ \ \ \
| * | | | Add RSA sign_pss() and verify_pss() methodsky/pkey-rsa-sign-pssPeter Karman2017-11-131-0/+192
| |/ / /
* | | | Fix build failure against OpenSSL 1.1 built with no-deprecatedMark Wright2017-11-048-47/+63
* | | | TLS Fallback Signaling Cipher Suite Valueaeris2017-11-031-0/+23
* | | | Merge pull request #161 from rhenium/ky/x509-implement-eqKazuki Yamaguchi2017-10-222-0/+42
|\ \ \ \
| * | | | x509revoked: add missing X509::Revoked#to_derKazuki Yamaguchi2017-10-121-0/+21
| * | | | x509cert: implement X509::Certificate#==Kazuki Yamaguchi2017-10-121-0/+21
| |/ / /
* | | | ssl: extract rb_intern("call")Kazuki Yamaguchi2017-10-161-10/+11
* | | | bn: use ALLOCV() macro instead of xmalloc()Kazuki Yamaguchi2017-09-251-5/+5
|/ / /