aboutsummaryrefslogtreecommitdiff
path: root/gost_lcl.h
diff options
context:
space:
mode:
authorDmitry Belyavskiy <beldmit@gmail.com>2020-05-03 16:45:26 +0300
committerDmitry Belyavskiy <beldmit@gmail.com>2020-05-04 15:50:12 +0300
commit3b31dea89630ecd3f741171ed3e1d4259adabf0e (patch)
treed982b8312004168f99583ae8c1e55eb9483844eb /gost_lcl.h
parent6e5d6808c9ff3f7802bcb6bf3709c5475b1a87b7 (diff)
downloadgost-engine-3b31dea89630ecd3f741171ed3e1d4259adabf0e.zip
gost-engine-3b31dea89630ecd3f741171ed3e1d4259adabf0e.tar.gz
gost-engine-3b31dea89630ecd3f741171ed3e1d4259adabf0e.tar.bz2
PSKeyTransport_gost includes UKM
Diffstat (limited to 'gost_lcl.h')
-rw-r--r--gost_lcl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gost_lcl.h b/gost_lcl.h
index 4c099dd..9740994 100644
--- a/gost_lcl.h
+++ b/gost_lcl.h
@@ -130,6 +130,7 @@ typedef struct { /* FIXME incomplete */
typedef struct PSKeyTransport_st {
ASN1_OCTET_STRING *psexp;
X509_PUBKEY *ephem_key;
+ ASN1_OCTET_STRING *ukm;
} PSKeyTransport_gost;
DECLARE_ASN1_FUNCTIONS(PSKeyTransport_gost)