Merge pull request #727 from ejohnstown/release-v1.4.18-2

Release v1.4.18: Release Fixes
pull/730/head v1.4.18-stable
Daniel Pouzzner 2024-07-19 18:25:16 -05:00 committed by GitHub
commit bbba8aef04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# wolfSSH v1.4.18 (July 20, 2024)
# wolfSSH v1.4.18 (July 22, 2024)
## New Features

View File

@ -1344,7 +1344,7 @@ int IdentifyAsn1Key(const byte* in, word32 inSz, int isPrivate, void* heap)
#ifndef WOLFSSH_NO_RSA
#if LIBWOLFSSL_VERSION_HEX > WOLFSSL_V5_7_0
#if (LIBWOLFSSL_VERSION_HEX > WOLFSSL_V5_7_0) && !defined(HAVE_FIPS)
/*
* The function wc_RsaPrivateKeyDecodeRaw() is available
* from wolfSSL after v5.7.0.