Skip to content

Commit

Permalink
Merge pull request #189 from microsoft/scxcore/1.9.0-0
Browse files Browse the repository at this point in the history
Update RSA key bit length to 3072
  • Loading branch information
Yash-Khatri authored Apr 2, 2024
2 parents 19cffe0 + 23a9daf commit dd0c064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/code/shared/tools/scx_ssl_config/scx_ssl_config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ int main(int argc, char *argv[])
#if defined(hpux) && defined(hppa)
int bits = 1024;
#else
int bits = 2048;
int bits = 3072;
#endif

SCXCoreLib::NameResolver mi;
Expand Down

0 comments on commit dd0c064

Please sign in to comment.