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
/
libssl
Age
Commit message (
Expand
)
Author
2021-09-03
Use SSL3_HM_HEADER_LENGTH instead of the magic number 4.
Joel Sing
2021-09-03
Ensure that a server hello does not have trailing data.
Joel Sing
2021-09-03
Ensure that a client hello does not have trailing data.
Joel Sing
2021-09-03
Set message_size correctly when switching to the legacy stack.
Joel Sing
2021-09-02
We need to allow for either a CERTIFICATE or CERTIFICATE_STATUS message
Bob Beck
2021-09-02
Call the ocsp callback if present and we get no response, instead of
Bob Beck
2021-09-02
Correct the is_server flag in the call to the debug callback to be correct.
Bob Beck
2021-09-02
RFC 6066 section 8 allows the server MAY choose not send the CertificateStatus
Bob Beck
2021-09-01
comment out the detailed description of SSL_get_servername(3),
Ingo Schwarze
2021-08-31
Defragment DTLS.
Joel Sing
2021-08-31
Remove a nonsensical s->version == TLS1_VERSION from DTLS code.
Joel Sing
2021-08-30
Clean up and simplify info and msg callbacks.
Joel Sing
2021-08-30
Replace DTLS r_epoch with the read epoch from the TLSv1.2 record layer.
Joel Sing
2021-08-30
Move to an AEAD nonce allocated in the TLSv1.2 record layer.
Joel Sing
2021-08-30
sync with OpenSSL 1.1.1, which is still under a free license;
Ingo Schwarze
2021-08-30
Ignore warning alert returns from servername callback in TLSv1.3
Theo Buehler
2021-08-28
Clean up and simplify ssl3_dispatch_alert() and ssl3_send_alert().
Joel Sing
2021-08-04
SSL_CTX_remove_session() checks for a NULL session, avoid doing it twice.
Joel Sing
2021-07-31
We have defines for alert levels - use them instead of magic numbers.
Joel Sing
2021-07-26
Dedup dtls1_dispatch_alert()/ssl3_dispatch_alert().
Joel Sing
2021-07-21
Remove DTLS processed_rcds queue.
Joel Sing
2021-07-21
Silently discard invalid DTLS records.
Joel Sing
2021-07-19
Mop up dtls1_get_ccs_header() and struct ccs_header_st.
Joel Sing
2021-07-19
Inline DTLS1_CCS_HEADER_LENGTH rather than having a single use variable.
Joel Sing
2021-07-03
Do a first pass clean up of SSL_METHOD.
Joel Sing
2021-07-01
Merge SSL_METHOD_INTERNAL into SSL_METHOD.
Joel Sing
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
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-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
[next]