about summary refs log tree commit diff
path: root/libtls.pc.in (unfollow)
Commit message (Expand)Author
2020-07-31tls_internal: Replace default ciphers with compatJune McEnroe
2020-07-31tls: Implement load_verify_memJune McEnroe
2020-07-31tls: Implement use_certificate_chain_memJune McEnroe
2020-07-31tls: Use SSL_CTX_get0_param and X509_STORE_get0_paramJune McEnroe
2020-07-31tls_server: Remove SSL_OP_NO_CLIENT_RENEGOTIATIONJune McEnroe
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
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>June McEnroe
2020-07-30tls_config: #include <string.h>June McEnroe
2020-07-30tls: #include <string.h>June McEnroe
2020-07-30Import LibreSSL 3.2.0June McEnroe
2018-02-05Double-buffer gfb frontendJune McEnroe 2018-02-05Rewrite gfxx bit handlingJune McEnroe 2018-02-05Add flip option to gfxxJune McEnroe 2018-02-05Remove gfxx reverse optionJune McEnroe 2018-02-04Fix gfxx draw stop conditionJune McEnroe 2018-02-04Reuse CGColorSpace and CGDataProvider in gfcocoaJune McEnroe 2018-02-04Mark mac target phonyJune McEnroe 2018-02-04Set up Makefile for gfxx-cocoa or gfxx-fbJune McEnroe 2018-02-04Avoid doing excessive work in gfxxJune McEnroe 2018-02-04Handle window resizing in gfcocoaJune McEnroe 2018-02-04Set cinoptionsJune McEnroe 2018-02-04Tweak colorscheme moreJune McEnroe 2018-02-04Color MatchParen DarkYellowJune McEnroe 2018-02-04Add palette sampling to gfxxJune McEnroe 2018-02-04Add 4-bit RGB to gfxxJune McEnroe 2018-02-04Add Quit menu item to gfcocoaJune McEnroe 2018-02-04Switch back to sane Objective-C styleJune McEnroe 2018-02-04Quit gfcocoa when window closesJune McEnroe 2018-02-03Apparently this is how people write Objective-CJune McEnroe