x509 certificates support encoding of email, DNS and IP subjectAltNames

This commit is contained in:
Martin Willi
2009-09-08 13:17:41 +02:00
parent d7be290643
commit 7631aac20c
4 changed files with 58 additions and 13 deletions
@@ -210,9 +210,9 @@ static void* create(private_credential_factory_t *this, credential_type_t type,
case BUILD_SIGNING_KEY:
case BUILD_PUBLIC_KEY:
case BUILD_SUBJECT:
case BUILD_SUBJECT_ALTNAME:
case BUILD_SUBJECT_ALTNAMES:
case BUILD_ISSUER:
case BUILD_ISSUER_ALTNAME:
case BUILD_ISSUER_ALTNAMES:
case BUILD_SIGNING_CERT:
case BUILD_CA_CERT:
case BUILD_CERT: