mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
* update ssl.py from CPython 3.13.9 * test_ssl * mark failing tests * remove test/*.pem * fix certdata path * unmark fixed tests
8 lines
256 B
Plaintext
Vendored
Generated
8 lines
256 B
Plaintext
Vendored
Generated
$ openssl genpkey -genparam -algorithm EC -pkeyopt ec_paramgen_curve:secp384r1 -pkeyopt ec_param_enc:named_curve -text
|
|
-----BEGIN EC PARAMETERS-----
|
|
BgUrgQQAIg==
|
|
-----END EC PARAMETERS-----
|
|
ECDSA-Parameters: (384 bit)
|
|
ASN1 OID: secp384r1
|
|
NIST CURVE: P-384
|