Skip to content

Commit 3b90841

Browse files
authored
Merge pull request #10020 from SparkiDev/sp_int_ai_fixes_1
SP int: fixes from AI review
2 parents 4b8c524 + f151999 commit 3b90841

13 files changed

Lines changed: 957 additions & 245 deletions

File tree

.wolfssl_known_macro_extras

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -644,6 +644,7 @@ WC_NO_RNG_SIMPLE
644644
WC_NO_STATIC_ASSERT
645645
WC_NO_VERBOSE_RNG
646646
WC_PKCS11_FIND_WITH_ID_ONLY
647+
WC_PKCS12_PBKDF_USING_MP_API
647648
WC_PROTECT_ENCRYPTED_MEM
648649
WC_RNG_BLOCKING
649650
WC_RSA_NONBLOCK

tests/api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23562,7 +23562,7 @@ static int test_wolfSSL_X509_print(void)
2356223562
{
2356323563
EXPECT_DECLS;
2356423564
#if defined(OPENSSL_EXTRA) && !defined(NO_FILESYSTEM) && \
23565-
!defined(NO_RSA) && defined(XSNPRINTF)
23565+
!defined(NO_RSA) && defined(XSNPRINTF) && !defined(WC_DISABLE_RADIX_ZERO_PAD)
2356623566
X509 *x509 = NULL;
2356723567
BIO *bio = NULL;
2356823568
#if defined(OPENSSL_ALL) && !defined(NO_WOLFSSL_DIR)

0 commit comments

Comments
 (0)