aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_ts.h
Commit message (Collapse)AuthorAgeFilesLines
* ts: address more feedbackBen Toews2019-10-011-0/+0
|
* ts: address minor feedback from rhenium (more changes coming)Ben Toews2019-10-011-9/+0
| | | | | | | | | | | | | | - make some global variables static instead of extern - get rid of GetTsReqPtr/GetTsRespPtr functions - don't use c99 comments - fix some leaks - clarify what numeric type is returned (Integer or BN, never Fixnum) - typos - add missing checks, remove unecessary checks - use OPENSSL_NO_TS instead of our own macros checking for ts support - use EVP_{digest-name} instead of looking up algos by NID - don't differentiate between failure reasons when verifying - rename Response#pkcs7 to #token
* ts: Timestamp support (2/3)Martin Bosslet2019-10-011-1/+1
| | | | This commit applies the second patches (ts2.tar.gz) from https://bugs.ruby-lang.org/issues/4183
* ts: Timestamp support (1/3)Martin Bosslet2019-10-011-0/+25
This commit applies the initial patches (ts.tar.gz) from https://bugs.ruby-lang.org/issues/4183 This compiles with several warnings. Tests don't run yet.