/openssl-master/util/ |
A D | merge-err-lines | 23 my $copy = $_; 24 chop($copy); 25 $copy =~ s/ +$//; 28 $_ = $copy . ' ' . $next;
|
/openssl-master/doc/man3/ |
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
|
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> 55 this file except in compliance with the License. You can obtain a copy
|
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
|
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>. 144 from one B<EVP_MD_CTX> to another. If all that's needed is to copy 145 the data, there is no need for this copy function. 146 Note that the copy function is passed two B<EVP_MD_CTX *>, the private 148 This copy function is called by EVP_MD_CTX_copy() and 200 this file except in compliance with the License. You can obtain a copy
|
A D | X509_new.pod | 41 chain B<x> and returns a copy of the stack, or an empty stack if B<a> is NULL. 50 each certificate. It also returns a copy of the stack, using sk_X509_dup(), 62 X509_chain_up_ref() returns a copy of the stack or NULL if an error occurred. 92 this file except in compliance with the License. You can obtain a copy
|
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
|
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
|
A D | SSL_SESSION_get0_id_context.pod | 30 SSL_SESSION_set1_id_context() takes a copy of the provided ID context given in 52 this file except in compliance with the License. You can obtain a copy
|
A D | X509_get_serialNumber.pod | 28 B<serial>. A copy of the serial number is used internally so B<serial> should 68 this file except in compliance with the License. You can obtain a copy
|
A D | ASN1_STRING_TABLE_add.pod | 34 a copy of the standard B<ASN1_STRING_TABLE> is created and updated with 61 this file except in compliance with the License. You can obtain a copy
|
A D | OSSL_CMP_STATUSINFO_new.pod | 51 return a copy of the buffer pointer containing the string or NULL on error. 62 this file except in compliance with the License. You can obtain a copy
|
/openssl-master/test/recipes/ |
A D | 80-test_ssl_old.t | 89 copy($CAcert, \*OUT); copy($Ucert, \*OUT); 93 copy($CAcert, \*OUT); copy($Ucert, \*OUT); copy($P1cert, \*OUT); 287 copy($Ucert, $P1intermediate); 313 copy($Ucert, \*OUT); copy($P1cert, \*OUT);
|
A D | 25-test_verify.t | 463 and copy($cert_file, $certplusrsa) 464 and copy($rsa_file, $certplusrsa) 477 and copy($rsa_file, $rsapluscert) 478 and copy($cert_file, $rsapluscert)
|
/openssl-master/test/ |
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()
|
/openssl-master/doc/internal/man3/ |
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
|
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-master/Configurations/ |
A D | windows-makefile.tmpl | 528 @"$(PERL)" "$(SRCDIR)\util\copy.pl" "$(SRCDIR)\apps\openssl.cnf" \ 534 "$(PERL)" "$(SRCDIR)\util\copy.pl" $(MISC_SCRIPTS) \ 547 @"$(PERL)" "$(SRCDIR)\util\copy.pl" "$(SRCDIR)\ms\applink.c" \ 550 @"$(PERL)" "$(SRCDIR)\util\copy.pl" "-exclude_re=/__DECC_" \ 556 @"$(PERL)" "$(SRCDIR)\util\copy.pl" $(INSTALL_LIBS) "$(libdir)" 558 "$(PERL)" "$(SRCDIR)\util\copy.pl" ossl_static.pdb "$(libdir)" 595 "$(PERL)" "$(SRCDIR)\util\copy.pl" $(INSTALL_SHLIBPDBS) \ 604 "$(PERL)" "$(SRCDIR)\util\copy.pl" $(INSTALL_PROGRAMS) \ 607 "$(PERL)" "$(SRCDIR)\util\copy.pl" $(INSTALL_PROGRAMPDBS) \ 610 "$(PERL)" "$(SRCDIR)\util\copy.pl" $(BIN_SCRIPTS) \ [all …]
|
/openssl-master/crypto/x509/ |
A D | x509_vpm.c | 39 char *copy; in int_x509_param_set_hosts() local 59 copy = OPENSSL_strndup(name, namelen); in int_x509_param_set_hosts() 60 if (copy == NULL) in int_x509_param_set_hosts() 65 OPENSSL_free(copy); in int_x509_param_set_hosts() 69 if (!sk_OPENSSL_STRING_push(vpm->hosts, copy)) { in int_x509_param_set_hosts() 70 OPENSSL_free(copy); in int_x509_param_set_hosts()
|
/openssl-master/doc/internal/man7/ |
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-master/crypto/property/ |
A D | property_parse.c | 513 const OSSL_PROPERTY_DEFINITION *copy; in ossl_property_merge() local 526 copy = &bp[j++]; in ossl_property_merge() 528 copy = &ap[i++]; in ossl_property_merge() 532 copy = &ap[i++]; in ossl_property_merge() 534 copy = &bp[j++]; in ossl_property_merge() 536 memcpy(r->properties + n, copy, sizeof(r->properties[0])); in ossl_property_merge() 537 r->has_optional |= copy->optional; in ossl_property_merge()
|
/openssl-master/external/perl/Text-Template-1.56/ |
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-master/crypto/ec/ |
A D | ec_kmeth.c | 203 int (*copy)(EC_KEY *dest, const EC_KEY *src), in EC_KEY_METHOD_set_init() 212 meth->copy = copy; in EC_KEY_METHOD_set_init() 282 *pcopy = meth->copy; in EC_KEY_METHOD_get_init()
|
/openssl-master/apps/ |
A D | openssl-vms.cnf | 105 # copy_extensions = copy 220 # subjectAltName=email:copy 226 # issuerAltName=issuer:copy 258 # subjectAltName=email:copy 260 # issuerAltName=issuer:copy 273 # issuerAltName=issuer:copy 293 # subjectAltName=email:copy 299 # issuerAltName=issuer:copy
|
A D | openssl.cnf | 105 # copy_extensions = copy 220 # subjectAltName=email:copy 226 # issuerAltName=issuer:copy 258 # subjectAltName=email:copy 260 # issuerAltName=issuer:copy 273 # issuerAltName=issuer:copy 293 # subjectAltName=email:copy 299 # issuerAltName=issuer:copy
|