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-25
Avoid mangled output in BIO_debug_callback
Theo Buehler
2021-03-24
Rename new_cipher to cipher.
Joel Sing
2021-03-24
Add SSL_HANDSHAKE_TLS12 for TLSv1.2 specific handshake data.
Joel Sing
2021-03-23
OCSP_basic_verify() doesn't set errno, so use tls_set_errorx()
Theo Buehler
2021-03-21
Fully initialize rrec in tls12_record_layer_open_record_protected
Theo Buehler
2021-03-21
Move the TLSv1.3 handshake struct inside the shared handshake struct.
Joel Sing
2021-03-21
Split TLSv1.3 record protection from record layer.
Joel Sing
2021-03-21
Avoid a use-after-scope in tls13_cert_add().
Joel Sing
2021-03-19
Prepare documenting SSL_use_certificate_chain_file
Theo Buehler
2021-03-19
Undo previous. As pointed out by jsing I clearly wasn't fully awake...
Theo Buehler
2021-03-19
Prepare to provide SSL_use_certificate_chain_file()
Theo Buehler
2021-03-19
Fix copy-paste error in previous
Theo Buehler
2021-03-18
Type-cast getpagesize() from int to size_t for the comparison with d.
Claudio Jeker
2021-03-17
fix whitespace nit in previous
Theo Buehler
2021-03-17
Enable DTLSv1.2.
Joel Sing
2021-03-17
Add support for DTLSv1.2 version handling.
Joel Sing
2021-03-13
Use EXFLAG_INVALID to handle out of memory and parse errors in
tobhe
2021-03-12
Zap a useless variable.
Theo Buehler
2021-03-12
Missing void in function definition
Theo Buehler
2021-03-12
Fix checks of memory caps of constraints names
Theo Buehler
2021-03-12
fix previous
Jonathan Gray
2021-03-12
spelling: refenece -> reference
Jason McIntyre
2021-03-12
spelling
Jonathan Gray
2021-03-11
Remove ssl_downgrade_max_version().
Joel Sing
2021-03-11
that 0 should be NULL
Theo de Raadt
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
[next]