summaryrefslogtreecommitdiff
path: root/src/lib/libtls/tls_ocsp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix shadow declaration of time in parameter list.beck2016-11-021-2/+2
| | | | ok jsing@
* Ensure handshake is complete before processing an ocsp response for a ctxbeck2016-11-021-0/+3
| | | | ok jsing@
* Add OCSP client side support to libtls.beck2016-11-021-0/+399
- Provide access to certificate OCSP URL - Provide ability to check a raw OCSP reply against an established TLS ctx - Check and validate OCSP stapling info in the TLS handshake if a stapled OCSP response is provided.` Add example code to show OCSP URL and stapled info into netcat. ok jsing@