Add an entry for X509_TRUST_OBJECT_SIGN in trstandard[].
authorRichard Levitte <levitte@openssl.org>
Wed, 11 Jun 2003 21:22:30 +0000 (21:22 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 11 Jun 2003 21:22:30 +0000 (21:22 +0000)
PR: 617

crypto/x509/x509_trs.c

index 17d69ac005b1937bc9d663fcaf5df09427aed71f..881252608d1ff69ed97da031c2ed8bb250a386f9 100644 (file)
@@ -82,6 +82,7 @@ static X509_TRUST trstandard[] = {
 {X509_TRUST_SSL_CLIENT, 0, trust_1oidany, "SSL Client", NID_client_auth, NULL},
 {X509_TRUST_SSL_SERVER, 0, trust_1oidany, "SSL Server", NID_server_auth, NULL},
 {X509_TRUST_EMAIL, 0, trust_1oidany, "S/MIME email", NID_email_protect, NULL},
+{X509_TRUST_OBJECT_SIGN, 0, trust_1oidany, "Object Signer", NID_code_sign, NULL},
 {X509_TRUST_OCSP_SIGN, 0, trust_1oid, "OCSP responder", NID_OCSP_sign, NULL},
 {X509_TRUST_OCSP_REQUEST, 0, trust_1oid, "OCSP request", NID_ad_OCSP, NULL}
 };