aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_ts.c
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-161-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-081-116/+57
* ts: fix windows buildBen Toews2018-07-091-14/+1
* ts: fix for libresslBen Toews2018-07-061-1/+5
* 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-031-265/+235
* ts: get tests running/passingBen Toews2018-06-211-8/+14
* ts: Timestamp support (3/3)Martin Bosslet2018-06-211-3/+3
* ts: Timestamp support (2/3)Martin Bosslet2018-06-211-41/+19
* ts: Timestamp support (1/3)Martin Bosslet2018-06-211-0/+1546