summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-08-31Send alert on ssl_get_prev_session failureTheo Buehler
2020-08-30Remove duplicate definition of _null_auth.mortimer
2020-08-30Start replacing the existing TLSv1.2 record layer.Joel Sing
2020-08-29define OPENSSL_NO_SSL_TRACE in opensslfeatures.hKinichiro Inoguchi
2020-08-23amd64: TSC timecounter: prefix RDTSC with LFENCEcheloha
2020-08-23check errno against EINTR; not return value from poll()Damien Miller
2020-08-23update to libfido2 46710ac06, picking up a few API changesDamien Miller
2020-08-17Fix append mode so it always writes to the end and expand regress.Todd C. Miller
2020-08-14Fix handling of "w+" mode, we were only truncating for "w".Todd C. Miller
2020-08-13select.2: Xr directly to timersub(3) now that it has a dedicated manpagecheloha
2020-08-11Send an unexpected message alert if no valid content type is found.Joel Sing
2020-08-11Increment the epoch in the same place for both read and write.Joel Sing
2020-08-11Use 0 instead of 0x00 for memset() calls.Joel Sing
2020-08-11Use SSL3_SEQUENCE_SIZE for last_write_sequence[] rather than hardcoding.Joel Sing
2020-08-11In SSL_new() just 'goto err' on allocation failure.Joel Sing
2020-08-11sync with upstream libfido2 rev 2fa20b889, picking up ~7 monthsDamien Miller
2020-08-10Tedu compiler-rt 8.0.1.Patrick Wildt
2020-08-10Un-hook and re-hook libcompiler_rt.Patrick Wildt
2020-08-10Avoid passing -1 to freezero.Theo Buehler
2020-08-09Fix some wrapping/indent.Joel Sing
2020-08-09Add P-521 to the list of curves supported by default in the client.Joel Sing
2020-08-09Use CBB more correctly when writing SSL3/DTLS records.Joel Sing
2020-08-09Make the explicit IV length handling in DTLS the same as SSL3/TLS.Joel Sing
2020-08-06delete another word to improve the wording; suggested by jmc@Ingo Schwarze
2020-08-06Explain the purpose of CMAC_resume(3) in more detail.Ingo Schwarze
2020-08-04Cleanup aead_ctxKinichiro Inoguchi
2020-08-04We have `pipexinq' and `pipexoutq' mbuf(9) queues to store pipex(4)mvs
2020-08-03Only parse a client's status_request in the CHTheo Buehler
2020-08-03Ensure clients only send a status_request in the CHTheo Buehler
2020-08-03Correctly handle server requests for an OCSP responseTheo Buehler
2020-08-03Bump libc++ and libc++abi majors due to floating point typePatrick Wildt
2020-08-03crank the major cos grammar.c has grown.David Gwynne
2020-08-03add "sample NUM" so you can ask to capture 1/NUM packets from a filter.David Gwynne
2020-08-03add support for handling loads from BPF_RND.David Gwynne
2020-08-03sync to upstream libcbor v0.7.0; some minor fixes, but a note majorDamien Miller
2020-08-02Squelch warning by using idiom from libc bcrypt(3)Theo Buehler
2020-08-02Check the return value of tls1_enc() in the write path.Joel Sing
2020-08-01Clean up/simplify more of the dtls1/ssl3 record writing code:Joel Sing
2020-08-01Pull record version selection code up and pass it as an argument toJoel Sing
2020-07-30Have ssl_init_wbio_buffer() push the buffering BIO rather than doing itJoel Sing
2020-07-30Clean up and simplify some of the SSL3/DTLS1 record writing code.Joel Sing
2020-07-30Add minimal info callback support for TLSv1.3Theo Buehler
2020-07-27Fix two cases where we shpould compare/store 64-bit values instead ofMark Kettenis
2020-07-27Fix powerpc64's sbrk()gkoehler
2020-07-26Reference unveil(2) in system accounting and daily.8.rob
2020-07-25Handle SSL_MODE_AUTO_RETRY being changed during a TLSv1.3 session.Joel Sing
2020-07-25remove half a dozen "goto" statements and a labelIngo Schwarze
2020-07-24tweak previous;Jason McIntyre
2020-07-23document PEM_X509_INFO_read(3) and PEM_X509_INFO_read_bio(3)Ingo Schwarze
2020-07-23Fix a bug in PEM_X509_INFO_read_bio(3) that is very likely to causeIngo Schwarze