Skip to content

Commit ee42ef6

Browse files
committed
Release v1.4.18: Release Fixes
1. Need to use the old RSA key read function if using FIPS wolfCrypt. 2. Update release date.
1 parent 4833238 commit ee42ef6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# wolfSSH v1.4.18 (July 20, 2024)
1+
# wolfSSH v1.4.18 (July 22, 2024)
22

33
## New Features
44

src/internal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1344,7 +1344,7 @@ int IdentifyAsn1Key(const byte* in, word32 inSz, int isPrivate, void* heap)
13441344

13451345
#ifndef WOLFSSH_NO_RSA
13461346

1347-
#if LIBWOLFSSL_VERSION_HEX > WOLFSSL_V5_7_0
1347+
#if (LIBWOLFSSL_VERSION_HEX > WOLFSSL_V5_7_0) && !defined(HAVE_FIPS)
13481348
/*
13491349
* The function wc_RsaPrivateKeyDecodeRaw() is available
13501350
* from wolfSSL after v5.7.0.

0 commit comments

Comments
 (0)