index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
/
statem
/
extensions_clnt.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
TLS: Temporarly downgrade newly generated EVP_PKEYs to legacy
Richard Levitte
2020-04-08
1
-0
/
+32
*
Explicitly fetch ciphers and digests in libssl
Matt Caswell
2020-02-06
1
-3
/
+3
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-2
/
+2
*
Don't generate an unnecessary Diffie-Hellman key in TLS 1.3 clients.
David Benjamin
2019-07-25
1
-2
/
+2
*
Following the previous 2 commits also move ecpointformats out of session
Matt Caswell
2019-06-18
1
-6
/
+6
*
Allow TLSv1.3 in a no-ec build
Matt Caswell
2019-06-17
1
-10
/
+38
*
TLS1.3 FFDHE Support
raja-ashok
2019-06-12
1
-9
/
+18
*
Collapse ssl3_state_st (s3) into ssl_st
Todd Short
2019-04-29
1
-43
/
+43
*
Don't write the tick_identity to the session
Matt Caswell
2019-03-05
1
-13
/
+23
*
Add option to disable Extended Master Secret
Todd Short
2019-02-15
1
-0
/
+5
*
Following the license change, modify the boilerplates in ssl/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Ignore disabled ciphers when deciding if we are using ECC
Matt Caswell
2018-11-08
1
-5
/
+8
*
Use the same min-max version range on the client consistently
Matt Caswell
2018-08-22
1
-1
/
+1
*
Change Post Handshake auth so that it is opt-in
Matt Caswell
2018-08-20
1
-17
/
+2
*
Update code for the final RFC version of TLSv1.3 (RFC8446)
Matt Caswell
2018-08-15
1
-22
/
+1
*
Suport TLSv1.3 draft 28
Matt Caswell
2018-05-15
1
-2
/
+6
*
Assert that alpn_selected is NULL before we assign it
Matt Caswell
2018-03-27
1
-1
/
+9
*
Fix stack-use-after-scope
Peter Wu
2018-03-21
1
-1
/
+3
*
Fix no-psk
Matt Caswell
2018-03-19
1
-1
/
+3
*
Only allow supported_versions in a TLSv1.3 ServerHello
Matt Caswell
2018-03-14
1
-12
/
+12
*
Fallback on old style PSK callbacks if the new style ones aren't present
Matt Caswell
2018-03-09
1
-0
/
+53
*
If not sending key_share (no TLSv1.3), return appropriately.
Todd Short
2018-03-05
1
-2
/
+3
*
Fix status_request and SCT extensions
Matt Caswell
2018-03-05
1
-0
/
+12
*
Update copyright year
Matt Caswell
2018-02-13
1
-1
/
+1
*
Don't overestimate the ticket age
Matt Caswell
2018-02-12
1
-0
/
+10
*
Add TLSv1.3 post-handshake authentication (PHA)
Todd Short
2018-02-01
1
-0
/
+42
*
Fix some instances of the wrong alert type being sent
Matt Caswell
2018-02-01
1
-2
/
+7
*
Remove spaces at end of line in ssl/statem
Paul Yang
2017-12-17
1
-1
/
+1
*
Delay flush until after CCS with early_data
Matt Caswell
2017-12-14
1
-3
/
+3
*
Send supported_versions in an HRR
Matt Caswell
2017-12-14
1
-0
/
+15
*
Update state machine to send CCS based on whether we did an HRR
Matt Caswell
2017-12-14
1
-5
/
+5
*
Update ServerHello to new draft-22 format
Matt Caswell
2017-12-14
1
-7
/
+37
*
Fix up a few places in the state machine that got missed with SSLfatal()
Matt Caswell
2017-12-04
1
-21
/
+18
*
Convert the state machine code to use SSLfatal()
Matt Caswell
2017-12-04
1
-197
/
+278
*
Allow a client to send early_data with SNI if the session has no SNI
Matt Caswell
2017-11-21
1
-7
/
+8
*
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
/
+62
*
Change curves to groups where relevant
Dr. Stephen Henson
2017-10-06
1
-17
/
+17
*
Use separate functions for supported and peer groups lists
Dr. Stephen Henson
2017-10-06
1
-3
/
+3
*
Rename tls1_get_curvelist.
Dr. Stephen Henson
2017-09-26
1
-13
/
+3
*
Replace tls1_ec_curve_id2nid.
Dr. Stephen Henson
2017-09-26
1
-1
/
+1
*
Store groups as uint16_t
Dr. Stephen Henson
2017-09-22
1
-15
/
+15
*
Don't attempt to add a zero length padding extension
Matt Caswell
2017-09-04
1
-1
/
+1
*
ssl/statem/extensions_clnt.c: fix return code buglet.
Andy Polyakov
2017-09-01
1
-1
/
+1
*
ssl/statem/*.c: address "enum mixed with another type" warnings.
Andy Polyakov
2017-09-01
1
-2
/
+2
*
Avoid possible uninitialized variable.
Rich Salz
2017-09-01
1
-1
/
+1
*
Various review fixes for PSK early_data support
Matt Caswell
2017-08-31
1
-4
/
+4
*
Client side sanity check of ALPN after server has accepted early_data
Matt Caswell
2017-08-31
1
-11
/
+20
*
Add some fixes for Travis failures
Matt Caswell
2017-08-31
1
-1
/
+1
[next]