MYCertificate now checks validity of self-signed certs loaded from the keychain (because the Security framework doesn't validate self-signed certs.)
5 // Created by Jens Alfke on 5/12/09.
6 // Copyright 2009 Jens Alfke. All rights reserved.
11 #import "MYKeychain.h"
12 #import "MYSymmetricKey.h"
13 #import "MYPublicKey.h"
14 #import "MYPrivateKey.h"
15 #import "MYIdentity.h"