/openssl/crypto/x509/ |
H A D | x_x509a.c | 29 ASN1_OPT(X509_CERT_AUX, alias, ASN1_UTF8STRING), 54 if (!x || !x->aux || !x->aux->alias) in X509_alias_set1() 56 ASN1_UTF8STRING_free(x->aux->alias); in X509_alias_set1() 57 x->aux->alias = NULL; in X509_alias_set1() 62 if (aux->alias == NULL && (aux->alias = ASN1_UTF8STRING_new()) == NULL) in X509_alias_set1() 64 return ASN1_STRING_set(aux->alias, name, len); in X509_alias_set1() 87 if (!x->aux || !x->aux->alias) in X509_alias_get0() 90 *len = x->aux->alias->length; in X509_alias_get0() 91 return x->aux->alias->data; in X509_alias_get0()
|
H A D | t_x509.c | 320 const unsigned char *alias, *keyid; in X509_aux_print() local 357 alias = X509_alias_get0(x, &i); in X509_aux_print() 358 if (alias) in X509_aux_print() 359 BIO_printf(out, "%*sAlias: %.*s\n", indent, "", i, alias); in X509_aux_print()
|
/openssl/util/perl/OpenSSL/ |
H A D | Ordinals.pm | 497 my $alias = $self->{aliases}->{$name}; 502 push @returns, $self->add_alias($source, $alias->{name}, $name, @{$alias->{defs}}) 503 if defined $alias; 522 my $alias = shift; # This is the alias being added 530 croak "You're kidding me... $alias == $name" if $alias eq $name; 538 my $f_byalias = f_name($alias); 546 croak "Alias already exists ($alias => $name)" 552 name => $alias, defs => [ @defs ] }; 555 "\tSet future alias $alias => $name\n" 573 name => $alias, [all …]
|
/openssl/crypto/objects/ |
H A D | o_names.c | 154 int num = 0, alias; in OBJ_NAME_get() local 164 alias = type & OBJ_NAME_ALIAS; in OBJ_NAME_get() 174 if ((ret->alias) && !alias) { in OBJ_NAME_get() 191 int alias, ok = 0; in OBJ_NAME_add() local 196 alias = type & OBJ_NAME_ALIAS; in OBJ_NAME_add() 204 onp->alias = alias; in OBJ_NAME_add()
|
/openssl/apps/ |
H A D | storeutl.c | 86 char *alias = NULL, *digestname = NULL; in storeutl_main() local 237 if (alias != NULL) { in storeutl_main() 242 if ((alias = OPENSSL_strdup(opt_arg())) == NULL) { in storeutl_main() 300 if ((search = OSSL_STORE_SEARCH_by_alias(alias)) == NULL) { in storeutl_main() 322 OPENSSL_free(alias); in storeutl_main()
|
H A D | x509.c | 282 char *CAkeyfile = NULL, *CAserial = NULL, *pubkeyfile = NULL, *alias = NULL; in x509_main() local 471 alias = opt_arg(); in x509_main() 814 if (alias) in x509_main() 815 X509_alias_set1(x, (unsigned char *)alias, -1); in x509_main()
|
/openssl/doc/man3/ |
H A D | OSSL_STORE_SEARCH.pod | 32 OSSL_STORE_SEARCH *OSSL_STORE_SEARCH_by_alias(const char *alias); 71 and serial number pair, a key fingerprint, and an alias (for example a friendly 130 This criterion supports a search by match of an alias of some kind. 131 The alias in itself is a simple C string. 133 and the actual alias is retrieved with OSSL_STORE_SEARCH_get0_string().
|
H A D | SSL_get_peer_tmp_key.pod | 24 SSL_get_server_tmp_key() is a backwards compatibility alias for
|
H A D | OSSL_CMP_MSG_http_perform.pod | 20 any "CMP alias" optionally specified via L<OSSL_CMP_CTX_set1_serverPath(3)>.
|
H A D | SSL_get_peer_certificate.pod | 47 SSL_get_peer_certificate() is an alias of SSL_get1_peer_certificate().
|
H A D | PKCS12_create.pod | 75 If I<name> is B<NULL> and I<cert> contains an I<alias> then this will be 81 For all certificates in I<ca> then if a certificate contains an I<alias> or
|
H A D | PKCS12_add_cert.pod | 48 If a certificate contains an I<alias> or a I<keyid> then this will be
|
H A D | PKCS12_parse.pod | 34 certificate will be stored in the B<alias> and B<keyid> attributes of the
|
/openssl/doc/man1/ |
H A D | openssl-storeutl.pod.in | 27 [B<-alias> I<arg>] 115 =item B<-alias> I<arg> 117 Search for an object having the given alias.
|
H A D | openssl-x509.pod.in | 31 [B<-alias>] 193 This option is an alias of B<-key>. 221 Note: the B<-alias> and B<-purpose> options are also printing options 252 =item B<-alias> 254 Prints the certificate "alias" (nickname), if any. 446 This option is an alias of B<-set_subject>. 576 and prohibited uses of the certificate and possibly an "alias" (nickname). 605 Sets the "alias" of the certificate. This will allow the certificate 783 Set a certificate to be trusted for SSL client use and change set its alias to 828 keeping the old name as an alias.
|
H A D | openssl-cmds.pod.in | 145 to be available at I<cmd>(1). Later, the alias B<openssl-I<cmd>>(1) was
|
/openssl/crypto/evp/ |
H A D | names.c | 206 if (nm->alias) in do_all_cipher_fn() 249 if (nm->alias) in do_all_md_fn()
|
/openssl/doc/man7/ |
H A D | EVP_KDF-X942-CONCAT.pod | 18 This is an alias for "X963KDF".
|
H A D | EVP_MD-SHAKE.pod | 69 An alias of "xoflen".
|
H A D | provider-storemgmt.pod | 182 =item "alias" (B<OSSL_STORE_PARAM_ALIAS>) <UTF8 string> 185 alias (some call it a "friendly name").
|
/openssl/VMS/ |
H A D | openssl_shutdown.com.in | 9 $ ! P2 If the value is "NOALIASES", no alias logical names are
|
/openssl/include/openssl/ |
H A D | objects.h | 45 int alias; member
|
H A D | evp.h | 688 # define EVP_add_cipher_alias(n,alias) \ argument 689 OBJ_NAME_add((alias),OBJ_NAME_TYPE_CIPHER_METH|OBJ_NAME_ALIAS,(n)) 690 # define EVP_add_digest_alias(n,alias) \ argument 691 OBJ_NAME_add((alias),OBJ_NAME_TYPE_MD_METH|OBJ_NAME_ALIAS,(n)) 692 # define EVP_delete_cipher_alias(alias) \ argument 693 OBJ_NAME_remove(alias,OBJ_NAME_TYPE_CIPHER_METH|OBJ_NAME_ALIAS); 694 # define EVP_delete_digest_alias(alias) \ argument 695 OBJ_NAME_remove(alias,OBJ_NAME_TYPE_MD_METH|OBJ_NAME_ALIAS);
|
H A D | store.h | 234 OSSL_STORE_SEARCH *OSSL_STORE_SEARCH_by_alias(const char *alias);
|
/openssl/crypto/store/ |
H A D | store_lib.c | 963 OSSL_STORE_SEARCH *OSSL_STORE_SEARCH_by_alias(const char *alias) in OSSL_STORE_SEARCH_by_alias() argument 971 search->string = (const unsigned char *)alias; in OSSL_STORE_SEARCH_by_alias() 972 search->stringlength = strlen(alias); in OSSL_STORE_SEARCH_by_alias()
|