Skip to content

Conversation

c-jimenez
Copy link
Owner

No description provided.

@c-jimenez c-jimenez changed the title [msvc] Compilation ok with Visual Studio Community 2022 with warnings Add support for MSVC compiler with Visual Studio Community 2022 Jan 10, 2023
@c-jimenez c-jimenez self-assigned this Jan 10, 2023
@c-jimenez c-jimenez added the enhancement New feature or request label Jan 10, 2023
Base automatically changed from dev/improve_websockets to develop January 25, 2023 16:09
{
EVP_PKEY_keygen_init(ctx);
EVP_PKEY_CTX_set_rsa_keygen_bits(ctx, param);
EVP_PKEY_CTX_set_rsa_keygen_bits(ctx, static_cast<int>(param));

Check failure

Code scanning / CodeQL

Use of a cryptographic algorithm with insufficient key size

The key size [2](1) is less than the recommended key size of 2048 bits. The key size [2](1) is less than the recommended key size of 2048 bits.
@c-jimenez c-jimenez closed this Jan 25, 2023
@c-jimenez c-jimenez reopened this Jan 25, 2023
@c-jimenez c-jimenez merged commit 32fdc81 into develop Jan 25, 2023
@c-jimenez c-jimenez deleted the dev/compile_msvc branch January 25, 2023 19:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant