summaryrefslogtreecommitdiff
path: root/src/lib/libtls/tls_keypair.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
in multiple locations. ok beck@