Searched refs:CTLOG (Results 1 – 10 of 10) sorted by relevance
/openssl-master/doc/man3/ |
A D | CTLOG_new.pod | 14 CTLOG *CTLOG_new_ex(EVP_PKEY *public_key, const char *name, 16 CTLOG *CTLOG_new(EVP_PKEY *public_key, const char *name); 21 int CTLOG_new_from_base64(CTLOG ** ct_log, 23 void CTLOG_free(CTLOG *log); 24 const char *CTLOG_get0_name(const CTLOG *log); 25 void CTLOG_get0_log_id(const CTLOG *log, const uint8_t **log_id, 27 EVP_PKEY *CTLOG_get0_public_key(const CTLOG *log); 42 the new CTLOG. The base64 will be decoded and the public key parsed. The CTLOG 56 created. Ownership of the string remains with the CTLOG. 61 the string remains with the CTLOG. [all …]
|
A D | CTLOG_STORE_get0_log_by_id.pod | 12 const CTLOG *CTLOG_STORE_get0_log_by_id(const CTLOG_STORE *store, 23 CTLOG_STORE_get0_log_by_id() provides a way to do this. It will find a CTLOG 28 B<CTLOG_STORE_get0_log_by_id> returns a CTLOG with the given LogID, if it
|
/openssl-master/crypto/ct/ |
A D | ct_log.c | 39 STACK_OF(CTLOG) *logs; 77 static int ct_v1_log_id_from_pkey(CTLOG *log, EVP_PKEY *pkey) in ct_v1_log_id_from_pkey() 147 static int ctlog_new_from_conf(CTLOG_STORE *store, CTLOG **ct_log, in ctlog_new_from_conf() 188 CTLOG *ct_log = NULL; in ctlog_store_load_log() 270 CTLOG *ret = OPENSSL_zalloc(sizeof(*ret)); in CTLOG_new_ex() 302 CTLOG *CTLOG_new(EVP_PKEY *public_key, const char *name) in CTLOG_new() 308 void CTLOG_free(CTLOG *log) in CTLOG_free() 318 const char *CTLOG_get0_name(const CTLOG *log) in CTLOG_get0_name() 323 void CTLOG_get0_log_id(const CTLOG *log, const uint8_t **log_id, in CTLOG_get0_log_id() 330 EVP_PKEY *CTLOG_get0_public_key(const CTLOG *log) in CTLOG_get0_public_key() [all …]
|
A D | ct_b64.c | 135 int CTLOG_new_from_base64_ex(CTLOG **ct_log, const char *pkey_base64, in CTLOG_new_from_base64_ex() 172 int CTLOG_new_from_base64(CTLOG **ct_log, const char *pkey_base64, in CTLOG_new_from_base64()
|
A D | ct_prn.c | 73 const CTLOG *log = NULL; in SCT_print()
|
A D | ct_sct.c | 295 const CTLOG *log; in SCT_validate()
|
/openssl-master/include/openssl/ |
A D | ct.h.in | 45 .generate_stack_macros("CTLOG"); 436 CTLOG *CTLOG_new_ex(EVP_PKEY *public_key, const char *name, OSSL_LIB_CTX *libctx, 443 CTLOG *CTLOG_new(EVP_PKEY *public_key, const char *name); 446 * Creates a new CTLOG instance with the base64-encoded SubjectPublicKeyInfo DER 453 int CTLOG_new_from_base64_ex(CTLOG **ct_log, const char *pkey_base64, 462 int CTLOG_new_from_base64(CTLOG ** ct_log, 468 void CTLOG_free(CTLOG *log); 471 const char *CTLOG_get0_name(const CTLOG *log); 473 void CTLOG_get0_log_id(const CTLOG *log, const uint8_t **log_id, 476 EVP_PKEY *CTLOG_get0_public_key(const CTLOG *log); [all …]
|
A D | types.h | 208 typedef struct ctlog_st CTLOG; typedef
|
/openssl-master/test/ |
A D | ct_test.c | 489 CTLOG *ctlogp = NULL; in test_ctlog_from_base64()
|
/openssl-master/Configurations/ |
A D | descrip.mms.tmpl | 602 @ ! Install CTLOG configuration file
|
Completed in 15 milliseconds