Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
92f03191
Commit
92f03191
authored
5 months ago
by
Rob Swindell
Browse files
Options
Downloads
Patches
Plain Diff
Cryptlib v3.4.8 for Win32, patched
parent
5d5017cb
No related branches found
No related tags found
No related merge requests found
Pipeline
#7173
passed
5 months ago
Stage: build
Stage: test
Stage: cleanup
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
3rdp/win32.release/cryptlib/bin/cl32.dll
+0
-0
0 additions, 0 deletions
3rdp/win32.release/cryptlib/bin/cl32.dll
3rdp/win32.release/cryptlib/include/cryptlib.h
+7
-6
7 additions, 6 deletions
3rdp/win32.release/cryptlib/include/cryptlib.h
with
7 additions
and
6 deletions
3rdp/win32.release/cryptlib/bin/cl32.dll
+
0
−
0
View file @
92f03191
No preview for this file type
This diff is collapsed.
Click to expand it.
3rdp/win32.release/cryptlib/include/cryptlib.h
+
7
−
6
View file @
92f03191
/****************************************************************************
* *
* cryptlib Header File *
* Copyright Peter Gutmann 1992-202
2
*
* Copyright Peter Gutmann 1992-202
3
*
* *
****************************************************************************/
...
...
@@ -9,10 +9,10 @@
#define _CRYPTLIB_DEFINED
/* The current cryptlib version: 3.4.
7
*/
/* The current cryptlib version: 3.4.
8
*/
#define CRYPTLIB_VERSION 34
7
#define CRYPTLIB_PATCHES "
7305f59a18c9ced28e8bc7890b82f654
-"
#define CRYPTLIB_VERSION 34
8
#define CRYPTLIB_PATCHES "
e75068e75d7f24e8afde1bad813e90b9
-"
/* Fixup for Windows support. We need to include windows.h for various types
and prototypes needed for DLLs, but this pulls in wincrypt.h which defines
...
...
@@ -177,7 +177,7 @@
#define C_NONNULL_ARG( argIndex )
#endif
/* Compiler-specific annotations */
#ifdef _CRYPT
LIB
_DEFINED
/* Disable use in non-C versions of header */
#ifdef _CRYPT_DEFINED
/* Disable use in non-C versions of header */
/* Alongside the externally visible types, cryptlib also has various internal
types that are extended forms of the external types that are invisible
...
...
@@ -189,7 +189,7 @@
here is because it's not possible to extend an enum outside the point
where it's originally defined */
#endif
/* _CRYPT
LIB
_DEFINED */
#endif
/* _CRYPT_DEFINED */
/****************************************************************************
* *
...
...
@@ -1765,6 +1765,7 @@ typedef enum {
#define CRYPT_TLSOPTION_DISABLE_NAMEVERIFY 0x010
/* Disable cert hostname check */
#define CRYPT_TLSOPTION_DISABLE_CERTVERIFY 0x020
/* Disable certificate check */
#define CRYPT_TLSOPTION_SERVER_SNI 0x040
/* Enable SNI-based key selection */
#define CRYPT_TLSOPTION_RESUMED 0x080
/* TLS session is resumed */
#define CRYPT_TLSOPTION_SUITEB_128 0x100
/* SuiteB security levels (will */
#define CRYPT_TLSOPTION_SUITEB_256 0x200
/* vanish in future releases) */
#ifdef _CRYPT_DEFINED
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment