summaryrefslogtreecommitdiff
path: root/src/lib/libc (unfollow)
Commit message (Expand)AuthorFilesLines
2020-09-19Prepare to provide SSL_SESSION_{set,get}_max_early_data()tb2-2/+18
2020-09-18If ssl_cert_dup() fails in SSL_set_SSL_CTX(3), return failureschwarze1-5/+10
2020-09-18add forgotten link to newish page SSL_set1_host(3)schwarze1-3/+4
2020-09-18Move variable declaration to beginning of scope in order to make thistb1-3/+4
2020-09-18make this test compile and pass on sparc64 by moving variable declarationstb1-4/+9
2020-09-18move variable declaration up to top to make this compile and passtb1-1/+1
2020-09-18Use void function argument to appease gcc 4.2.1tb1-1/+1
2020-09-18fix "warning: value computed is not used"tb1-2/+2
2020-09-18fix "warning: function declaration isn't a prototype"tb1-3/+3
2020-09-18zap redundant linetb1-2/+1
2020-09-18hook symbols test to regresstb1-1/+2
2020-09-18Check availability of the symbols in Symbols.listtb2-0/+182
2020-09-18Fix potential overflow in CN subject line parsing, thanks tobeck1-4/+5
2020-09-17Prepare to provide SSL_get_peer_tmp_key().jsing2-9/+20
2020-09-17Simplify SSL method lookups.jsing5-66/+44
2020-09-17Add a comment saying that the public function NAME_CONSTRAINTS_check(3)schwarze1-2/+5
2020-09-17Install the new page SSL_set1_host(3), link to it from relevant places,schwarze6-22/+31