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-07-02
Add a roff comment saying that X509_name_cmp(3) is intentionally
Ingo Schwarze
2021-07-01
Merge SSL_METHOD_INTERNAL into SSL_METHOD.
Joel Sing
2021-06-30
more trivial .Ar -> .Fa replacements in syscall manuals
Ingo Schwarze
2021-06-30
use .Fa rather than .Ar; patch from me at EmilEngler dot com
Ingo Schwarze
2021-06-30
Prepare to provide SSL_get_signature_nid() and friends.
Joel Sing
2021-06-30
Move some structs from public to private headers.
Joel Sing
2021-06-30
document and deprecate the macros X509_extract_key(3)
Ingo Schwarze
2021-06-30
Correct sigalg hash usage when signing content for client verify.
Joel Sing
2021-06-29
Pull sigalg selection up into ssl3_send_client_verify().
Joel Sing
2021-06-29
Track sigalg used by ourselves and our peer in the legacy stack.
Joel Sing
2021-06-29
Pull up and dedup the TLS version check in ssl_sigalg_pkey_ok().
Joel Sing
2021-06-29
Simplify RSA PSS key size comment.
Joel Sing
2021-06-29
Use appropriate TLS version when building client sigalg extensions.
Joel Sing
2021-06-29
Change ssl_sigalg_from_value() to take SSL * instead of a TLS version.
Joel Sing
2021-06-29
Make various sigalg functions static now that they're only used internally.
Joel Sing
2021-06-29
Convert legacy stack server to ssl_sigalg_for_peer().
Joel Sing
2021-06-29
Convert legacy stack client to ssl_sigalg_for_peer().
Joel Sing
2021-06-29
Provide a ssl_sigalg_for_peer() function and use in the TLSv1.3 code.
Joel Sing
2021-06-29
Move the RSA-PSS check for TLSv1.3 to ssl_sigalg_pkey_ok().
Joel Sing
2021-06-29
Factor out handling of legacy default signature algorithms.
Joel Sing
2021-06-29
Mop up now unused variables.
Joel Sing
2021-06-29
Require a ServerHello following a HelloRetryRequest to use the same cipher.
Joel Sing
2021-06-29
Reject zero-length non-application data fragments in the legacy stack.
Joel Sing
2021-06-29
more precision because the argument is signed,
Ingo Schwarze
2021-06-29
function args must not use .Ar and EDOM and ERANGE require .Er;
Ingo Schwarze
2021-06-29
insert missing .Ns
Ingo Schwarze
2021-06-29
basic mdoc(7) macro cleanup; patch from me at EmilEngler dot com
Ingo Schwarze
2021-06-28
Use the order action->sender == ctx->mode everywhere for consistency.
Theo Buehler
2021-06-28
ctx->alert is not a boolean, so compare it explicitly against 0.
Theo Buehler
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
[next]