Home
last modified time | relevance | path

Searched refs:template (Results 26 – 50 of 69) sorted by relevance

123

/openssl/test/
H A Dendecoder_legacy_test.c241 EVP_PKEY *template = NULL; in make_key() local
252 || EVP_PKEY_generate(ctx, &template) <= 0)) in make_key()
261 template != NULL in make_key()
262 ? EVP_PKEY_CTX_new(template, NULL) in make_key()
270 EVP_PKEY_free(template); in make_key()
H A Dendecode_test.c109 static EVP_PKEY *make_key(const char *type, EVP_PKEY *template, in make_key() argument
114 template != NULL in make_key()
115 ? EVP_PKEY_CTX_new_from_pkey(keyctx, template, testpropq) in make_key()
/openssl/Configurations/
H A D15-ios.conf11 template => 1,
H A DREADME.md32 template => Set to 1 if this isn't really a platform
33 target. Instead, this target is a template
259 Note 1: any configuration table can be used as a template.
260 Note 2: pure templates have the attribute `template => 1` and
278 template => 1,
284 template => 1,
437 build file template to define exactly how those command lines should
493 template file in `Configurations/` named like the build file, with
496 example, if `build_file` is set to `Makefile`, the template could be
501 The build-file template is processed with the perl module
[all …]
H A D15-android.conf177 template => 1,
/openssl/util/
H A Ddofile.pl80 my $template = OpenSSL::Template->new(%$_);
/openssl/crypto/encode_decode/
H A Ddecoder_pkey.c594 OSSL_DECODER_CTX *template; member
612 OSSL_DECODER_CTX_free(entry->template); in decoder_cache_entry_free()
844 newcache->template = ctx; in OSSL_DECODER_CTX_new_for_pkey()
865 ctx = res->template; in OSSL_DECODER_CTX_new_for_pkey()
868 ctx = res->template; in OSSL_DECODER_CTX_new_for_pkey()
/openssl/include/openssl/
H A Dasn1t.h.in34 /* ASN1 template defines, structures and functions */
48 * template and the type is treated in the
49 * same way as the type specified in the template.
107 /* Macros to aid ASN1 template writing */
135 /* This is a ASN1 type which just embeds a template */
355 /* This helps with the template wrapper form of ASN1_ITEM */
479 # define ADB_ENTRY(val, template) {val, template} argument
485 * This is the ASN1 template structure that defines a wrapper round the
521 /* template flags */
/openssl/external/perl/Text-Template-1.56/
H A DINSTALL31 mjd-perl-template+@plover.com
H A DMANIFEST33 t/template-encoding.t
H A DSIGNATURE47 SHA1 4dac28585388482f1719f404cc357991af77e345 t/template-encoding.t
/openssl/doc/man3/
H A DASN1_EXTERN_FUNCS.pod72 pointer to the B<ASN1_ITEM> template object created via the
81 pointer to the B<ASN1_ITEM> template object created via the
88 to the B<ASN1_ITEM> template object created via the IMPLEMENT_EXTERN_ASN1()
100 it will be zero. The I<it> parameter is a pointer to the B<ASN1_ITEM> template
H A DOSSL_CMP_exec_certreq.pod82 For IR, CR, and KUR, the certificate template to be used in the request
84 Typically I<crm> is NULL, then the template ingredients are taken from I<ctx>
176 infoType certReqTemplate to obtain a certificate request template from the
178 the certificate template received. NULL output means that no certificate
179 request template was provided by the server.
H A DASN1_item_new.pod19 B<ASN1_ITEM> template given in the I<it> parameter. If any algorithm fetches are
H A DOSSL_CMP_MSG_get0_header.pod39 message and returns the public key in its certificate template if present.
55 The subject DN included in the certificate template is
H A DASN1_aux_cb.pod46 associated with the structure during the definition of the ASN.1 template. For
48 ASN.1 template definition macros that supply auxiliary information such as
108 B<ASN1_VALUE> object being processed based on the template in I<it>. An
H A DOSSL_CMP_CTX_new.pod136 /* certificate template: */
598 alternate names on the certificate template request. This cannot be used if
605 the certificate template of an IR and CR will not be filled with the default
617 to the X509_EXTENSIONS of the requested certificate template.
627 in the requested certificate template of IR/CR/KUR messages.
635 used as fallback values for the certificate template of IR/CR/KUR/RR messages,
636 and any extensions included are added to the template of IR/CR/KUR messages.
672 enrolled certificate with the certificate template of the request.
H A DOSSL_CMP_ITAV_new_caCerts.pod115 requirements a PKI has on the certificate template used to request certificates,
125 with a certificate template value is in I<itav>,
/openssl/
H A DConfigure1296 print $_,"\n" unless $table{$_}->{template};
1373 $found=$_ if $table{$_} && !$table{$_}->{template};
1381 $target = $cc if $table{$cc} && !$table{$cc}->{template};
2181 my $template =
2185 die "Something went wrong with $sourced/$f: $!\n" unless $template;
2188 $template->fill_in(HASH => { config => \%config,
3249 delete $inherited_config{template};
3342 next if $table{$i}->{template};
3354 next if $table{$i}->{template};
3438 return if $target{template};
H A DNOTES-PERL.md99 libtext-template-perl - perl module to process text templates
100 $ sudo apt-get install libtext-template-perl
/openssl/ssl/record/methods/
H A Dtls13_meth.c310 OSSL_RECORD_TEMPLATE *template) in tls13_get_record_type() argument
312 if (rl->allow_plain_alerts && template->type == SSL3_RT_ALERT) in tls13_get_record_type()
/openssl/test/recipes/80-test_cmp_http_data/Mock/
H A Dtest.cnf111 ############################# extra cert template contents
/openssl/doc/man7/
H A Dprovider-keymgmt.pod24 int OSSL_FUNC_keymgmt_gen_set_template(void *genctx, void *template);
238 OSSL_FUNC_keymgmt_gen_set_template() should add I<template> to the context
239 I<genctx>. The I<template> is assumed to be a key object constructed
241 chooses can be used as a template for the key object to be generated.
243 parameters from this I<template>.
/openssl/apps/
H A Dreq.c264 char *template = default_config_file, *keyout = NULL; in req_main() local
323 template = opt_arg(); in req_main()
530 if ((req_conf = app_load_config_verbose(template, verbose)) == NULL) in req_main()
539 if (template != default_config_file && !app_load_modules(req_conf)) in req_main()
/openssl/doc/man1/
H A Dopenssl-cmp.pod.in22 [B<-template> I<filename>]
273 =item B<-template> I<filename>
314 in the requested certificate template in IR/CR/KUR messages.
315 If the NULL-DN (C</>) is given then no subject is placed in the template.
461 default issuer entry in the requested certificate template of an IR/CR/KUR.
462 Its public key is used as a fallback in the template of certification requests.
470 in the requested certificate template in IR/CR/KUR/RR messages.
471 If the NULL-DN (C</>) is given then no issuer is placed in the template.
810 serve as fallback values in the certificate template of IR/CR/KUR messages.
816 and as fallback issuer entry in the certificate template of IR/CR/KUR messages.
[all …]

Completed in 72 milliseconds

123