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