mirror of
https://github.com/python/cpython.git
synced 2024-12-12 03:04:15 +08:00
bd5c7d238c
Add test certs and test for ECDSA cert and EC/RSA dual mode. I'm also adding certs for IDNA 2003/2008 tests and simplify some test data handling. Signed-off-by: Christian Heimes <christian@python.org>
8 lines
256 B
Plaintext
8 lines
256 B
Plaintext
$ 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
|