From 94f9ea25b50a3dd2592abfc63385989955e60e68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Krier?= Date: Sat, 27 Feb 2016 00:28:39 +0100 Subject: Add padding check for ANSI X.923 All padding bytes must be 0. --- src/_cffi_src/hazmat_src/padding.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/_cffi_src/hazmat_src/padding.h') diff --git a/src/_cffi_src/hazmat_src/padding.h b/src/_cffi_src/hazmat_src/padding.h index 4d218b1a..fb023c17 100644 --- a/src/_cffi_src/hazmat_src/padding.h +++ b/src/_cffi_src/hazmat_src/padding.h @@ -3,3 +3,4 @@ // repository for complete details. uint8_t Cryptography_check_pkcs7_padding(const uint8_t *, uint8_t); +uint8_t Cryptography_check_ansix923_padding(const uint8_t *, uint8_t); -- cgit v1.2.3