summaryrefslogtreecommitdiff
path: root/ext/openssl/ossl_ts.c
AgeCommit message (Expand)Author
2021-10-25[ruby/openssl] ts: use TS_VERIFY_CTX_set_certs instead of TS_VERIFY_CTS_set_c...Kazuki Yamaguchi
2021-10-16[ruby/openssl] fix segv in Timestamp::{Request,Response,TokenInfo}.newNobuhiro IMAI
2021-10-16[ruby/openssl] ts: libressl build fix warningDavid Carlier
2021-09-12[ruby/openssl] Suppress cast-function-type warningsNobuyoshi Nakada
2021-09-12[ruby/openssl] Separate formatting from ossl_make_errorNobuyoshi Nakada
2021-07-18[ruby/openssl] require OpenSSL >= 1.0.2 and LibreSSL >= 3.1Kazuki Yamaguchi
2021-03-16[ruby/openssl] Fixed the results of OpenSSL::Timestamp::Response#failure_infoNobuyoshi Nakada
2021-03-16[ruby/openssl] digest, hmac, ts, x509: use IO.binread in examples where appro...Kazuki Yamaguchi
2020-10-21Use rb_intern_const instead of rb_intern in Init functionsNobuyoshi Nakada
2020-05-13[ruby/openssl] Look up digest by name instead of constantBart de Water
2020-02-17[ruby/openssl] ts: simplify OpenSSL::Timestamp::Request#algorithmKazuki Yamaguchi
2020-02-16Import openssl-2.2.0 (#2693)Hiroshi SHIBATA