Skip to content
Snippets Groups Projects
Commit 954fb5c8 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

The latest cryptlib 3.4.5 patched with Deuce's latest patches

parent 4377da0c
No related branches found
No related tags found
No related merge requests found
Pipeline #5178 passed
No preview for this file type
......@@ -562,6 +562,7 @@ typedef enum {
/* Misc.information */
CRYPT_CTXINFO_LABEL, /* Label for private/secret key */
CRYPT_CTXINFO_PERSISTENT, /* Obj.is backed by device or keyset */
CRYPT_CTXINFO_SSH_PUBLIC_KEY,
/* Used internally */
CRYPT_CTXINFO_LAST, CRYPT_CERTINFO_FIRST = 2000,
......@@ -1227,6 +1228,7 @@ typedef enum {
CRYPT_SESSINFO_SSH_CHANNEL_TERMINAL, /* TERM string sent to remote */
CRYPT_SESSINFO_SSH_CHANNEL_WIDTH, /* Terminal width */
CRYPT_SESSINFO_SSH_CHANNEL_HEIGHT, /* Terminal height */
CRYPT_SESSINFO_SSH_CHANNEL_OPEN, /* True if write channel is open for read */
/* Used internally */
CRYPT_SESSINFO_LAST, CRYPT_USERINFO_FIRST = 7000,
......@@ -1373,7 +1375,7 @@ typedef enum {
CRYPT_CERTINFO_FIRST_CMS = CRYPT_CERTINFO_CMS_CONTENTTYPE,
CRYPT_CERTINFO_LAST_CMS = CRYPT_CERTINFO_LAST - 1,
CRYPT_SESSINFO_FIRST_SPECIFIC = CRYPT_SESSINFO_REQUEST,
CRYPT_SESSINFO_LAST_SPECIFIC = CRYPT_SESSINFO_SSH_CHANNEL_HEIGHT
CRYPT_SESSINFO_LAST_SPECIFIC = CRYPT_SESSINFO_SSH_CHANNEL_OPEN
/* Point at which private-use values start. Attribute values sometimes
need to be extended with additional pseudo-values in object-specific
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment