Go to the source code of this file.
|
int | ptls_compare_separator_line (const char *line, const char *begin_or_end, const char *label) |
|
int | ptls_get_bio_pem_object (BIO *bio, const char *label, ptls_buffer_t *buf) |
|
int | ptls_load_bio_pem_objects (BIO *bio, const char *label, ptls_iovec_t *list, size_t list_max, size_t *nb_objects) |
|
int | ptls_load_bio_certificates (ptls_context_t *ctx, BIO *bio) |
|
int | load_bio_certificate_chain (ptls_context_t *ctx, const char *cert_data) |
|
int | load_bio_private_key (ptls_context_t *ctx, const char *pk_data) |
|
◆ PTLS_MAX_CERTS_IN_CONTEXT
#define PTLS_MAX_CERTS_IN_CONTEXT 16 |
◆ load_bio_certificate_chain()
int load_bio_certificate_chain |
( |
ptls_context_t * |
ctx, |
|
|
const char * |
cert_data |
|
) |
| |
◆ load_bio_private_key()
int load_bio_private_key |
( |
ptls_context_t * |
ctx, |
|
|
const char * |
pk_data |
|
) |
| |
◆ ptls_compare_separator_line()
int ptls_compare_separator_line |
( |
const char * |
line, |
|
|
const char * |
begin_or_end, |
|
|
const char * |
label |
|
) |
| |
◆ ptls_get_bio_pem_object()
int ptls_get_bio_pem_object |
( |
BIO * |
bio, |
|
|
const char * |
label, |
|
|
ptls_buffer_t * |
buf |
|
) |
| |
◆ ptls_load_bio_certificates()
int ptls_load_bio_certificates |
( |
ptls_context_t * |
ctx, |
|
|
BIO * |
bio |
|
) |
| |
◆ ptls_load_bio_pem_objects()
int ptls_load_bio_pem_objects |
( |
BIO * |
bio, |
|
|
const char * |
label, |
|
|
ptls_iovec_t * |
list, |
|
|
size_t |
list_max, |
|
|
size_t * |
nb_objects |
|
) |
| |