Home
last modified time | relevance | path

Searched refs:copy (Results 26 – 50 of 1226) sorted by relevance

12345678910>>...50

/openssl/apps/
H A Dopenssl.cnf105 # 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
H A Drehash.c360 char *buf = NULL, *copy = NULL; in do_dir() local
384 if ((copy = OPENSSL_strdup(filename)) == NULL in do_dir()
385 || sk_OPENSSL_STRING_push(files, copy) == 0) { in do_dir()
386 OPENSSL_free(copy); in do_dir()
/openssl/doc/man3/
H A DSSL_SESSION_get0_id_context.pod30 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
H A DX509_ACERT_get0_holder_baseCertId.pod70 respectively copy these values into the B<OSSL_ISSUER_SERIAL> structure.
71 The application is responsible for freeing its own copy of these values after
118 this file except in compliance with the License. You can obtain a copy
H A DASN1_STRING_TABLE_add.pod34 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
H A DOSSL_CMP_STATUSINFO_new.pod51 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
H A DOSSL_CMP_ATAV_set0.pod62 B<algId> and fills it in with a copy of the given I<alg>.
76 OSSL_CMP_ATAV_push1() pushes a copy of I<atav> to the stack of B<OSSL_CMP_ATAV>
114 this file except in compliance with the License. You can obtain a copy
H A DBIO_f_prefix.pod33 copy of it.
66 this file except in compliance with the License. You can obtain a copy
H A DX509_get_serialNumber.pod35 B<serial>. A copy of the serial number is used internally so B<serial> should
84 this file except in compliance with the License. You can obtain a copy
H A DEVP_VerifyInit.pod63 The call to EVP_VerifyFinal() internally finalizes a copy of the digest context.
69 Since only a copy of the digest context is ever finalized the context must
110 this file except in compliance with the License. You can obtain a copy
H A DSCT_new.pod106 The former takes ownership, whereas the latter makes a copy.
122 The former takes ownership, whereas the latter makes a copy.
128 The former takes ownership, whereas the latter makes a copy.
222 this file except in compliance with the License. You can obtain a copy
H A DSSL_set1_initial_peer_addr.pod36 This function makes a copy of the address passed by the caller; the B<BIO_ADDR>
57 this file except in compliance with the License. You can obtain a copy
H A DX509_NAME_add_entry_by_txt.pod39 X509_NAME_add_entry() adds a copy of B<X509_NAME_ENTRY> structure B<ne>
41 and B<set>. Since a copy of B<ne> is added B<ne> must be freed up after
123 this file except in compliance with the License. You can obtain a copy
H A DPKCS7_sign_add_signer.pod44 If B<PKCS7_REUSE_DIGEST> is set then an attempt is made to copy the content
46 An error occurs if a matching digest value cannot be found to copy. The
106 this file except in compliance with the License. You can obtain a copy
H A DCMS_add1_signer.pod50 If B<CMS_REUSE_DIGEST> is set then an attempt is made to copy the content
52 structure. An error occurs if a matching digest value cannot be found to copy.
105 this file except in compliance with the License. You can obtain a copy
/openssl/demos/http3/
H A Dgen_nghttp3.pl31 copy($file, "..");
/openssl/doc/designs/quic-design/
H A Dquic-requirements.md165 support "single copy" APIs in the future:
167 A single copy API would make it possible for application data being sent or
169 "single" copy allowed is to allow for the implicit copy in an encrypt or decrypt
172 Single copy for sending data occurs when the application supplies a buffer of
177 Single copy for receiving data occurs when a library supplied buffer is filled
/openssl/.ctags.d/openssl-stage2/
H A D10expand-macros.ctags5 # this file except in compliance with the License. You can obtain a copy
/openssl/doc/internal/man3/
H A Dossl_cmp_pkisi_get_status.pod56 ossl_cmp_certresponse_get1_cert() returns a pointer to a copy of the newly
95 this file except in compliance with the License. You can obtain a copy
/openssl/test/recipes/
H A D60-test_x509_store.t43 copy(srctop_file("test", "certs", "$_.pem"), curdir());
H A D90-test_store.t525 unless (copy srctop_file($srcfile), $dstfile) {
537 && copy(srctop_file('test', 'testx509.pem'),
539 && copy(srctop_file('test', 'testcrl.pem'),
/openssl/engines/
H A De_dasync.txt4 # this file except in compliance with the License. You can obtain a copy
H A De_ossltest.txt4 # this file except in compliance with the License. You can obtain a copy
/openssl/.ctags.d/
H A Dadd-dir.ctags5 # this file except in compliance with the License. You can obtain a copy
/openssl/ssl/
H A Dssl_conf.c664 char *commap = NULL, *copy = NULL; in cmd_RecordPadding() local
667 copy = OPENSSL_strdup(value); in cmd_RecordPadding()
668 if (copy == NULL) in cmd_RecordPadding()
670 commap = strstr(copy, ","); in cmd_RecordPadding()
674 OPENSSL_free(copy); in cmd_RecordPadding()
680 if (!OPENSSL_strtoul(copy, &endptr, 0, &block_padding)) in cmd_RecordPadding()
684 OPENSSL_free(copy); in cmd_RecordPadding()

Completed in 33 milliseconds

12345678910>>...50