From 3ad8f3928edc056706972f734bddfdc5512b461a Mon Sep 17 00:00:00 2001
From: Martin Nilsson <nilsson@opera.com>
Date: Mon, 28 Apr 2014 16:33:17 +0200
Subject: [PATCH] Updated the pkix extended use list.

---
 lib/modules/Standards.pmod/PKCS.pmod/Identifiers.pmod | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/lib/modules/Standards.pmod/PKCS.pmod/Identifiers.pmod b/lib/modules/Standards.pmod/PKCS.pmod/Identifiers.pmod
index ef2e97c4fb..c159538e53 100644
--- a/lib/modules/Standards.pmod/PKCS.pmod/Identifiers.pmod
+++ b/lib/modules/Standards.pmod/PKCS.pmod/Identifiers.pmod
@@ -254,11 +254,13 @@ mapping(Identifier:string(7bit)) reverse_qt_ids = REVERSE(qt_ids);
 Identifier kp_id = pkix_id->append(3);
 
 mapping(string(7bit):Identifier) kp_ids =
-([ "serverAuth" : kp_id->append(1),
-   "clientAuth" : kp_id->append(2),
-   "codeSigning" : kp_id->append(3),
+([ "serverAuth"      : kp_id->append(1),
+   "clientAuth"      : kp_id->append(2),
+   "codeSigning"     : kp_id->append(3),
    "emailProtection" : kp_id->append(4),
-   "timeStamping" : kp_id->append(8) ]);
+   "timeStamping"    : kp_id->append(8),
+   "OCSPSigning"     : kp_id->append(9),
+]);
 
 mapping(Identifier:string(7bit)) reverse_kp_ids = REVERSE(kp_ids);
 
-- 
GitLab