Fix to add keyUsage keyAgreement for the ECC server certificate. Resolves issue with openssl test using "ECDH-ECDSA" cipher suite.

This commit is contained in:
David Garske
2017-10-20 11:26:15 -07:00
parent 024c8725ad
commit d7ae1df778
17 changed files with 224 additions and 219 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ basicConstraints = CA:FALSE
nsCertType = server
subjectKeyIdentifier = hash
authorityKeyIdentifier = keyid,issuer:always
keyUsage = critical, digitalSignature, keyEncipherment
keyUsage = critical, digitalSignature, keyEncipherment, keyAgreement
extendedKeyUsage = serverAuth
[ crl_ext ]