summaryrefslogtreecommitdiffstats
path: root/engines/e_afalg.txt
diff options
context:
space:
mode:
authorramin <lordrasmus@gmail.com>2022-09-28 11:41:29 +0200
committerTomas Mraz <tomas@openssl.org>2022-10-21 12:59:14 +0200
commitbd19999b396d03d39eab4a86c6402a970191c9e1 (patch)
treed4ceb6d953868ab1ec9457cb384ab9f7fd7c8a11 /engines/e_afalg.txt
parent6ca4bd2e4c92531e74acba3e1ff08e6fbb664b20 (diff)
Add af_alg errors to the error queue
If the kernel operation failed the EVP functions just returned without any error message. This commit adds them. Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19289)
Diffstat (limited to 'engines/e_afalg.txt')
-rw-r--r--engines/e_afalg.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/e_afalg.txt b/engines/e_afalg.txt
index 37f023b87e..9b5fee8475 100644
--- a/engines/e_afalg.txt
+++ b/engines/e_afalg.txt
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 1999-2022 The OpenSSL Project Authors. All Rights Reserved.
#
# Licensed under the Apache License 2.0 (the "License"). You may not use
# this file except in compliance with the License. You can obtain a copy
@@ -13,6 +13,7 @@ AFALG_R_IO_SETUP_FAILED:105:io setup failed
AFALG_R_KERNEL_DOES_NOT_SUPPORT_AFALG:101:kernel does not support afalg
AFALG_R_KERNEL_DOES_NOT_SUPPORT_ASYNC_AFALG:107:\
kernel does not support async afalg
+AFALG_R_KERNEL_OP_FAILED:112:kernel op failed
AFALG_R_MEM_ALLOC_FAILED:102:mem alloc failed
AFALG_R_SOCKET_ACCEPT_FAILED:110:socket accept failed
AFALG_R_SOCKET_BIND_FAILED:103:socket bind failed