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
2020-01-30
Factor out/rewrite the ECDHE EC point key exchange code.
Joel Sing
2020-01-23
Remove the ssl_get_message function pointer from SSL_METHOD_INTERNAL.
Joel Sing
2020-01-23
If we are building a legacy server hello, check to see if we are
Bob Beck
2019-04-22
Pass the session ID down to the session/ticket handling code as a CBS.
Joel Sing
2019-04-22
Inline and remove the tlsext_tick_md macro.
Joel Sing
2019-03-25
Defer sigalgs selection until the certificate is known.
Joel Sing
2019-03-25
Rework ssl3_output_cert_chain() to take a CERT_PKEY and consider chains.
Joel Sing
2019-02-09
Rename tls1_handshake_hash*() to tls1_transcript_hash*().
Joel Sing
2019-01-18
Rename TLS extension handling to use less "hello".
Joel Sing
2018-12-07
Remove an ugly hack in the client certificate verification code that works
Theo Buehler
2018-11-21
Fix DTLS transcript handling for HelloVerifyRequest.
Joel Sing
2018-11-11
Add check function to verify that pkey is usable with a sigalg.
Bob Beck
2018-11-11
quiet warning on other compilers
Brent Cook
2018-11-11
Free the server tls transcript in case session reuse did not work.
Alexander Bluhm
2018-11-11
Add support for RSA PSS algorithims being used in sigalgs.
Bob Beck
2018-11-11
Convert signatures and verifcation to use the EVP_DigestXXX api
Bob Beck
2018-11-10
Stop keeping track of sigalgs by guessing it from digest and pkey,
Bob Beck
2018-11-09
Ensure we only choose sigalgs from our prefernce list, not the whole list
Bob Beck
2018-11-09
Add the ability to have a separate priority list for sigalgs.
Bob Beck
2018-11-09
Reimplement the sigalgs processing code into a new implementation
Bob Beck
2018-11-08
Clean up and simplify the handshake transcript code.
Joel Sing
2018-11-08
Stop pretending that a cert member in a SSL and SSL_CTX can be NULL.
Joel Sing
2018-11-08
Ensure the handshake transcript is cleaned up.
Joel Sing
2018-08-27
Convert ssl3_get_cert_verify() to CBS and clean up somewhat.
Joel Sing
2018-08-27
Add some missing statics.
Joel Sing
2018-08-27
Simplify new session ticket encoding/generation.
Joel Sing
2018-08-24
Simplify session ticket parsing/handling.
Joel Sing
2018-08-24
Pull up the parsing of a ClientHello.
Joel Sing
2018-08-24
Clean up handshake message start/finish functions.
Joel Sing
2018-08-22
Correct session ticket encryption.
Joel Sing
2018-08-19
Rename and collapse tls12_get_sigandhash_cbb().
Joel Sing
2018-08-19
Convert ssl3_send_newsession_ticket() to CBB.
Joel Sing
2018-08-16
Simplify the add signature code/logic in ssl3_send_server_key_exchange().
Joel Sing
2018-08-16
Convert ssl3_send_server_key_exchange() to CBB.
Joel Sing
2018-08-14
Actually check the return values for EVP_Sign* and EVP_Verify*.
Joel Sing
2018-08-10
Simplify server kex exchange signature generation.
Joel Sing
2018-06-10
Now that all of the server-side client key exchange processing functions
Joel Sing
2018-06-03
Allocate a dedicated buffer for use when deriving a shared key during
Joel Sing
2018-06-02
Convert ssl3_get_client_kex_ecdhe_ecp() to CBS.
Joel Sing
2018-05-19
Clean out a pile of cruft from ssl3_get_client_kex_ecdhe_ecp().
Joel Sing
2018-05-19
Convert ssl3_get_client_kex_gost() to CBS.
Joel Sing
2018-05-13
More clean up of the RSA key exchange code.
Joel Sing
2018-04-11
Nuke SSL_OP_TLS_ROLLBACK_BUG - this is a workaround for buggy clients from
Joel Sing
2018-01-28
Initialize variables to avoid compiler warnings
Kinichiro Inoguchi
2018-01-27
Complete the TLS extension handling rewrite for the server-side.
Joel Sing
2017-10-12
Fold dtls1_accept() into ssl_accept(), removing a lot of duplicated code.
Joel Sing
2017-10-11
Fully convert ssl3_send_server_hello() to CBB.
Joel Sing
2017-10-10
Make ssl_bytes_to_cipher_list() take a CBS, rather than a pointer and
Joel Sing
2017-10-08
Fix some style/whitespace/indentation issues in ssl3_accept().
Joel Sing
2017-08-12
Convert TLS signature algorithms extension handling to the new framework.
Joel Sing
[next]