aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/security/MCCertificateUtils.h
blob: a62d6b6e4ecabea093658916216b055cb4546c1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
//
//  MCCertificateUtils.h
//  mailcore2
//
//  Created by DINH Viêt Hoà on 7/25/13.
//  Copyright (c) 2013 MailCore. All rights reserved.
//

#ifndef __MAILCORE_MCCERTIFICATEUTILS_H_
#define __MAILCORE_MCCERTIFICATEUTILS_H_

#include <libetpan/libetpan.h>
#include <MailCore/MCString.h>

namespace mailcore {
    
    bool checkCertificate(mailstream * stream, String * hostname);
    
}

#endif