aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_ts.c
Commit message (Expand)AuthorAgeFilesLines
* 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