index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
/
t1_lib.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Check that the public key OID matches the sig alg
Matt Caswell
2018-07-18
1
-1
/
+9
*
Do not use GOST sig algs in TLSv1.3 where possible
Matt Caswell
2018-07-13
1
-0
/
+41
*
Check return from BN_set_word.
Pauli
2018-06-29
1
-3
/
+6
*
Fix EAP-FAST
Matt Caswell
2018-06-07
1
-5
/
+7
*
Send GOST SignatureAlgorithms when TLS 1.2 in use
Dmitry Belyavskiy
2018-05-30
1
-1
/
+6
*
Bugfix: GOST2012 certificates for GOST ciphersuites were broken.
Dmitry Belyavskiy
2018-05-30
1
-0
/
+15
*
Set sess to NULL after freeing it.
Kurt Roeckx
2018-05-12
1
-0
/
+1
*
Rework the decrypt ticket callback
Matt Caswell
2018-05-11
1
-46
/
+84
*
Fix ticket callbacks in TLSv1.3
Matt Caswell
2018-05-11
1
-77
/
+66
*
Fix the MAX_CURVELIST definition
Matt Caswell
2018-04-25
1
-1
/
+1
*
Allow TLSv1.3 EC certs to use compressed points
Matt Caswell
2018-04-24
1
-7
/
+7
*
Set error code on alloc failures
Rich Salz
2018-04-03
1
-10
/
+16
*
Tolerate a Certificate using a non-supported group on server side
Matt Caswell
2018-03-28
1
-9
/
+15
*
Place ticket keys into secure memory
Todd Short
2018-03-19
1
-3
/
+3
*
Always call the new_session_cb when issuing a NewSessionTicket in TLSv1.3
Matt Caswell
2018-03-19
1
-3
/
+4
*
Session Ticket app data
Todd Short
2018-03-12
1
-30
/
+54
*
Add X448/Ed448 support to libssl
Matt Caswell
2018-03-05
1
-1
/
+9
*
Sanity check the ticket length before using key name/IV
Matt Caswell
2018-02-21
1
-6
/
+12
*
The function ssl_get_min_max_version() can fail
Matt Caswell
2018-02-12
1
-2
/
+5
*
Fix uninitialized read in sigalg parsing code
Benjamin Kaduk
2018-01-26
1
-1
/
+1
*
Add support for the TLS 1.3 signature_algorithms_cert extension
Benjamin Kaduk
2018-01-25
1
-45
/
+63
*
Propagate TLS 1.3 sigalgs through tls1_set_sigalgs()
Benjamin Kaduk
2018-01-25
1
-14
/
+55
*
Add TLS 1.3 draft-23 PSS signature algorithms
Benjamin Kaduk
2018-01-25
1
-6
/
+18
*
Update copyright years on all files merged since Jan 1st 2018
Richard Levitte
2018-01-09
1
-1
/
+1
*
Use the index that matches the key type (either SSL_PKEY_RSA_PSS_SIGN or SSL_...
Noah Robbin
2018-01-08
1
-4
/
+23
*
Use size of server key when selecting signature algorithm.
Noah Robbin
2018-01-08
1
-0
/
+34
*
Convert the state machine code to use SSLfatal()
Matt Caswell
2017-12-04
1
-40
/
+49
*
Resolve warnings in VC-WIN32 build, which allows to add /WX.
Andy Polyakov
2017-11-13
1
-1
/
+1
*
Implement Maximum Fragment Length TLS extension.
FdaSilvaYY
2017-11-05
1
-0
/
+31
*
Various clean-ups
KaoruToda
2017-10-21
1
-2
/
+4
*
Merge tls1_check_curve into tls1_check_group_id
Dr. Stephen Henson
2017-10-06
1
-31
/
+19
*
Change curves to groups where relevant
Dr. Stephen Henson
2017-10-06
1
-3
/
+3
*
Use separate functions for supported and peer groups lists
Dr. Stephen Henson
2017-10-06
1
-35
/
+26
*
Add and use function tls1_in_list to avoid code duplication.
Dr. Stephen Henson
2017-09-26
1
-30
/
+30
*
Use tls1_group_id_lookup in tls1_curve_allowed
Dr. Stephen Henson
2017-09-26
1
-5
/
+3
*
Rename tls1_get_curvelist.
Dr. Stephen Henson
2017-09-26
1
-41
/
+35
*
Rewrite compression and group checks.
Dr. Stephen Henson
2017-09-26
1
-134
/
+122
*
Replace tls1_ec_curve_id2nid.
Dr. Stephen Henson
2017-09-26
1
-7
/
+3
*
Rename tls_curve_info to TLS_GROUP_INFO, move to ssl_locl.h
Dr. Stephen Henson
2017-09-26
1
-9
/
+3
*
Return group id in tls1_shared_group
Dr. Stephen Henson
2017-09-26
1
-17
/
+14
*
Return correct Suite B curve, fix comment.
Dr. Stephen Henson
2017-09-26
1
-2
/
+2
*
Use curve_id not the nid
Kurt Roeckx
2017-09-23
1
-4
/
+4
*
Store groups as uint16_t
Dr. Stephen Henson
2017-09-22
1
-100
/
+101
*
Fix strict-warnings build
Patrick Steuer
2017-09-21
1
-1
/
+1
*
Allow RSA certificates to be used for RSA-PSS
Dr. Stephen Henson
2017-09-20
1
-10
/
+30
*
Add RSA-PSS key certificate type.
Dr. Stephen Henson
2017-09-20
1
-0
/
+2
*
e_os.h removal from other headers and source files.
Pauli
2017-08-29
1
-1
/
+2
*
Use cert tables in ssl_set_sig_mask
Dr. Stephen Henson
2017-07-13
1
-33
/
+12
*
Use certificate tables instead of ssl_cert_type
Dr. Stephen Henson
2017-07-13
1
-4
/
+10
*
Use certificate tables instead of ssl_cipher_get_cert_index.
Dr. Stephen Henson
2017-07-13
1
-64
/
+51
[next]