summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-22Destroy the mutex in tls_config objects when tls_config_free is called.bcook1-1/+3
2020-12-22Revert call to pthread_mutex_destroy until installers have a stub.bcook1-3/+1
2020-12-21Destroy the mutex in a tls_config object when tls_config_free is called.bcook1-1/+3
2020-12-17Remove echo headlines.bluhm15-46/+15
2020-12-16Remove a redundant memset call.tb1-2/+2
2020-12-16Remove two reduntat memset calls.tb2-5/+2
2020-12-16Avoid potential use of uninitialized in ASN1_time_parsetb1-4/+3
2020-12-16Fix some KNF issuestb1-7/+8
2020-12-15Use natural sizes for S3I(s)->tmp's *_md arraystb1-6/+4
2020-12-15Fix return value variable type in tls_keypair_load_certinoguchi1-2/+2
2020-12-14Fix SSL_get{,_peer}_finished() with TLSv1.3tb2-2/+28
2020-12-14Switch finish{,_peer}_md_len from int to size_ttb1-3/+3
2020-12-08LibreSSL 3.3.1libressl-v3.3.1bcook1-3/+3
2020-12-08Fix a NULL dereference in GENERAL_NAME_cmp()tb6-11/+94
2020-12-06Enable t_mmap-1 test. It is skipped on NetBSD, but works for us.bluhm2-3/+10
2020-12-05Mark bitmask_{start,end}_values[] and g_probable_mtu[] const.tb1-4/+4
2020-12-05Mark nid_list[] const. This moves 116 bytes to .rodata.tb1-2/+2
2020-12-04Move point-on-curve check to set_affine_coordinatestb4-18/+50
2020-12-03grammar fixes from Varik "The Genuine Article!!!" Valefor;jmc3-9/+9
2020-12-01Extend the methods test to cover dtls methods as welltb1-1/+57
2020-12-01Enable ssl_methods unit test.tb1-1/+2