Home
last modified time | relevance | path

Searched refs:X509_INFO (Results 1 – 15 of 15) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DPEM_X509_INFO_read_bio_ex.pod6 - 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,
16 STACK_OF(X509_INFO) *PEM_X509_INFO_read(FILE *fp, STACK_OF(X509_INFO) *sk,
18 STACK_OF(X509_INFO) *PEM_X509_INFO_read_bio_ex(BIO *bio,
19 STACK_OF(X509_INFO) *sk,
23 STACK_OF(X509_INFO) *PEM_X509_INFO_read_bio(BIO *bp, STACK_OF(X509_INFO) *sk,
28 PEM_X509_INFO_read_ex() loads the B<X509_INFO> objects from a file I<fp>.
34 PEM_X509_INFO_read_bio_ex() loads the B<X509_INFO> objects using a bio I<bp>.
40 Each of the loaded B<X509_INFO> objects can contain a CRL, a certificate,
43 the elements read before, they are combined into the same B<X509_INFO> object.
[all …]
/freebsd/crypto/openssl/crypto/pem/
H A Dpem_info.c28 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()
/freebsd/crypto/openssl/crypto/asn1/
H A Dx_info.c16 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()
/freebsd/crypto/openssl/include/openssl/
H A Dpem.h395 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,
H A Dx509.h386 } X509_INFO; typedef
387 SKM_DEFINE_STACK_OF_INTERNAL(X509_INFO, X509_INFO, X509_INFO)
389 #define sk_X509_INFO_value(sk, idx) ((X509_INFO *)OPENSSL_sk_value(ossl_check_const_X509_INFO_sk_ty…
390 #define sk_X509_INFO_new(cmp) ((STACK_OF(X509_INFO) *)OPENSSL_sk_new(ossl_check_X509_INFO_compfunc_…
391 #define sk_X509_INFO_new_null() ((STACK_OF(X509_INFO) *)OPENSSL_sk_new_null())
392 #define sk_X509_INFO_new_reserve(cmp, n) ((STACK_OF(X509_INFO) *)OPENSSL_sk_new_reserve(ossl_check_…
396 #define sk_X509_INFO_delete(sk, i) ((X509_INFO *)OPENSSL_sk_delete(ossl_check_X509_INFO_sk_type(sk)…
397 #define sk_X509_INFO_delete_ptr(sk, ptr) ((X509_INFO *)OPENSSL_sk_delete_ptr(ossl_check_X509_INFO_s…
400 #define sk_X509_INFO_pop(sk) ((X509_INFO *)OPENSSL_sk_pop(ossl_check_X509_INFO_sk_type(sk)))
401 #define sk_X509_INFO_shift(sk) ((X509_INFO *)OPENSSL_sk_shift(ossl_check_X509_INFO_sk_type(sk)))
[all …]
H A Dx509.h.in216 } X509_INFO; typedef
218 generate_stack_macros("X509_INFO");
603 X509_INFO *X509_INFO_new(void);
604 void X509_INFO_free(X509_INFO *a);
/freebsd/crypto/openssl/test/
H A Dx509_check_cert_pkey_test.c115 STACK_OF(X509_INFO) *sk; in test_PEM_X509_INFO_read_bio()
116 X509_INFO *it; in test_PEM_X509_INFO_read_bio()
/freebsd/crypto/openssl/apps/
H A Dcrl2pkcs7.c200 STACK_OF(X509_INFO) *sk = NULL; in add_certs_from_file()
201 X509_INFO *xi; in add_certs_from_file()
H A Drehash.c236 STACK_OF (X509_INFO) *inf = NULL; in do_file()
237 X509_INFO *x; in do_file()
/freebsd/crypto/openssl/crypto/x509/
H A Dby_file.c219 STACK_OF(X509_INFO) *inf; in X509_load_cert_crl_file_ex()
220 X509_INFO *itmp; in X509_load_cert_crl_file_ex()
/freebsd/crypto/openssl/crypto/ts/
H A Dts_conf.c67 STACK_OF(X509_INFO) *allcerts = NULL; in STACK_OF()
77 X509_INFO *xi = sk_X509_INFO_value(allcerts, i); in STACK_OF()
/freebsd/crypto/openssl/doc/man7/
H A Dx509.pod30 Finally, there's the supertype X509_INFO, which can contain a CRL, a
/freebsd/crypto/openssl/util/
H A Dindent.pro445 -T X509_INFO
/freebsd/contrib/wpa/src/crypto/
H A Dtls_openssl.c150 STACK_OF(X509_INFO) *stack = NULL; in tls_add_ca_from_keystore()
165 X509_INFO *info = sk_X509_INFO_value(stack, i); in tls_add_ca_from_keystore()
/freebsd/crypto/openssl/
H A DCHANGES.md17603 Also change the X509_LOOKUP and X509_INFO code to handle