summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-01-26Rewrap a comment line to fit into 80 columns.Theo Buehler
2021-01-26zap a tabTheo Buehler
2021-01-26Prepare to provide SSL_set_hostflags()Theo Buehler
2021-01-26Move sequence numbers into the new TLSv1.2 record layer.Joel Sing
2021-01-26Move private key setup to a helper function with proper errorEric Faurot
2021-01-26When checking for available address family for AI_ADDRCONFIG considerFlorian Obser
2021-01-22Gracefully handle any erroneous closing bracket/brace trailers inrob
2021-01-22Valid integer and enumerated types always have non-zero length. Performrob
2021-01-21when using fake keys, skip the private key checkEric Faurot
2021-01-21return -1 on error for consistencyEric Faurot
2021-01-21minor bump after symbol additionEric Faurot
2021-01-21Allow setting a keypair on a tls context without specifying the privateEric Faurot
2021-01-21Mop up unused dtls1_build_sequence_number() function.Joel Sing
2021-01-20Missing return value; ok jmc@Otto Moerbeek
2021-01-20typo; spotted by jmcStuart Henderson
2021-01-20Drop unneeded cast in seal_record_protected_cipherTheo Buehler
2021-01-19Add code to handle change of cipher state in the new TLSv1.2 record layer.Joel Sing
2021-01-19Provide functions to determine if TLSv1.2 record protection is engaged.Joel Sing
2021-01-19Provide record layer overhead for DTLS.Joel Sing
2021-01-19Factor out code for explicit IV length, block size and MAC length.Joel Sing
2021-01-19Prevent an overflow in inet_net_pton(3) when the passed in buffer isFlorian Obser
2021-01-18support PCAP_NETMASK_UNKNOWN, adapted from an old commit in upstreamStuart Henderson
2021-01-18Move sessid definition to keynote-verify.c to avoid issues with -fno-commonmortimer
2021-01-13Clean up dtls1_reset_seq_numbers()Joel Sing
2021-01-13Clean up read sequence handling in DTLS.Joel Sing
2021-01-13Clean up sequence number handing in the new TLSv1.2 record layer.Joel Sing
2021-01-13kernel, sysctl(8): remove dead variable: tickadjcheloha
2021-01-13Make imsg.h a bit more self-contained by prototyping struct iovec.Claudio Jeker
2021-01-12Split the record protection from the TLSv1.2 record layer.Joel Sing
2021-01-11Remove libc++ and libc++abi 8.0.0 now that we switched to version 10.0.1Patrick Wildt
2019-02-04Import libc++ 7.0.1.Patrick Wildt
2019-02-04Import libc++abi 7.0.1.Patrick Wildt
2018-09-11import of libc++ 6.0.0Robert Nagy
2018-09-11import of libc++abi 6.0.0Robert Nagy
2016-09-03Import libc++abi 3.9.0Patrick Wildt
2016-09-03Import libc++ 3.9.0Patrick Wildt
2021-01-09Update SSL_get_shared_ciphers() documentation for ssl_lib.c r1.240Theo Buehler
2021-01-09Add support for SSL_get_shared_ciphers() in TLSv1.3Theo Buehler
2021-01-09Align SSL_get_shared_ciphers() with OpenSSLTheo Buehler
2021-01-09Set chain on xsc on chain build failure.Joel Sing
2021-01-09Bail out early after finding an single chain if we are have been called fromBob Beck
2021-01-08Make fts_{alloc,safe_changed}() const correctTheo Buehler
2021-01-08search the intermediates only after searching the root certs, clarifyBob Beck
2021-01-07Rename two local variables ssl to s for consistencyTheo Buehler
2021-01-07Make tls12_record_layer_free() NULL safe.Joel Sing
2021-01-07Move the read MAC key into the TLSv1.2 record layer.Joel Sing
2021-01-07sleep(3): don't bypass nanosleep(2) if seconds is zerocheloha
2021-01-06Use tls13_secret_{init,cleanup}() for the finished_keyTheo Buehler
2021-01-06Fix two issues related to thread private data in asr.Otto Moerbeek
2021-01-05Avoid local variable in tls13_secret_init().Theo Buehler