Skip to content

Commit

Permalink
Merge pull request wolfSSL#705 from ejohnstown/rsa-raw
Browse files Browse the repository at this point in the history
Using Decode Raw RSA Private Key
  • Loading branch information
dgarske authored and jefferyq2 committed Oct 18, 2024
1 parent f7249e4 commit bbb8370
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/internal.c
Original file line number Diff line number Diff line change
Expand Up @@ -1364,6 +1364,7 @@ int IdentifyAsn1Key(const byte* in, word32 inSz, int isPrivate, void* heap)
#ifndef WOLFSSH_NO_RSA

#if (LIBWOLFSSL_VERSION_HEX > WOLFSSL_V5_7_0) && !defined(HAVE_FIPS)
#if LIBWOLFSSL_VERSION_HEX > WOLFSSL_V5_7_0
/*
* The function wc_RsaPrivateKeyDecodeRaw() is available
* from wolfSSL after v5.7.0.
Expand Down
1 change: 1 addition & 0 deletions wolfssh/internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -1361,6 +1361,7 @@ enum TerminalModes {
#define WOLFSSL_V5_0_0 0x05000000
#define WOLFSSL_V5_7_0 0x05007000
#define WOLFSSL_V5_7_2 0x05007002
#define WOLFSSL_V5_7_0 0x05007000


#ifdef __cplusplus
Expand Down

0 comments on commit bbb8370

Please sign in to comment.