Home
last modified time | relevance | path

Searched refs:create (Results 26 – 50 of 179) sorted by relevance

12345678

/openssl/doc/man7/
H A Dossl-guide-tls-introduction.pod213 as a "factory" for creating B<SSL> objects. You can create a single B<SSL_CTX>
214 object and then create multiple connections (i.e. B<SSL> objects) from it.
220 it is considered best practice to create one B<SSL_CTX> for use by multiple
222 create.
226 example you might create a B<BIO> to represent a TCP socket. The B<SSL> object
231 It is up to the application programmer to create the B<BIO> objects that are
253 A server will create a socket for listening for incoming connection attempts
254 from clients. Once a connection attempt is made the server will create an B<SSL>
H A Dopenssl-threads.pod82 to create per-connection B<SSL> objects by calling L<SSL_new(3)>.
84 not safe to modify the factory object after it has been used to create
H A Dossl-guide-tls-server-block.pod40 The first step is to create an B<SSL_CTX> object for our server. We use the
57 errx(res, "Failed to create server SSL_CTX");
200 That is all the setup that we need to do for the B<SSL_CTX>. Next we create an
255 Next, we create an B<SSL> object by calling the B<SSL_new(3)> function and
/openssl/doc/man3/
H A DASN1_item_new.pod6 - create new ASN.1 values
H A DSSL_new.pod5 SSL_dup, SSL_new, SSL_up_ref - create an SSL structure for a connection
30 B<SSL_CTX> that was used to create I<s>. It additionally duplicates a subset of
H A DDSA_dup_DH.pod5 DSA_dup_DH - create a DH structure out of DSA structure
H A DBIO_meth_new.pod51 int BIO_meth_set_create(BIO_METHOD *biom, int (*create)(BIO *));
145 be passed as a parameter to the function. If a create function is set,
147 L<BIO_set_init(3)> must then be called either by the create function, or later,
H A DCMS_sign_receipt.pod5 CMS_sign_receipt - create a CMS signed receipt
H A DDH_new_by_nid.pod5 DH_new_by_nid, DH_get_nid - create or get DH named parameters
H A DUI_UTIL_read_pw.pod30 UI_UTIL_wrap_read_pem_callback() can be used to create a temporary
H A DBIO_parse_hostserv.pod22 create strings with the hostname and service name and give those
H A DOSSL_STORE_SEARCH.pod17 - Type and functions to create OSSL_STORE search criteria
70 are used to create an B<OSSL_STORE_SEARCH> from a subject name, an issuer name
H A DCOMP_CTX_new.pod56 COMP_CTX_new() is used to create a new B<COMP_CTX> structure used to compress data.
104 create a B<BIO> via B<BIO_new(3)> to read and write compressed files or streams.
H A DEC_GROUP_new.pod123 EC_GROUP_new_from_ecparameters() will create a group from the
125 EC_GROUP_new_from_ecpkparameters() will create a group from the specific PK
150 Whilst the library can be used to create any curve using the functions described
H A DSSL_CTX_set_tlsext_ticket_key_cb.pod37 message. It is the responsibility of this function to create or retrieve the
48 ticket information or it starts a full TLS handshake to create a new session
164 if (enc) { /* create new session */
H A DBN_copy.pod27 might commonly be used to create a temporary copy of a BIGNUM with the
/openssl/include/internal/
H A Dbio.h27 int (*create) (BIO *); member
/openssl/engines/
H A De_capi.txt9 CAPI_R_CANT_CREATE_HASH_OBJECT:100:can't create hash object
/openssl/crypto/objects/
H A DREADME.md16 create the C macros SN_base, LN_base, NID_base and OBJ_base.
/openssl/doc/man1/
H A DCA.pl.pod163 Complete certificate creation example: create a CA, create a request, sign
164 the request and finally create a PKCS#12 file containing it.
H A Dopenssl-nseq.pod.in6 openssl-nseq - create or examine a Netscape certificate sequence
/openssl/test/recipes/
H A D01-test_symbol_presence.t104 }, create => 0, cleanup => 0;
H A D80-test_tsa.t250 }, create => 1, cleanup => 1
/openssl/doc/designs/quic-design/
H A Ddemuxer.md32 - on the server side packets can create a new connection potentially
/openssl/doc/HOWTO/
H A Ddocumenting-functions-and-macros.md23 So, create a new `.pod` file named `doc/man3/FUNCTION.pod`.
26 you can create a single pod file in which you document them together.

Completed in 32 milliseconds

12345678