New SSL plugin for OpenSSL 1.1.*
git-svn-id: https://svn.code.sf.net/p/synalist/code/trunk@210 7c85be65-684b-0410-a082-b2ed4fbef004
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
{==============================================================================|
|
||||
| Project : Ararat Synapse | 009.010.000 |
|
||||
| Project : Ararat Synapse | 009.010.001 |
|
||||
|==============================================================================|
|
||||
| Content: Library base |
|
||||
|==============================================================================|
|
||||
| Copyright (c)1999-2017, Lukas Gebauer |
|
||||
| Copyright (c)1999-2021, Lukas Gebauer |
|
||||
| All rights reserved. |
|
||||
| |
|
||||
| Redistribution and use in source and binary forms, with or without |
|
||||
@ -33,7 +33,7 @@
|
||||
| DAMAGE. |
|
||||
|==============================================================================|
|
||||
| The Initial Developer of the Original Code is Lukas Gebauer (Czech Republic).|
|
||||
| Portions created by Lukas Gebauer are Copyright (c)1999-2017. |
|
||||
| Portions created by Lukas Gebauer are Copyright (c)1999-2021. |
|
||||
| All Rights Reserved. |
|
||||
|==============================================================================|
|
||||
| Contributor(s): |
|
||||
@ -245,6 +245,7 @@ type
|
||||
LT_TLSv1,
|
||||
LT_TLSv1_1,
|
||||
LT_TLSv1_2,
|
||||
LT_TLSv1_3,
|
||||
LT_SSHv2
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user