aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_ts.c
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #754 from rhenium/ky/clarify-licenseKazuki Yamaguchi2024-06-081-1/+1
|\
| * Fix references to the license textky/clarify-licenseKazuki Yamaguchi2024-05-011-1/+1
* | Add to_text for PKCS7 and Timestamp::ResponseSamuel Giddins2024-05-061-0/+60
|/
* Implement Write Barrier for all OpenSSL typesJean Boussier2023-06-011-3/+3
* ts: use TS_VERIFY_CTX_set_certs instead of TS_VERIFY_CTS_set_certsKazuki Yamaguchi2021-10-241-1/+1
* Merge branch 'maint-2.2'Kazuki Yamaguchi2021-10-161-3/+13
|\
| * Fixed the results of OpenSSL::Timestamp::Response#failure_infoNobuyoshi Nakada2021-10-161-11/+11
| * Use rb_intern_const instead of rb_intern in Init functionsNobuyoshi Nakada2021-10-161-13/+13
| * Merge pull request #407 from no6v/fix-timestamp-segvKazuki Yamaguchi2021-09-271-3/+9
| |\
| | * fix segv in Timestamp::{Request,Response,TokenInfo}.newNobuhiro IMAI2021-09-271-3/+9
| * | ts: libressl build fix warningDavid Carlier2021-09-271-0/+4
| |/
* | Merge pull request #456 from ruby/compilation-warningsKazuki Yamaguchi2021-09-121-3/+21
|\ \
| * | Suppress cast-function-type warningsNobuyoshi Nakada2021-09-121-3/+21
* | | Separate formatting from ossl_make_errorNobuyoshi Nakada2021-09-121-1/+1
|/ /
* | require OpenSSL >= 1.0.2 and LibreSSL >= 3.1Kazuki Yamaguchi2021-04-041-6/+3
* | Fixed the results of OpenSSL::Timestamp::Response#failure_infoNobuyoshi Nakada2021-02-141-11/+11
* | Use rb_intern_const instead of rb_intern in Init functionsNobuyoshi Nakada2020-12-141-13/+13
* | digest, hmac, ts, x509: use IO.binread in examples where appropriateKazuki Yamaguchi2020-05-131-9/+9
|/
* Look up digest by name instead of constantBart de Water2020-04-211-3/+3
* ts: simplify OpenSSL::Timestamp::Request#algorithmky/ts-simplify-tsreq-get-algorithmKazuki Yamaguchi2020-02-171-6/+1
* expand tabsBen Toews2019-10-011-113/+113
* ts: require list of allowed digest algos for FactoryBen Toews2019-10-011-27/+45
* ts: address more feedbackBen Toews2019-10-011-39/+48
* ts: move TS_TST_INFO accessors to a new Timestamp::TokenInfo classBen Toews2019-10-011-188/+289
* ts: fix another leakBen Toews2019-10-011-4/+5
* ts: don't do anything that might raise in callbacksBen Toews2019-10-011-22/+20
* ts: simplify signature for TimestampFactory#additional_certs alsoBen Toews2019-10-011-19/+11
* ts: simplify TimestampResponse#response signatureBen Toews2019-10-011-123/+55
* ts: address minor feedback from rhenium (more changes coming)Ben Toews2019-10-011-116/+57
* ts: fix windows buildBen Toews2019-10-011-14/+1
* ts: fix for libresslBen Toews2019-10-011-1/+5
* ts: clean up some memory leaksBen Toews2019-10-011-38/+50
* ts: use newer TypedData_* macros instead of Data_* onesBen Toews2019-10-011-129/+153
* ts: update to work with openssl 1.1.xBen Toews2019-10-011-265/+235
* ts: get tests running/passingBen Toews2019-10-011-8/+14
* ts: Timestamp support (3/3)Martin Bosslet2019-10-011-3/+3
* ts: Timestamp support (2/3)Martin Bosslet2019-10-011-41/+19
* ts: Timestamp support (1/3)Martin Bosslet2019-10-011-0/+1546