NetBurner 3.0
ssluser.h
1
/*NB_REVISION*/
2
3
/*NB_COPYRIGHT*/
4
5
#ifndef _SSLUSER_H_
6
#define _SSLUSER_H_
7
8
/* NB Secure Sockets Layer (SSL) */
9
#include <
crypto/ssl.h
>
10
11
/* Default or installed user PEM encoded certificate */
12
extern
char
gSslCert[(SERIAL_BURNER_CERTIFICATE_SIZE_MAX_PEM + 1)];
13
extern
char
gSslKey[(SERIAL_BURNER_KEY_SIZE_MAX_PEM + 1)];
14
15
#ifdef __cplusplus
16
extern
"C"
17
{
18
#endif
19
28
void
SslUserSetDefault(
void
);
29
36
void
SslUserRetrieveCertificateNKey(
void
);
37
38
#ifdef __cplusplus
39
};
40
#endif
41
42
#endif
/* _SSLUSER_H_ */
ssl.h
NetBurner SSL API.
examples
SSL
HttpsUploadCert
src
ssluser.h
Generated by
1.8.14