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
/
ssl_srvr.c
Age
Commit message (
Expand
)
Author
2024-06-25
Implement RSA key exchange in constant time.
Joel Sing
2024-02-03
Zap a trailing blank that snuck into ssl3_get_client_hello()
Theo Buehler
2024-02-03
Remove GOST and STREEBOG support from libssl.
Bob Beck
2023-12-29
Neuter the SSL_set_debug(3) API
Theo Buehler
2023-11-18
Check for negative EVP_CIPHER_CTX_iv_length() return in libssl
Theo Buehler
2023-07-08
Hide all public symbols in libssl
Bob Beck
2023-06-11
Convert legacy server kex to one-shot sign/verify
Theo Buehler
2023-06-11
Easy EVP_Digest{Sign,Verify} conversions for legacy stack
Theo Buehler
2022-12-26
spelling fixes; from paul tagliamonte
Jason McIntyre
2022-11-26
Make internal header file names consistent
Theo Buehler
2022-10-02
Get rid of SSL_CTX_INTERNAL and SSL_INTERNAL.
Joel Sing
2022-10-01
Move handshake message handling functions from ssl_both.c to client/server.
Joel Sing
2022-08-17
Deduplicate peer certificate chain processing code.
Joel Sing
2022-07-03
Simplify certificate list handling code in legacy server.
Joel Sing
2022-07-02
Rename uses 'curve' to 'group' and rework tls1 group API.
Theo Buehler
2022-06-30
Add checks to ensure we do not initiate or negotiate handshakes with
Theo Buehler
2022-06-29
Check the security of DH key shares
Theo Buehler
2022-06-29
Check the security level when building sigalgs
Theo Buehler
2022-06-28
Free ciphers before assigning to them
Theo Buehler
2022-06-07
Add error checking to tls_session_secret_cb() calls
Theo Buehler
2022-02-05
Bye bye S3I.
Joel Sing
2022-01-11
Remove peer_pkeys from SSL_SESSION.
Joel Sing
2022-01-11
Rename 'peer' to 'peer_cert' in SSL_SESSION.
Joel Sing
2022-01-11
Plumb decode errors through key share parsing code.
Joel Sing
2022-01-09
Clean up ssl3_{send,get}_client_kex_gost()
Joel Sing
2022-01-09
Return 0/1 from ssl3_{send,get}_client_kex_gost()
Joel Sing
2022-01-09
Fix GOST skip certificate verify handling.
Joel Sing
2022-01-08
Merge SESS_CERT into SSL_SESSION.
Joel Sing
2022-01-08
Rename CERT to SSL_CERT and CERT_PKEY to SSL_CERT_PKEY.
Joel Sing
2022-01-07
Rename dh_tmp to dhe_params.
Joel Sing
2022-01-07
Convert legacy server to tls_key_share.
Joel Sing
2022-01-04
Return 0 on failure from send/get kex functions in the legacy stack.
Joel Sing
2021-12-26
Hoist memset of CBB above EVP_MD_CTX_new() and HMAC_CTX_new() to avoid
Theo Buehler
2021-12-09
Convert ssl_srvr.c to opaque EVP_MD_CTX.
Theo Buehler
2021-12-04
Clean up and refactor server side DHE key exchange.
Joel Sing
2021-11-29
Convert server serialisation of DHE parameters/public key to new functions.
Joel Sing
2021-11-26
Stop reaching into EVP_PKEY in the rest of libssl.
Theo Buehler
2021-11-19
libssl: don't reach for pkey->save_type.
Theo Buehler
2021-10-25
Fold SSL_SESSION_INTERNAL back into SSL_SESSION.
Joel Sing
2021-10-23
Provide a way to determine our maximum legacy version.
Joel Sing
2021-10-23
Fold DTLS1_STATE_INTERNAL into DTLS1_STATE.
Joel Sing
2021-10-23
Untangle ssl3_get_message() return values.
Joel Sing
2021-09-03
Ensure that a client hello does not have trailing data.
Joel Sing
2021-08-30
Clean up and simplify info and msg callbacks.
Joel Sing
2021-06-29
Track sigalg used by ourselves and our peer in the legacy stack.
Joel Sing
2021-06-29
Convert legacy stack server to ssl_sigalg_for_peer().
Joel Sing
2021-06-29
Move the RSA-PSS check for TLSv1.3 to ssl_sigalg_pkey_ok().
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
[next]