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-06-28
The state machine now takes care of setting the legacy state,
Theo Buehler
2021-06-28
Expand info callback support for TLSv1.3
Theo Buehler
2021-06-27
Track the sigalgs used by ourselves and our peer.
Joel Sing
2021-06-27
Have ssl3_send_client_verify() pass *pkey to called functions.
Joel Sing
2021-06-27
Change ssl_sigalgs_from_value() to perform sigalg list selection.
Joel Sing
2021-06-27
Rename ssl_sigalg() to ssl_sigalg_from_value().
Joel Sing
2021-06-27
Change ssl_sigalgs_build() to perform sigalg list selection.
Joel Sing
2021-06-27
Tidy some comments and simplify some code.
Joel Sing
2021-06-27
Keep sigalg initialiser order consistent - key type, then hash.
Joel Sing
2021-06-27
Correct handling of SSL_OP_NO_DTLSv1.
Joel Sing
2021-06-26
Fix .Xr order. From mandoc -Tlint.
Theo Buehler
2021-06-24
alarm(3): remove superfluous pointer
cheloha
2021-06-23
Garbage collect prototoype for ssl_parse_serverhello_tlsext() which
Theo Buehler
2021-06-22
zap wonky commas;
Jason McIntyre
2021-06-22
Clarify tls_config_set_*_file() file I/O semantics
kn
2021-06-20
We need to store the flagged passed to sigsetjmp(3) and use it in
Mark Kettenis
2021-06-20
scan_scaled: fix rescaling for negative numbers
Theo Buehler
2021-06-19
C version of fabs(), for now
Theo de Raadt
2021-06-19
Correctly handle epoch wrapping in dtls1_get_bitmap().
Joel Sing
2021-06-19
Provide the ability to set the initial DTLS epoch value.
Joel Sing
2021-06-19
Initialise the epoch for the DTLS processed and unprocessed queues.
Joel Sing
2021-06-18
alarm.3: miscellaneous improvements to alarm(3) documentation
cheloha
2021-06-17
compar is a function arg (Fa) not function name (Fn);
Jason McIntyre
2021-06-15
Mop up part of dtls1_dispatch_alert().
Joel Sing
2021-06-14
Simplify nonce handling in the TLSv1.2 record layer.
Joel Sing
2021-06-14
Remove TLS1_AD_INTERNAL_ERROR from internal visibility again
Theo Buehler
2021-06-14
Use SSL_AD_INTERNAL_ERROR
Theo Buehler
2021-06-14
ugly hack around broken build until people wake up.
Theo de Raadt
2021-06-13
Save and restore errno around FUTEX_WAIT futex(2) operations. While there
Mark Kettenis
2021-06-13
Add SSL_AD_MISSING_EXTENSION.
Joel Sing
2021-06-13
Define SSL_AD_* as actual values.
Joel Sing
2021-06-13
Remove tls1_alert_code().
Joel Sing
2021-06-13
Place obsolete alerts under #ifndef LIBRESSL_INTERNAL.
Joel Sing
2021-06-13
Remove references to obsolete alerts.
Joel Sing
2021-06-12
space between macro args and punctuation;
Jason McIntyre
2021-06-12
space between macro args and punctuation;
Jason McIntyre
2021-06-12
remove incorrect CAVEATS section;
Jason McIntyre
2021-06-12
RFC 4507bis can refer to various RFCs but this instance is about
Theo Buehler
2021-06-12
space between rfc and number;
Jason McIntyre
2021-06-11
space between RFC and number;
Jason McIntyre
2021-06-11
space between RFC and number;
Jason McIntyre
2021-06-11
Only use SSL_AD_* internally.
Joel Sing
2021-06-11
add AES-GCM constants from RFC 7714 for SRTP
Landry Breuil
2021-06-11
sync cert.pem with Mozilla's CA list generated from certdata.txt
Stuart Henderson
2021-06-11
SSL3_AD_ILLEGAL_PARAMETER is not a valid SSLerror() reason code.
Joel Sing
2021-06-11
Indent all labels with a single space.
Joel Sing
2021-06-11
Since futex(2) can fail, it needs a full syscall stub. This should fixes
Mark Kettenis
2021-06-10
Bump pkg-config version to 1.8.0 to match portable package version
Alexandre Ratchov
2021-06-08
Simplify tlsext_ecpf_parse()
Theo Buehler
2021-06-08
Rewrap a comment to avoid an overlong line
Theo Buehler
[next]