summaryrefslogtreecommitdiff
path: root/src/regress/lib/libtls/signer/signertest.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make the signertest work better with the portable test frameworktb2023-04-141-6/+10
|
* Adjust the signer test to link statically and work with hidden tls_signertb2022-03-241-1/+3
| | | | API.
* Use TLS_PADDING_* defines.jsing2022-02-011-4/+6
|
* Revise/simplify for signer interface change.jsing2022-02-011-20/+10
|
* Add test coverage for tls_signer when used with a TLS server.jsing2022-01-301-2/+189
| | | | | | In this configuration the tls_signer is provided with the server certificate and private key, while the TLS server is configured with a sign callback and is only provided with the certificate.
* Add initial regress for tls_signer.jsing2022-01-301-0/+286