All Questions
1 question
2
votes
1
answer
1k
views
TLS 1.2 connection using Client Certificate and secp512r1 fails
I'm trying to implement mutual TLS connection. Here is the flow:
I generate the csr request (using elliptic curve key, secp512r1)
Send the signing request to the server and receive the public key ...