diff options
| author | tb <> | 2022-05-05 08:48:50 +0000 |
|---|---|---|
| committer | tb <> | 2022-05-05 08:48:50 +0000 |
| commit | b78e7ac2d29e441e952d71a26b0d4e292c164d6a (patch) | |
| tree | 8bc79a25442ee537c061d12dfc43f2b067fbe786 /src | |
| parent | 916ce938eee29b0298ca8325ece1c5b54cc2b052 (diff) | |
| download | openbsd-b78e7ac2d29e441e952d71a26b0d4e292c164d6a.tar.gz openbsd-b78e7ac2d29e441e952d71a26b0d4e292c164d6a.tar.bz2 openbsd-b78e7ac2d29e441e952d71a26b0d4e292c164d6a.zip | |
Provide EVP_PKEY_HKDF alias for NID_hkdf
ok beck jsing
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libcrypto/evp/evp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/evp/evp.h b/src/lib/libcrypto/evp/evp.h index a80cf189fc..c7942cc12a 100644 --- a/src/lib/libcrypto/evp/evp.h +++ b/src/lib/libcrypto/evp/evp.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: evp.h,v 1.99 2022/01/14 08:38:05 tb Exp $ */ | 1 | /* $OpenBSD: evp.h,v 1.100 2022/05/05 08:48:50 tb Exp $ */ |
| 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * | 4 | * |
| @@ -112,6 +112,7 @@ | |||
| 112 | #define EVP_PKEY_GOSTIMIT NID_id_Gost28147_89_MAC | 112 | #define EVP_PKEY_GOSTIMIT NID_id_Gost28147_89_MAC |
| 113 | #define EVP_PKEY_HMAC NID_hmac | 113 | #define EVP_PKEY_HMAC NID_hmac |
| 114 | #define EVP_PKEY_CMAC NID_cmac | 114 | #define EVP_PKEY_CMAC NID_cmac |
| 115 | #define EVP_PKEY_HKDF NID_hkdf | ||
| 115 | #define EVP_PKEY_GOSTR12_256 NID_id_tc26_gost3410_2012_256 | 116 | #define EVP_PKEY_GOSTR12_256 NID_id_tc26_gost3410_2012_256 |
| 116 | #define EVP_PKEY_GOSTR12_512 NID_id_tc26_gost3410_2012_512 | 117 | #define EVP_PKEY_GOSTR12_512 NID_id_tc26_gost3410_2012_512 |
| 117 | 118 | ||
