/openssl/crypto/asn1/ |
H A D | d2i_pu.c | 32 EVP_PKEY *copy = NULL; in d2i_PublicKey() local 45 if (!evp_pkey_copy_downgraded(©, ret)) in d2i_PublicKey() 51 if ((type != EVP_PKEY_get_id(ret) || copy != NULL) in d2i_PublicKey() 74 if (copy != NULL) { in d2i_PublicKey() 76 ret->pkey.ec = copy->pkey.ec; in d2i_PublicKey() 77 copy->pkey.ec = NULL; in d2i_PublicKey() 91 EVP_PKEY_free(copy); in d2i_PublicKey() 96 EVP_PKEY_free(copy); in d2i_PublicKey()
|
/openssl/util/ |
H A D | merge-err-lines | 23 my $copy = $_; 24 chop($copy); 25 $copy =~ s/ +$//; 28 $_ = $copy . ' ' . $next;
|
/openssl/doc/man3/ |
H A D | BN_copy.pod | 5 BN_copy, BN_dup, BN_with_flags - copy BIGNUMs 22 BN_with_flags creates a B<temporary> shallow copy of B<b> in B<dest>. It places 27 might commonly be used to create a temporary copy of a BIGNUM with the 28 B<BN_FLG_CONSTTIME> flag set for constant time operations. The temporary copy in 65 this file except in compliance with the License. You can obtain a copy
|
H A D | OSSL_PARAM_dup.pod | 6 - OSSL_PARAM array copy functions 23 deep copy of the data. 28 function does a shallow copy of the parameters. Either I<params> or I<params1> 56 this file except in compliance with the License. You can obtain a copy
|
H A D | OSSL_CMP_ITAV_new_caCerts.pod | 65 B<caCerts> and fills it with a copy of the provided list of certificates. 98 that contains either a copy of the distribution point name I<dpn> 99 or a copy of the certificate issuer I<issuer>, while giving both is an error. 100 If given, a copy of the CRL issuance time I<thisUpdate> is also included. 103 It fills the thisUpdate field with a copy of the thisUpdate field of I<crl> if present. 104 It fills the CRLSource field with a copy of the first data item found using the I<crl> 126 otherwise a copy of the certTemplate field value. 130 B<algId> or B<rsaKeyLen> and assigns to I<*keySpec> a copy of the keySpec field. 167 or including a singleton list a with copy of the provided CRL otherwise. 214 this file except in compliance with the License. You can obtain a copy
|
H A D | OSSL_CRMF_MSG_set1_regInfo_certReq.pod | 29 OSSL_CRMF_MSG_set1_regInfo_utf8Pairs() adds a copy of the given I<utf8pairs> 35 OSSL_CRMF_MSG_set1_regInfo_certReq() adds a copy of the given I<cr> value 64 this file except in compliance with the License. You can obtain a copy
|
H A D | SSL_SESSION_free.pod | 24 SSL_SESSION_dup() creates a new SSL_SESSION structure that is a copy of B<src>. 25 The copy is not owned by any cache that B<src> may have been in. 65 SSL_SESSION_dup returns a pointer to the new copy or NULL on error. 85 this file except in compliance with the License. You can obtain a copy
|
H A D | EVP_MD_meth_new.pod | 39 int EVP_MD_meth_set_copy(EVP_MD *md, int (*copy)(EVP_MD_CTX *to, 73 EVP_MD_meth_dup() creates a copy of B<md>. 145 from one B<EVP_MD_CTX> to another. If all that's needed is to copy 146 the data, there is no need for this copy function. 147 Note that the copy function is passed two B<EVP_MD_CTX *>, the private 149 This copy function is called by EVP_MD_CTX_copy() and 201 this file except in compliance with the License. You can obtain a copy
|
H A D | X509_new.pod | 45 chain B<x> and returns a copy of the stack, or an empty stack if B<a> is NULL. 58 each certificate. It also returns a copy of the stack, using sk_X509_dup(), 70 X509_chain_up_ref() returns a copy of the stack or NULL if an error occurred. 104 this file except in compliance with the License. You can obtain a copy
|
H A D | SSL_SESSION_get0_hostname.pod | 35 SSL_SESSION_set1_hostname() sets the SNI value for the hostname to a copy of 43 value in B<alpn> which should be of length B<len> bytes. A copy of the input 73 this file except in compliance with the License. You can obtain a copy
|
H A D | SSL_CTX_sess_set_get_cb.pod | 27 int len, int *copy); 94 B<data>. By setting the parameter B<copy> to B<1>, the callback can require the 96 setting B<copy> to B<0> causes the reference count to remain unchanged. 97 If the get_session_cb() does not write to B<copy>, the reference count 119 this file except in compliance with the License. You can obtain a copy
|
/openssl/test/ |
H A D | sslcorrupttest.c | 41 char *copy; in tls_corrupt_write() local 44 if (!TEST_ptr(copy = OPENSSL_memdup(in, inl))) in tls_corrupt_write() 47 copy[inl-1] ^= 1; in tls_corrupt_write() 48 ret = BIO_write(next, copy, inl); in tls_corrupt_write() 49 OPENSSL_free(copy); in tls_corrupt_write()
|
H A D | ffc_internal_test.c | 667 FFC_PARAMS *params, copy; in ffc_params_copy_test() local 669 ossl_ffc_params_init(©); in ffc_params_copy_test() 678 if (!TEST_true(ossl_ffc_params_copy(©, params))) in ffc_params_copy_test() 681 if (!TEST_int_eq(copy.keylength, 275)) in ffc_params_copy_test() 684 if (!TEST_true(ossl_ffc_params_cmp(©, params, 0))) in ffc_params_copy_test() 689 ossl_ffc_params_cleanup(©); in ffc_params_copy_test()
|
/openssl/doc/internal/man3/ |
H A D | ossl_cmp_asn1_octet_string_set1.pod | 21 referenced via the I<tgt> argument and assigns either a copy of 25 referenced via the I<tgt> argument and assigns either a copy of the given byte 41 this file except in compliance with the License. You can obtain a copy
|
H A D | ossl_cmp_X509_STORE_add1_certs.pod | 22 ossl_cmp_X509_STORE_get1_certs() retrieves a copy of all certificates in the 40 this file except in compliance with the License. You can obtain a copy
|
/openssl/test/recipes/ |
H A D | 80-test_ssl_old.t | 91 copy($CAcert, \*OUT); copy($Ucert, \*OUT); 95 copy($CAcert, \*OUT); copy($Ucert, \*OUT); copy($P1cert, \*OUT); 350 copy($Ucert, $P1intermediate); 376 copy($Ucert, \*OUT); copy($P1cert, \*OUT);
|
H A D | 25-test_verify.t | 560 and copy($cert_file, $certplusrsa) 561 and copy($rsa_file, $certplusrsa) 574 and copy($rsa_file, $rsapluscert) 575 and copy($cert_file, $rsapluscert)
|
H A D | 80-test_ocsp.t | 240 copy($inout1, $backup1); 246 copy($inout2, $backup2);
|
/openssl/Configurations/ |
H A D | windows-makefile.tmpl | 538 @"$(PERL)" "$(SRCDIR)\util\copy.pl" "$(SRCDIR)\apps\openssl.cnf" \ 544 "$(PERL)" "$(SRCDIR)\util\copy.pl" $(MISC_SCRIPTS) \ 557 @"$(PERL)" "$(SRCDIR)\util\copy.pl" "$(SRCDIR)\ms\applink.c" \ 560 @"$(PERL)" "$(SRCDIR)\util\copy.pl" "-exclude_re=/__DECC_" \ 566 @"$(PERL)" "$(SRCDIR)\util\copy.pl" $(INSTALL_LIBS) "$(libdir)" 568 "$(PERL)" "$(SRCDIR)\util\copy.pl" ossl_static.pdb "$(libdir)" 607 "$(PERL)" "$(SRCDIR)\util\copy.pl" $(INSTALL_SHLIBPDBS) \ 616 "$(PERL)" "$(SRCDIR)\util\copy.pl" $(INSTALL_PROGRAMS) \ 619 "$(PERL)" "$(SRCDIR)\util\copy.pl" $(INSTALL_PROGRAMPDBS) \ 622 "$(PERL)" "$(SRCDIR)\util\copy.pl" $(BIN_SCRIPTS) \ [all …]
|
/openssl/crypto/x509/ |
H A D | x509_vpm.c | 39 char *copy; in int_x509_param_set_hosts() local 60 copy = OPENSSL_strndup(name, namelen); in int_x509_param_set_hosts() 61 if (copy == NULL) in int_x509_param_set_hosts() 66 OPENSSL_free(copy); in int_x509_param_set_hosts() 70 if (!sk_OPENSSL_STRING_push(vpm->hosts, copy)) { in int_x509_param_set_hosts() 71 OPENSSL_free(copy); in int_x509_param_set_hosts()
|
/openssl/doc/internal/man7/ |
H A D | EVP_PKEY.pod | 70 L<EVP_PKEY_get0_RSA(3)> is a cached copy of the key. Changes to the cached 71 copy are not reflected back in the provider key. 151 the previous time. This is done by comparing it with a copy of the 194 cached copy of the provider key in legacy form. Once the cached copy is created 196 the cached legacy copy. Similarly changes made to the cached legacy copy are not 208 this file except in compliance with the License. You can obtain a copy
|
/openssl/external/perl/Text-Template-1.56/ |
H A D | LICENSE | 27 Everyone is permitted to copy and distribute verbatim copies 58 (2) offer you this license which gives you legal permission to copy, 82 1. You may copy and distribute verbatim copies of the Program's source 84 appropriately publish on each copy an appropriate copyright notice and 87 other recipients of the Program a copy of this General Public License 89 transferring a copy. 111 conditions, and telling the user how to view a copy of this General 115 copy, and you may at your option offer warranty protection in 149 4. You may not copy, modify, sublicense, distribute or transfer the 164 licensor to copy, distribute or modify the Program subject to these [all …]
|
/openssl/crypto/ec/ |
H A D | ec_kmeth.c | 198 int (*copy)(EC_KEY *dest, const EC_KEY *src), in EC_KEY_METHOD_set_init() 207 meth->copy = copy; in EC_KEY_METHOD_set_init() 277 *pcopy = meth->copy; in EC_KEY_METHOD_get_init()
|
/openssl/crypto/property/ |
H A D | property_parse.c | 543 const OSSL_PROPERTY_DEFINITION *copy; in ossl_property_merge() local 556 copy = &bp[j++]; in ossl_property_merge() 558 copy = &ap[i++]; in ossl_property_merge() 562 copy = &ap[i++]; in ossl_property_merge() 564 copy = &bp[j++]; in ossl_property_merge() 566 memcpy(r->properties + n, copy, sizeof(r->properties[0])); in ossl_property_merge() 567 r->has_optional |= copy->optional; in ossl_property_merge()
|
/openssl/crypto/pem/ |
H A D | pem_pkey.c | 345 EVP_PKEY *copy = NULL; in PEM_write_bio_PrivateKey_traditional() local 353 && evp_pkey_copy_downgraded(©, x)) in PEM_write_bio_PrivateKey_traditional() 354 x = copy; in PEM_write_bio_PrivateKey_traditional() 358 EVP_PKEY_free(copy); in PEM_write_bio_PrivateKey_traditional() 365 EVP_PKEY_free(copy); in PEM_write_bio_PrivateKey_traditional()
|