Fixed DEREncoder test case to use the test self-signed cert, not the iphone dev cert, which doesn't pass the test case yet.
5 // Created by Jens Alfke on 6/2/09.
6 // Copyright 2009 Jens Alfke. All rights reserved.
9 #import <Cocoa/Cocoa.h>
12 #define MYASN1ErrorDomain @"MYASN1ErrorDomain"
15 /** Parses a block of BER-formatted data into an object tree. */
16 id MYBERParse (NSData *ber, NSError **outError);
18 size_t MYBERGetLength (NSData *ber, NSError **outError);
19 const void* MYBERGetContents (NSData *ber, NSError **outError);
21 NSDateFormatter* MYBERGeneralizedTimeFormatter();
22 NSDateFormatter* MYBERUTCTimeFormatter();