mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00

[3.12] gh-108303: Move all certificates to `Lib/test/certdata/` (GH-109489) (GH-109682) * gh-108303: Move all certificates to `Lib/test/certdata/` (GH-109489) (cherry picked from commite57ecf6bbc
) Python 3.12 backport: update also `test_nntplib`. (cherry picked from commitc2d542b42c
) Co-authored-by: Nikita Sobolev <mail@sobolevn.me> Co-authored-by: T. Wouters <thomas@python.org>
7 lines
256 B
Text
7 lines
256 B
Text
$ 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
|