From cd58927000ef86eacc9de5b80f361d4d05e71731 Mon Sep 17 00:00:00 2001 From: lloyd Date: Mon, 6 Feb 2012 14:12:35 +0000 Subject: Fully working path validation. Even fixes the cases in PKITS where we got the answer wrong before. Still no policy or name constraints support, though. --- src/pubkey/pubkey_enums.h | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'src/pubkey') diff --git a/src/pubkey/pubkey_enums.h b/src/pubkey/pubkey_enums.h index 99f804e0a..c64a8493d 100644 --- a/src/pubkey/pubkey_enums.h +++ b/src/pubkey/pubkey_enums.h @@ -37,26 +37,6 @@ void BOTAN_DLL decode(BER_Decoder&, Key_Constraints&); } -/** -* X.509v2 CRL Reason Code. -*/ -enum CRL_Code { - UNSPECIFIED = 0, - KEY_COMPROMISE = 1, - CA_COMPROMISE = 2, - AFFILIATION_CHANGED = 3, - SUPERSEDED = 4, - CESSATION_OF_OPERATION = 5, - CERTIFICATE_HOLD = 6, - REMOVE_FROM_CRL = 8, - PRIVLEDGE_WITHDRAWN = 9, - AA_COMPROMISE = 10, - - DELETE_CRL_ENTRY = 0xFF00, - OCSP_GOOD = 0xFF01, - OCSP_UNKNOWN = 0xFF02 -}; - /* * Various Other Enumerations */ -- cgit v1.2.3