index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2021-03-10
Don't return ERR if resize didn't change size
Todd C. Miller
2021-03-10
Guard TLS1_get_{client_,}version() macros with #ifndef LIBRESSL_INTERNAL.
Joel Sing
2021-03-10
Improve internal version handling.
Joel Sing
2021-03-09
Early daemons like dhcpleased(8), slaacd(8), unwind(8), resolvd(8)
Alexander Bluhm
2021-03-09
Change the implementation of the malloc cache to keep lists of
Otto Moerbeek
2021-03-07
LibreSSL 3.3.2
Brent Cook
2021-03-05
Stop abusing display blocks under the authors section in order to
anton
2021-03-03
s/byte/character
Martijn van Duren
2021-03-02
document ENOTSUP wxallowed/wxneeded behaviour more clearly; ok kurt
Theo de Raadt
2021-03-02
Separate variable declaration and assignment.
Joel Sing
2021-03-02
Replace two handrolled tls12_record_protection_engaged().
Joel Sing
2021-03-02
Move key/IV length checks closer to usage sites.
Joel Sing
2021-03-02
Add tls12_record_protection_unused() and call from CCS functions.
Joel Sing
2021-03-02
Fix misleading indentation in SSL_get_error()
Theo Buehler
2021-02-27
Move handling of cipher/hash based cipher suites into the new record layer.
Joel Sing
2021-02-27
Identify DTLS based on the version major value.
Joel Sing
2021-02-26
Set is_trusted in x509_verify_ctx_add_chain()
Theo Buehler
2021-02-25
Fix two bugs in the legacy verifier
Theo Buehler
2021-02-25
Only use TLS versions internally (rather than both TLS and DTLS versions).
Joel Sing
2021-02-25
Rename depth to num_untrusted so it identifies what it actually represents.
Joel Sing
2021-02-25
Avoid passing last and depth to x509_verify_cert_error() on ENOMEM.
Joel Sing
2021-02-25
- Make use of the fact that we know how the chunks are aligned, and
Otto Moerbeek
2021-02-24
Fix comment explaining last_untrusted. This should really be called
Theo Buehler
2021-02-24
Make the new validator check for EXFLAG_CRITICAL
Theo Buehler
2021-02-22
Make the ober_get_* set of function to accept a NULL-pointer.
Martijn van Duren
2021-02-22
Fix bizarre punctuation and capitalization in a comment.
Theo Buehler
2021-02-22
Simplify version checks in the TLSv1.3 client
Theo Buehler
2021-02-22
Factor out/change some of the legacy client version handling code.
Joel Sing
2021-02-20
ugly whitespace
Theo Buehler
2021-02-20
Rename f_err into fatal_err.
Theo Buehler
2021-02-20
Rename the truncated label into decode_err. This describes its purpose
Theo Buehler
2021-02-20
Return a min/max version of zero if set to zero.
Joel Sing
2021-02-20
Add DTLSv1.2 methods.
Joel Sing
2021-02-20
Handle DTLS1_2_VERSION in various places.
Joel Sing
2021-02-20
Revise HelloVerifyRequest handling for DTLSv1.2.
Joel Sing
2021-02-20
Group HelloVerifyRequest decoding and add missing check for trailing data.
Joel Sing
2021-02-20
Add various public DTLS related defines.
Joel Sing
2021-02-20
Clean up/simplify dtls1_get_cipher().
Joel Sing
2021-02-18
Pull in fix for EVP_CipherUpdate() overflow from OpenSSL.
Theo Buehler
2021-02-15
Back-out USB data toggle fix for HID devices, since we received multiple
Marcus Glocker
2021-02-12
Some people still argue that rand(3) and random(3) have suitable deterministic
Theo de Raadt
2021-02-12
Sync cert.pem with Mozilla NSS root CAs, except "GeoTrust Global CA", ok tb@
Stuart Henderson
2021-02-11
KNF
Theo Buehler
2021-02-08
correct return type for compressBound();
Jason McIntyre
2021-02-08
Remove bogus DTLS checks to disable ECC and OCSP.
Joel Sing
2021-02-08
Enforce read ahead with DTLS.
Joel Sing
2021-02-08
Use dtls1_retrieve_buffered_record() to load buffered application data.
Joel Sing
2021-02-08
Revert the convertion of per-process thread into a SMR_TAILQ.
Martin Pieuchot
2021-02-07
Absorb ssl3_get_algorithm2() into ssl_get_handshake_evp_md().
Joel Sing
2021-02-07
Correct handshake MAC/PRF for various TLSv1.2 cipher suites.
Joel Sing
[next]