summaryrefslogtreecommitdiffstats
path: root/ssl/t1_lib.c
Commit message (Expand)AuthorAgeFilesLines
* Fix EAP-FASTMatt Caswell2018-06-071-5/+7
* Send GOST SignatureAlgorithms when TLS 1.2 in useDmitry Belyavskiy2018-05-301-1/+6
* Bugfix: GOST2012 certificates for GOST ciphersuites were broken.Dmitry Belyavskiy2018-05-301-0/+15
* Set sess to NULL after freeing it.Kurt Roeckx2018-05-121-0/+1
* Rework the decrypt ticket callbackMatt Caswell2018-05-111-46/+84
* Fix ticket callbacks in TLSv1.3Matt Caswell2018-05-111-77/+66
* Fix the MAX_CURVELIST definitionMatt Caswell2018-04-251-1/+1
* Allow TLSv1.3 EC certs to use compressed pointsMatt Caswell2018-04-241-7/+7
* Set error code on alloc failuresRich Salz2018-04-031-10/+16
* Tolerate a Certificate using a non-supported group on server sideMatt Caswell2018-03-281-9/+15
* Place ticket keys into secure memoryTodd Short2018-03-191-3/+3
* Always call the new_session_cb when issuing a NewSessionTicket in TLSv1.3Matt Caswell2018-03-191-3/+4
* Session Ticket app dataTodd Short2018-03-121-30/+54
* Add X448/Ed448 support to libsslMatt Caswell2018-03-051-1/+9
* Sanity check the ticket length before using key name/IVMatt Caswell2018-02-211-6/+12
* The function ssl_get_min_max_version() can failMatt Caswell2018-02-121-2/+5
* Fix uninitialized read in sigalg parsing codeBenjamin Kaduk2018-01-251-1/+1
* Add support for the TLS 1.3 signature_algorithms_cert extensionBenjamin Kaduk2018-01-251-45/+63
* Propagate TLS 1.3 sigalgs through tls1_set_sigalgs()Benjamin Kaduk2018-01-251-14/+55
* Add TLS 1.3 draft-23 PSS signature algorithmsBenjamin Kaduk2018-01-251-6/+18
* Update copyright years on all files merged since Jan 1st 2018Richard Levitte2018-01-091-1/+1
* Use the index that matches the key type (either SSL_PKEY_RSA_PSS_SIGN or SSL_...Noah Robbin2018-01-081-4/+23
* Use size of server key when selecting signature algorithm.Noah Robbin2018-01-081-0/+34
* Convert the state machine code to use SSLfatal()Matt Caswell2017-12-041-40/+49
* Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov2017-11-131-1/+1
* Implement Maximum Fragment Length TLS extension.FdaSilvaYY2017-11-051-0/+31
* Various clean-upsKaoruToda2017-10-201-2/+4
* Merge tls1_check_curve into tls1_check_group_idDr. Stephen Henson2017-10-061-31/+19
* Change curves to groups where relevantDr. Stephen Henson2017-10-061-3/+3
* Use separate functions for supported and peer groups listsDr. Stephen Henson2017-10-061-35/+26
* Add and use function tls1_in_list to avoid code duplication.Dr. Stephen Henson2017-09-261-30/+30
* Use tls1_group_id_lookup in tls1_curve_allowedDr. Stephen Henson2017-09-261-5/+3
* Rename tls1_get_curvelist.Dr. Stephen Henson2017-09-261-41/+35
* Rewrite compression and group checks.Dr. Stephen Henson2017-09-261-134/+122
* Replace tls1_ec_curve_id2nid.Dr. Stephen Henson2017-09-261-7/+3
* Rename tls_curve_info to TLS_GROUP_INFO, move to ssl_locl.hDr. Stephen Henson2017-09-261-9/+3
* Return group id in tls1_shared_groupDr. Stephen Henson2017-09-261-17/+14
* Return correct Suite B curve, fix comment.Dr. Stephen Henson2017-09-261-2/+2
* Use curve_id not the nidKurt Roeckx2017-09-231-4/+4
* Store groups as uint16_tDr. Stephen Henson2017-09-221-100/+101
* Fix strict-warnings buildPatrick Steuer2017-09-211-1/+1
* Allow RSA certificates to be used for RSA-PSSDr. Stephen Henson2017-09-201-10/+30
* Add RSA-PSS key certificate type.Dr. Stephen Henson2017-09-201-0/+2
* e_os.h removal from other headers and source files.Pauli2017-08-301-1/+2
* Use cert tables in ssl_set_sig_maskDr. Stephen Henson2017-07-131-33/+12
* Use certificate tables instead of ssl_cert_typeDr. Stephen Henson2017-07-131-4/+10
* Use certificate tables instead of ssl_cipher_get_cert_index.Dr. Stephen Henson2017-07-131-64/+51
* Replace tls12_get_pkey_idxDr. Stephen Henson2017-07-131-40/+3
* Update SSL_export_keying_material() for TLSv1.3Matt Caswell2017-06-291-1/+1
* Disallow DSA/SHA1/etc. for pure TLS 1.3 ClientHellosBenjamin Kaduk2017-06-241-0/+6