summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2021-02-03Fail early in legacy exporter if master secret is not availabletb1-1/+6
2021-02-03Adding a hard-trap instruction after the __threxit syscall instructionkurt1-2/+1
2021-02-03Add OID for draft-ietf-opsawg-finding-geofeedsjob2-0/+2
2021-02-02Add a bunch of RPKI OIDsjob2-1/+26
2021-02-02article fixes; from eddie yousephjmc3-9/+9
2021-02-01Use "EC/RSA key setup failure" to align error with otherstb1-3/+3
2021-01-30missing word in commenttb1-3/+3
2021-01-28Add '$' to ober_scanf_elements().martijn2-4/+13
2021-01-28Remove direct assignment of aead_ctx.jsing1-13/+7
2021-01-28Move AEAD handling into the new TLSv1.2 record layer.jsing4-134/+102
2021-01-27Link SSL_get_finished.3 to build.tb1-1/+2
2021-01-27Write SSL_get_finished() documentation from scratch.tb1-0/+77
2021-01-27Merge SSL_set_hostflags documentation from OpenSSL 1.1.1i andtb1-3/+20
2021-01-26Rewrap a comment line to fit into 80 columns.tb1-3/+3
2021-01-26zap a tabtb1-2/+2
2021-01-26Prepare to provide SSL_set_hostflags()tb2-2/+9
2021-01-26Move sequence numbers into the new TLSv1.2 record layer.jsing7-84/+38
2021-01-26Move private key setup to a helper function with proper erroreric1-10/+47
2021-01-26When checking for available address family for AI_ADDRCONFIG considerflorian1-1/+16
2021-01-22Gracefully handle any erroneous closing bracket/brace trailers inrob1-2/+2
2021-01-22Valid integer and enumerated types always have non-zero length. Performrob1-1/+5
2021-01-21when using fake keys, skip the private key checkeric1-1/+2
2021-01-21return -1 on error for consistencyeric1-2/+2
2021-01-21minor bump after symbol additioneric1-1/+1
2021-01-21Allow setting a keypair on a tls context without specifying the privateeric4-26/+77
2021-01-21Mop up unused dtls1_build_sequence_number() function.jsing2-25/+2
2021-01-20Missing return value; ok jmc@otto1-2/+3
2021-01-20typo; spotted by jmcsthen1-3/+3
2021-01-20Drop unneeded cast in seal_record_protected_ciphertb1-2/+2
2021-01-19Add code to handle change of cipher state in the new TLSv1.2 record layer.jsing5-17/+137
2021-01-19Provide functions to determine if TLSv1.2 record protection is engaged.jsing5-18/+37
2021-01-19Provide record layer overhead for DTLS.jsing3-17/+38
2021-01-19Factor out code for explicit IV length, block size and MAC length.jsing1-21/+77
2021-01-19Prevent an overflow in inet_net_pton(3) when the passed in buffer isflorian1-11/+18
2021-01-18support PCAP_NETMASK_UNKNOWN, adapted from an old commit in upstreamsthen3-6/+20
2021-01-18Move sessid definition to keynote-verify.c to avoid issues with -fno-commonmortimer2-3/+5
2021-01-13Clean up dtls1_reset_seq_numbers()jsing1-10/+7
2021-01-13Clean up read sequence handling in DTLS.jsing1-19/+21
2021-01-13Clean up sequence number handing in the new TLSv1.2 record layer.jsing3-69/+89
2021-01-13kernel, sysctl(8): remove dead variable: tickadjcheloha1-5/+4
2021-01-13Make imsg.h a bit more self-contained by prototyping struct iovec.claudio1-1/+2
2021-01-12Split the record protection from the TLSv1.2 record layer.jsing1-75/+101
2021-01-11Remove libc++ and libc++abi 8.0.0 now that we switched to version 10.0.1patrick497-222095/+0
2021-01-09Update SSL_get_shared_ciphers() documentation for ssl_lib.c r1.240tb1-17/+47
2021-01-09Add support for SSL_get_shared_ciphers() in TLSv1.3tb1-1/+5
2021-01-09Align SSL_get_shared_ciphers() with OpenSSLtb1-10/+18
2021-01-09Set chain on xsc on chain build failure.jsing1-1/+3
2021-01-09Bail out early after finding an single chain if we are have been called frombeck1-1/+9
2021-01-08Make fts_{alloc,safe_changed}() const correcttb1-5/+5
2021-01-08search the intermediates only after searching the root certs, clarifybeck1-11/+15