summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-09-02KNF and comment tweaksTheo Buehler
2020-09-01Zero out data to avoid leaving stack garbage in the tail ofTheo Buehler
2020-09-01The bumping of sess_cb_hit stats can wait until handling ofTheo Buehler
2020-09-01In the explanatory comment of ssl_get_prev_session fix the spelling ofTheo Buehler
2020-09-01Split session retrieval out of ssl_get_prev_session()Theo Buehler
2020-09-01copy session id directly in ssl_get_prev_sessionTheo Buehler
2020-09-01indent the only other label in this fileTheo Buehler
2020-09-01Indent label and remove dangling elseTheo Buehler
2020-09-01Zap NULL check before SSL_SESSION_free()Theo Buehler
2020-09-01Rename the session pointer ret to sessTheo Buehler
2020-09-01Hoist ERR_clear_error() call into the derr: labelTheo Buehler
2020-09-01simplify tls1_process_ticket() exit pathTheo Buehler
2020-08-31Return code tweaks for session ticket handlersTheo Buehler
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