We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5b4348 commit 57c4e98Copy full SHA for 57c4e98
test/connector/test_salesforce_connector.py
@@ -17,7 +17,7 @@ def pkey_to_str(key) -> str:
17
18
19
def rsa_private_key() -> str:
20
- return pkey_to_str(rsa.generate_private_key(0x10001, 512))
+ return pkey_to_str(rsa.generate_private_key(0x10001, 1024))
21
22
23
def brainpoolp512r1_private_key() -> str:
0 commit comments