summary refs log tree commit diff
path: root/bundle/powerline (follow)
Commit message (Expand)AuthorAge
* Switch to powerlineJune McEnroe2013-03-12
'>tls: Use SSL_CTX_get0_param and X509_STORE_get0_paramJune McEnroe 2020-07-31tls_server: Remove SSL_OP_NO_CLIENT_RENEGOTIATIONJune McEnroe This is a LibreSSL-specific option. 2020-07-31tls_ocsp: Use X509_STORE_CTX_new and X509_OBJECT_newJune McEnroe 2020-07-31tls_ocsp: Use ASN1_TIME_to_tmJune McEnroe 2020-07-31tls_conninfo: Implement time_tm_clamp_notafterJune McEnroe From crypto/asn1/a_time_tm.c 2020-07-31tls_conninfo: Use ASN1_TIME_to_tmJune McEnroe 2020-07-31tls_verify: Use ASN1_STRING_get0_dataJune McEnroe 2020-07-31tls_bio_cb: Use public BIO interfacesJune McEnroe 2020-07-30tls_server: #include <string.h>June McEnroe 2020-07-30tls_client: #include <string.h>June McEnroe 2020-07-30tls_util: #include <string.h>