summaryrefslogtreecommitdiff
path: root/src/lib/libtls/tls_keypair.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add error code support to libtlsjoshua2024-03-261-4/+7
* Fix indent.jsing2021-01-051-2/+2
* Fix return value variable type in tls_keypair_load_certinoguchi2020-12-151-2/+2
* Correct tls_config_clear_keys() behaviour.jsing2018-04-071-23/+14
* Move the keypair pubkey hash handling code to during config.jsing2018-02-101-47/+46
* Have tls_keypair_pubkey_hash() call tls_keypair_load_cert() instead ofjsing2018-02-081-10/+5
* Ensure that tls_keypair_clear() clears the OCSP staple and pubkey hash.jsing2018-02-081-6/+5
* Move tls_keypair_pubkey_hash() to the keypair file.jsing2018-02-081-1/+40
* Split keypair handling out into its own file - it had already appearedjsing2018-02-081-0/+146