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
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
2017-08-12
Remove NPN support.
Joel Sing
2017-08-12
Remove support for DSS/DSA, since we removed the cipher suites a while
Joel Sing
2017-08-11
Convert ssl3_send_certificate_request() to CBB.
Joel Sing
2017-08-10
Clean up the EC key/curve configuration handling.
Joel Sing
2017-05-07
Move state from ssl->internal to the handshake structure.
Bob Beck
2017-05-06
Bring in an SSL_HANDSHAKE structure and commence the great shovelling
Bob Beck
2017-04-29
Fix a bug caused by the return value being set early to signal successful
Joel Sing
2017-04-14
Use freezero(3) when cleaning up session tickets - not only does it require
Joel Sing
2017-04-14
Use freezero(3) to clean up the X25519 keys - simpler, cleaner code.
Joel Sing
[next]