Skip to content

Commit

Permalink
Update NEWS for fix for Issue #795.
Browse files Browse the repository at this point in the history
  • Loading branch information
Castaglia committed May 2, 2019
1 parent d105721 commit e12bf92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
unexpected/unlogged disconnect failures.
- Bug 4332 - Symlink navigation broken after 1.3.6 update. The changes for
Bug#4219 have been rolled back.
- Issue 795 - Unable to connect to ProFTPD using TLSSessionTickets and TLSv1.3.

1.3.6 - Released 09-Apr-2017
--------------------------------
Expand Down
2 changes: 1 addition & 1 deletion contrib/mod_tls.c
Original file line number Diff line number Diff line change
Expand Up @@ -1384,6 +1384,7 @@ static struct tls_label tls_extension_labels[] = {
{ 21, "padding" },
{ 22, "encrypt_then_mac" },
{ 23, "extended_master_secret" },
{ 35, "session_ticket" },
{ 41, "psk" },
{ 42, "early_data" },
{ 43, "supported_versions" },
Expand All @@ -1393,7 +1394,6 @@ static struct tls_label tls_extension_labels[] = {
{ 49, "post_handshake_auth" },
{ 50, "signature_algorithms_cert" },
{ 51, "key_share" },
{ 35, "session_ticket" },
{ 0xFF01, "renegotiate" },
{ 13172, "next_proto_neg" },

Expand Down

0 comments on commit e12bf92

Please sign in to comment.