--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/cryptoservices/certificateandkeymgmt/tder/example/pkcs12_crl.txt Wed Jul 08 11:25:26 2009 +0100
@@ -0,0 +1,44 @@
+// PKCS#12 file that contains a crl
+
+SEQUENCE
+ // Version
+ INTEGER=3
+
+ // authSafe - PFX
+ SEQUENCE
+ OID=PKCS7_DATA
+ EXPLICIT
+ OCTETSTRING
+ OUTPUT_BINARY_FILE=authsafecontents.der,1
+ // First PDU
+ SEQUENCE
+ INCLUDE=contentinfo.txt,safecontents.txt,safebag_crlbag.txt,root5ca\\\\root5crl.der,Root5 CRL
+ END
+ END
+ END
+ END
+ END
+
+ // macData
+ SEQUENCE
+ // DigestInfo
+ SEQUENCE
+ SEQUENCE
+ OID=SHA1
+ NULL
+ END
+ // DIGEST
+ OCTETSTRING
+ HMAC=SHA1,15846aede455bf914245a79718ac1addb0b86ca3
+ INCLUDE_BINARY_FILE=authsafecontents.der
+ END
+ END
+ END
+ // macSalt
+ OCTETSTRING
+ RAW=95:5D:62:99:D3:31:50:57
+ END
+ // iterations
+ INTEGER=2048
+ END
+END
\ No newline at end of file