summaryrefslogtreecommitdiff
path: root/src/regress/lib/libtls/keypair/keypairtest.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Garbage collect the unused hash and print kp->pubkey_hash instead of NULL.tb2022-02-081-7/+4
| | | | | | Make sure kp is freed also on error. ok jsing
* Free cert, key and ocsp_staple on exit of do_keypair_test().tb2021-12-041-1/+4
| | | | Reported by Ilya Shipitsine, discussed with jsing
* Revise regress to match tls_keypair_clear() removal.jsing2018-04-071-18/+3
|
* Update keypair regress to match revised keypair hash handling.jsing2018-02-141-11/+10
| | | | Apparently I failed to commit this when I committed the libtls change...
* Update regress to match change to tls_keypair_pubkey_hash().jsing2018-02-081-3/+4
|
* Add a regress test that covers libtls keypairs.jsing2018-02-081-0/+226