/openssl/crypto/pem/ |
H A D | pem_local.h | 42 # define IMPLEMENT_PEM_provided_write_body_vars(type, asn1, pq) \ argument 45 OSSL_ENCODER_CTX_new_for_##type(x, PEM_SELECTION_##asn1, \ 46 "PEM", PEM_STRUCTURE_##asn1, \ 85 # define IMPLEMENT_PEM_provided_write_body_fallback(str, asn1, \ argument 88 return PEM_ASN1_##writename((i2d_of_void *)i2d_##asn1, str, out, \ 90 # define IMPLEMENT_PEM_provided_write_body_fallback_cb(str, asn1, \ argument 135 # define IMPLEMENT_PEM_provided_write_fp(name, TYPE, type, str, asn1) argument 154 IMPLEMENT_PEM_provided_write_fp(name, TYPE, type, str, asn1) 158 IMPLEMENT_PEM_provided_write_cb_fp(name, TYPE, type, str, asn1) 162 IMPLEMENT_PEM_provided_write(name, TYPE, type, str, asn1) [all …]
|
/openssl/providers/common/der/ |
H A D | build.info | 8 DEPEND[$DER_DIGESTS_GEN]=oids_to_c.pm NIST.asn1 DIGESTS.asn1 12 DEPEND[$DER_DIGESTS_H]=oids_to_c.pm NIST.asn1 DIGESTS.asn1 22 DEPEND[$DER_RSA_GEN]=oids_to_c.pm NIST.asn1 RSA.asn1 27 DEPEND[$DER_RSA_H]=oids_to_c.pm NIST.asn1 RSA.asn1 36 DEPEND[$DER_DSA_GEN]=oids_to_c.pm DSA.asn1 41 DEPEND[$DER_DSA_H]=oids_to_c.pm DSA.asn1 51 DEPEND[$DER_EC_GEN]=oids_to_c.pm EC.asn1 56 DEPEND[$DER_EC_H]=oids_to_c.pm EC.asn1 71 DEPEND[$DER_ECX_H]=oids_to_c.pm ECX.asn1 83 DEPEND[$DER_WRAP_H]=oids_to_c.pm wrap.asn1 [all …]
|
H A D | der_digests_gen.c.in | 16 $OUT = oids_to_c::process_leaves('providers/common/der/NIST.asn1', 17 'providers/common/der/DIGESTS.asn1',
|
H A D | der_rsa_gen.c.in | 16 $OUT = oids_to_c::process_leaves('providers/common/der/NIST.asn1', 17 'providers/common/der/RSA.asn1',
|
H A D | der_ecx_gen.c.in | 16 $OUT = oids_to_c::process_leaves('providers/common/der/ECX.asn1',
|
H A D | der_wrap_gen.c.in | 16 $OUT = oids_to_c::process_leaves('providers/common/der/wrap.asn1',
|
H A D | der_ec_gen.c.in | 16 $OUT = oids_to_c::process_leaves('providers/common/der/EC.asn1',
|
H A D | der_sm2_gen.c.in | 16 $OUT = oids_to_c::process_leaves('providers/common/der/SM2.asn1',
|
H A D | der_dsa_gen.c.in | 22 $OUT = oids_to_c::process_leaves('providers/common/der/DSA.asn1',
|
/openssl/include/openssl/ |
H A D | pem.h | 131 IMPLEMENT_PEM_write_fp(name, type, str, asn1) 143 IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) 164 IMPLEMENT_PEM_write_bio(name, type, str, asn1) 176 IMPLEMENT_PEM_write_cb_bio(name, type, str, asn1) 199 # define IMPLEMENT_PEM_read(name, type, str, asn1) \ argument 201 IMPLEMENT_PEM_read_fp(name, type, str, asn1) 203 # define IMPLEMENT_PEM_rw(name, type, str, asn1) \ argument 204 IMPLEMENT_PEM_read(name, type, str, asn1) \ 205 IMPLEMENT_PEM_write(name, type, str, asn1) 209 IMPLEMENT_PEM_read(name, type, str, asn1) \ [all …]
|
/openssl/fuzz/ |
H A D | build.info | 12 PROGRAMS{noinst}=asn1 asn1parse bignum bndiv client conf crl server smime 41 SOURCE[asn1]=asn1.c driver.c fuzz_rand.c 42 INCLUDE[asn1]=../include {- $ex_inc -} 43 DEPEND[asn1]=../libcrypto ../libssl {- $ex_lib -} 147 …PROGRAMS{noinst}=asn1-test asn1parse-test bignum-test bndiv-test client-test conf-test crl-test se… 177 SOURCE[asn1-test]=asn1.c test-corpus.c fuzz_rand.c 178 INCLUDE[asn1-test]=../include 179 DEPEND[asn1-test]=../libcrypto ../libssl
|
/openssl/providers/common/include/prov/ |
H A D | der_digests.h.in | 16 $OUT = oids_to_c::process_leaves('providers/common/der/NIST.asn1', 17 'providers/common/der/DIGESTS.asn1',
|
H A D | der_rsa.h.in | 17 $OUT = oids_to_c::process_leaves('providers/common/der/NIST.asn1', 18 'providers/common/der/RSA.asn1',
|
H A D | der_wrap.h.in | 16 $OUT = oids_to_c::process_leaves('providers/common/der/wrap.asn1',
|
H A D | der_sm2.h.in | 17 $OUT = oids_to_c::process_leaves('providers/common/der/SM2.asn1',
|
H A D | der_ec.h.in | 17 $OUT = oids_to_c::process_leaves('providers/common/der/EC.asn1',
|
H A D | der_dsa.h.in | 16 $OUT = oids_to_c::process_leaves('providers/common/der/DSA.asn1',
|
H A D | der_ecx.h.in | 17 $OUT = oids_to_c::process_leaves('providers/common/der/ECX.asn1',
|
/openssl/test/ |
H A D | x509_time_test.c | 485 ASN1_TIME asn1; member 512 ASN1_TIME asn1; member 548 rv = ASN1_TIME_print_ex(m, &x509_print_tests_rfc_822[idx].asn1, ASN1_DTFLGS_RFC822); in test_x509_time_print_rfc_822() 576 rv = ASN1_TIME_print_ex(m, &x509_print_tests_iso_8601[idx].asn1, ASN1_DTFLGS_ISO8601); in test_x509_time_print_iso_8601()
|
/openssl/crypto/x509/ |
H A D | x509_acert.c | 286 ASN1_TYPE *asn1 = ASN1_generate_nconf(value, conf); in X509_ACERT_add_attr_nconf() local 288 if (asn1 == NULL) in X509_ACERT_add_attr_nconf() 291 att_len = i2d_ASN1_TYPE(asn1, &att_data); in X509_ACERT_add_attr_nconf() 296 ASN1_TYPE_free(asn1); in X509_ACERT_add_attr_nconf()
|
/openssl/test/recipes/ |
H A D | 80-test_ca.t | 297 my ($asn1) = @_; 299 my ($y, $mo, $d, $h, $m, $s) = $asn1 =~ /^(\d{2,4})(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})Z$/;
|
/openssl/doc/man1/ |
H A D | openssl-asn1parse.pod.in | 95 B<asn1>. The encoded data is passed through the ASN1 parser and printed out as 189 openssl asn1parse -genconf asn1.cnf -noout -out asn1.der 193 asn1=SEQUENCE:seq_sect
|
/openssl/ |
H A D | build.info | 23 DEPEND[]=include/openssl/asn1.h \ 53 GENERATE[include/openssl/asn1.h]=include/openssl/asn1.h.in
|
/openssl/doc/man3/ |
H A D | ASN1_ITEM_lookup.pod | 9 #include <openssl/asn1.h>
|
H A D | ASN1_INTEGER_new.pod | 11 #include <openssl/asn1.h>
|