Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the new certificates/chains in regress. | jsing | 2024-03-20 | 1 | -2/+2 |
| | | | | | | | | | | The new certificates are more representative of the real world. The old certificates use weak algorithms and expire in the very near future. Most of our regress has already been switched over, this changes the remainder. Thanks to Bernhard M. Wiedemann for reminding us of the upcoming expiry. ok tb@ | ||||
* | Garbage collect the unused hash and print kp->pubkey_hash instead of NULL. | tb | 2022-02-08 | 1 | -7/+4 |
| | | | | | | Make sure kp is freed also on error. ok jsing | ||||
* | Free cert, key and ocsp_staple on exit of do_keypair_test(). | tb | 2021-12-04 | 1 | -1/+4 |
| | | | | Reported by Ilya Shipitsine, discussed with jsing | ||||
* | Revise regress to match tls_keypair_clear() removal. | jsing | 2018-04-07 | 1 | -18/+3 |
| | |||||
* | Update keypair regress to match revised keypair hash handling. | jsing | 2018-02-14 | 1 | -11/+10 |
| | | | | Apparently I failed to commit this when I committed the libtls change... | ||||
* | Update regress to match change to tls_keypair_pubkey_hash(). | jsing | 2018-02-08 | 1 | -3/+4 |
| | |||||
* | Add a regress test that covers libtls keypairs. | jsing | 2018-02-08 | 1 | -0/+226 |