Merge pull request #591 from JacobBarthelmeh/x509

pull/595/head
John Safranek 2023-09-22 16:33:55 -07:00 committed by GitHub
commit 47ecaf6d88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -8227,7 +8227,12 @@ static const char cannedMacAlgoNames[] =
static const char cannedKeyAlgoRsaSha2_512Names[] = "rsa-sha2-512";
#endif
#ifdef WOLFSSH_CERTS
static const char cannedKeyAlgoNames[] =
"rsa-sha2-256,x509v3-ssh-rsa,ecdsa-sha2-nistp256,x509v3-ecdsa-sha2-nistp256";
#else
static const char cannedKeyAlgoNames[] = "rsa-sha2-256,ecdsa-sha2-nistp256";
#endif
#if 0
static const char cannedKexAlgoNames[] =