sync with OpenBSD -current
This commit is contained in:
parent
604988d5d3
commit
4b5c843641
8 changed files with 584 additions and 47 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $OpenBSD: cmac.c,v 1.20 2024/01/28 20:57:15 tb Exp $ */
|
||||
/* $OpenBSD: cmac.c,v 1.21 2024/01/29 06:05:50 tb Exp $ */
|
||||
/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
|
||||
* project.
|
||||
*/
|
||||
|
@ -132,7 +132,7 @@ void
|
|||
CMAC_CTX_cleanup(CMAC_CTX *ctx)
|
||||
{
|
||||
if (ctx->cipher_ctx != NULL)
|
||||
EVP_CIPHER_CTX_reset(ctx->cipher_ctx);
|
||||
(void)EVP_CIPHER_CTX_reset(ctx->cipher_ctx);
|
||||
explicit_bzero(ctx->tbl, EVP_MAX_BLOCK_LENGTH);
|
||||
explicit_bzero(ctx->k1, EVP_MAX_BLOCK_LENGTH);
|
||||
explicit_bzero(ctx->k2, EVP_MAX_BLOCK_LENGTH);
|
||||
|
|
|
@ -1051,3 +1051,4 @@ RSA_SHA3_256 1050
|
|||
RSA_SHA3_384 1051
|
||||
RSA_SHA3_512 1052
|
||||
acmeIdentifier 1053
|
||||
id_ct_rpkiSignedPrefixList 1054
|
||||
|
|
|
@ -268,6 +268,7 @@ id-smime-ct 47 : id-ct-geofeedCSVwithCRLF
|
|||
id-smime-ct 48 : id-ct-signedChecklist
|
||||
id-smime-ct 49 : id-ct-ASPA
|
||||
id-smime-ct 50 : id-ct-signedTAL
|
||||
id-smime-ct 51 : id-ct-rpkiSignedPrefixList
|
||||
|
||||
# S/MIME Attributes
|
||||
id-smime-aa 1 : id-smime-aa-receiptRequest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue