Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add error code support to libtls | joshua | 2024-03-26 | 1 | -4/+7 |
* | Fix indent. | jsing | 2021-01-05 | 1 | -2/+2 |
* | Fix return value variable type in tls_keypair_load_cert | inoguchi | 2020-12-15 | 1 | -2/+2 |
* | Correct tls_config_clear_keys() behaviour. | jsing | 2018-04-07 | 1 | -23/+14 |
* | Move the keypair pubkey hash handling code to during config. | jsing | 2018-02-10 | 1 | -47/+46 |
* | Have tls_keypair_pubkey_hash() call tls_keypair_load_cert() instead of | jsing | 2018-02-08 | 1 | -10/+5 |
* | Ensure that tls_keypair_clear() clears the OCSP staple and pubkey hash. | jsing | 2018-02-08 | 1 | -6/+5 |
* | Move tls_keypair_pubkey_hash() to the keypair file. | jsing | 2018-02-08 | 1 | -1/+40 |
* | Split keypair handling out into its own file - it had already appeared | jsing | 2018-02-08 | 1 | -0/+146 |