Skip to content

Commit

Permalink
TLS Update: Refactor units, support for RSA signing, support for DHE …
Browse files Browse the repository at this point in the history
…key exchange, additional tests
  • Loading branch information
butlerdj committed Jun 3, 2020
1 parent 2608198 commit 596ef93
Show file tree
Hide file tree
Showing 27 changed files with 5,781 additions and 3,023 deletions.
12 changes: 5 additions & 7 deletions Source/TLS/flcTLS.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,25 @@
{ }
{ Library: Fundamentals TLS }
{ File name: flcTLS.inc }
{ File version: 5.04 }
{ Description: TLS library defines }
{ Last updated: 2020/05/19 }
{ }
{******************************************************************************}

{.DEFINE DEBUG}
{.DEFINE SELFTEST}

{$INCLUDE ..\flcInclude.inc}

{$DEFINE TLS}

{$IFDEF DEBUG}
{$DEFINE TLS_DEBUG}
{$ENDIF}

{$IFDEF DEBUG}
{$IFDEF TEST}
{$DEFINE TLS_TEST}
{.DEFINE TLS_TEST_NO_RANDOM_HELLO}
{$ENDIF}
{$ENDIF}

{$IFNDEF MSWIN}
{$DEFINE TLS_ZLIB_DISABLE}
{$ENDIF}
{$DEFINE TLS_ZLIB_DISABLE}

414 changes: 210 additions & 204 deletions Source/TLS/flcTLSAlert.pas

Large diffs are not rendered by default.

Loading

0 comments on commit 596ef93

Please sign in to comment.