Searched refs:X509_INFO (Results 1 – 13 of 13) sorted by relevance
/openssl-master/doc/man3/ |
A D | PEM_X509_INFO_read_bio_ex.pod | 6 - read PEM-encoded data structures into one or more B<X509_INFO> objects 12 STACK_OF(X509_INFO) *PEM_X509_INFO_read_ex(FILE *fp, STACK_OF(X509_INFO) *sk, 17 STACK_OF(X509_INFO) *PEM_X509_INFO_read_bio_ex(BIO *bio, 18 STACK_OF(X509_INFO) *sk, 25 PEM_X509_INFO_read_ex() loads the B<X509_INFO> objects from a file I<fp>. 27 PEM_X509_INFO_read_bio_ex() loads the B<X509_INFO> objects using a bio I<bp>. 29 Each of the loaded B<X509_INFO> objects can contain a CRL, a certificate, 32 the elements read before, they are combined into the same B<X509_INFO> object. 49 a stack of B<X509_INFO> objects or NULL on failure.
|
/openssl-master/crypto/pem/ |
A D | pem_info.c | 28 STACK_OF(X509_INFO) in STACK_OF() argument 29 *PEM_X509_INFO_read_ex(FILE *fp, STACK_OF(X509_INFO) *sk, pem_password_cb *cb, in STACK_OF() 33 STACK_OF(X509_INFO) *ret; in STACK_OF() 45 STACK_OF(X509_INFO) *PEM_X509_INFO_read(FILE *fp, STACK_OF(X509_INFO) *sk, in STACK_OF() argument 52 STACK_OF(X509_INFO) *PEM_X509_INFO_read_bio_ex(BIO *bp, STACK_OF(X509_INFO) *sk, in STACK_OF() argument 57 X509_INFO *xi = NULL; in STACK_OF() 64 STACK_OF(X509_INFO) *ret = NULL; in STACK_OF() 217 STACK_OF(X509_INFO) *PEM_X509_INFO_read_bio(BIO *bp, STACK_OF(X509_INFO) *sk, in STACK_OF() argument 224 int PEM_X509_INFO_write_bio(BIO *bp, const X509_INFO *xi, EVP_CIPHER *enc, in PEM_X509_INFO_write_bio()
|
/openssl-master/crypto/asn1/ |
A D | x_info.c | 16 X509_INFO *X509_INFO_new(void) in X509_INFO_new() 18 X509_INFO *ret; in X509_INFO_new() 29 void X509_INFO_free(X509_INFO *x) in X509_INFO_free()
|
/openssl-master/include/openssl/ |
A D | pem.h | 395 STACK_OF(X509_INFO) *PEM_X509_INFO_read_bio(BIO *bp, STACK_OF(X509_INFO) *sk, 397 STACK_OF(X509_INFO) 398 *PEM_X509_INFO_read_bio_ex(BIO *bp, STACK_OF(X509_INFO) *sk, 402 int PEM_X509_INFO_write_bio(BIO *bp, const X509_INFO *xi, EVP_CIPHER *enc, 417 STACK_OF(X509_INFO) *PEM_X509_INFO_read(FILE *fp, STACK_OF(X509_INFO) *sk, 419 STACK_OF(X509_INFO) 420 *PEM_X509_INFO_read_ex(FILE *fp, STACK_OF(X509_INFO) *sk, pem_password_cb *cb,
|
A D | x509.h.in | 216 } X509_INFO; typedef 218 generate_stack_macros("X509_INFO"); 603 X509_INFO *X509_INFO_new(void); 604 void X509_INFO_free(X509_INFO *a);
|
/openssl-master/test/ |
A D | x509_check_cert_pkey_test.c | 115 STACK_OF(X509_INFO) *sk; in test_PEM_X509_INFO_read_bio() 116 X509_INFO *it; in test_PEM_X509_INFO_read_bio()
|
/openssl-master/apps/ |
A D | crl2pkcs7.c | 200 STACK_OF(X509_INFO) *sk = NULL; in add_certs_from_file() 201 X509_INFO *xi; in add_certs_from_file()
|
A D | rehash.c | 233 STACK_OF (X509_INFO) *inf = NULL; in do_file() 234 X509_INFO *x; in do_file()
|
/openssl-master/crypto/x509/ |
A D | by_file.c | 219 STACK_OF(X509_INFO) *inf; in X509_load_cert_crl_file_ex() 220 X509_INFO *itmp; in X509_load_cert_crl_file_ex()
|
/openssl-master/crypto/ts/ |
A D | ts_conf.c | 67 STACK_OF(X509_INFO) *allcerts = NULL; in STACK_OF() 77 X509_INFO *xi = sk_X509_INFO_value(allcerts, i); in STACK_OF()
|
/openssl-master/doc/man7/ |
A D | x509.pod | 30 Finally, there's the supertype X509_INFO, which can contain a CRL, a
|
/openssl-master/util/ |
A D | indent.pro | 445 -T X509_INFO
|
/openssl-master/ |
A D | CHANGES.md | 16639 Also change the X509_LOOKUP and X509_INFO code to handle
|
Completed in 50 milliseconds