History log of /openbsd/regress/lib/libtls/signer/signertest.c (Results 1 – 6 of 6)
Revision Date Author Comments
# 3da24e26 14-Apr-2023 tb <tb@openbsd.org>

Make the signertest work better with the portable test framework


# 0a0c1bee 24-Mar-2022 tb <tb@openbsd.org>

Adjust the signer test to link statically and work with hidden tls_signer
API.


# 31570ee1 01-Feb-2022 jsing <jsing@openbsd.org>

Use TLS_PADDING_* defines.


# b4ea5c75 01-Feb-2022 jsing <jsing@openbsd.org>

Revise/simplify for signer interface change.


# 93631cf1 30-Jan-2022 jsing <jsing@openbsd.org>

Add test coverage for tls_signer when used with a TLS server.

In this configuration the tls_signer is provided with the server
certificate and private key, while the TLS server is configured with a

Add test coverage for tls_signer when used with a TLS server.

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.

show more ...


# f3b67b24 30-Jan-2022 jsing <jsing@openbsd.org>

Add initial regress for tls_signer.