summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2021-01-05double word fix; from martin vahlensieckjmc2-6/+6
2021-01-04whitespacetb3-10/+10
2021-01-04Keep the various free calls of tls13_record_layer_free() in thetb1-4/+4
2021-01-02Tweak previous:schwarze1-19/+34
2021-01-02Make list of DHE parameters more prominentkn1-6/+19
2021-01-02Free {alert,phh}_data in tls13_record_layer_free()tb1-1/+4
2020-12-31Remove unused categories in re_guts; they are written to but never read.millert1-39/+2
2020-12-30Make the list of supported protocols more prominentkn1-5/+15
2020-12-30Document meaning of '*' in genrsa outputtb1-3/+6
2020-12-28Fix an off-by-one error in the marking of the O_CH operator followingmillert1-1/+4
2020-12-26Start each regress run from scratch with new keys and CA database.bluhm1-12/+17
2020-12-26Convert CA regress implementation from shell script to make file.bluhm5-141/+100
2020-12-25Add to *FLAGS and *ADD rather than overwriting themtb1-6/+6
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