Home
last modified time | relevance | path

Searched refs:new (Results 101 – 125 of 359) sorted by relevance

12345678910>>...15

/openssl/doc/man3/
H A DDTLS_set_timer_cb.pod21 called by DTLS for every new DTLS packet that is sent.
H A DGENERAL_NAME.pod19 GENERAL_NAME_set1_X509_NAME() creates a new GENERAL_NAME of type GEN_DIRNAME
H A DX509v3_get_ext_by_NID.pod86 If I<loc> is -1, the new extension is added to the end.
87 A new STACK is allocated if I<*x> is NULL.
92 Otherwise a new stack is allocated if I<*target> is NULL.
H A DSSL_CTX_set_record_padding_callback.pod38 for TLS 1.3 records. The value set in B<ctx> is copied to a new SSL by SSL_new().
44 set in B<ctx> is copied to a new SSL by SSL_new().
H A DSSL_get_default_timeout.pod20 Whenever a new session is negotiated, it is assigned a timeout value,
H A DSSL_session_reused.pod32 A new session was negotiated.
H A DPKCS12_init.pod5 PKCS12_init, PKCS12_init_ex - Create a new empty PKCS#12 structure
H A DBN_mod_inverse.pod18 a new B<BIGNUM> is created.
H A DBN_generate_prime.pod165 B<BN_GENCB> structure that are supported: "new" style and "old" style. New
166 programs should prefer the "new" style, whilst the "old" style is provided
173 For "new" style callbacks a BN_GENCB structure should be initialised with a
181 the type of the callback and will invoke B<callback(a, b, gencb)> for new
H A DSSL_CTX_use_certificate.pod97 pair, the new certificate needs to be set first with SSL_use_certificate() or
175 All of the functions to set a new certificate will replace any existing
177 functions to set a new private key will replace any private key that has already
179 L<SSL_check_private_key(3)> as appropriate after loading a new certificate and
H A DASN1_OBJECT_new.pod26 Although ASN1_OBJECT_new() allocates a new B<ASN1_OBJECT> structure it
H A DERR_load_strings.pod42 ERR_get_next_error_library() returns zero on failure, otherwise a new
H A DX509_STORE_new.pod21 The X509_STORE_new() function returns a new X509_STORE.
H A DBN_BLINDING_new.pod43 BN_BLINDING_new() allocates a new B<BN_BLINDING> structure and copies
84 BN_BLINDING_create_param() creates new B<BN_BLINDING> parameters
/openssl/doc/man7/
H A Dossl-guide-tls-server-block.pod221 function will accept new connections.
234 error reports are related to just the new connection.
236 /* Pristine error stack for each new connection */
260 /* Associate a new SSL handle with the new connection */
263 warnx("Error creating SSL handle for new connection");
H A Dossl-guide-quic-multi-stream.pod72 It is recommended that new multi-stream applications should not use a default
79 An endpoint can create a new stream by calling L<SSL_new_stream(3)>. This
84 The function returns a new QUIC stream B<SSL> object for sending and receiving
90 application can call L<SSL_accept_stream(3)> to create a new B<SSL> object for
95 When using a default stream OpenSSL will prevent new streams from being
203 * We create two new client initiated streams. The first will be
345 we assume that the server initiates a new stream to send us back the data that
347 blocking application this will wait indefinitely until the new stream has
364 printf("Failed to accept a new stream\n");
/openssl/doc/man1/
H A Dopenssl-x509.pod.in14 [B<-new>]
117 This option cannot be combined with the B<-new> flag.
125 =item B<-new>
177 This option provides the private key for signing a new certificate or
180 the new certificate or certificate request, resulting in a self-signature.
441 This option can be used with the B<-new> and B<-force_pubkey> options to create
450 When a new certificate or certificate request is created
456 This option can be used in conjunction with b<-new> and B<-set_subject>
464 When transforming a certificate to a new certificate
520 The subject name of the "CA" certificate is placed as issuer name in the new
[all …]
/openssl/test/certs/
H A Dmkcert.sh74 openssl req -new -"${OPENSSL_SIGALG}" -key "${key}.pem" \
85 openssl req -new -"${OPENSSL_SIGALG}" -subj / -key "${key}.pem" \
/openssl/test/recipes/90-test_includes_data/conf-includes/
H A Dincludes1.cnf18 new_certs_dir = $dir/new_certs # default place for new certs.
/openssl/crypto/
H A DREADME-sparse_array.md74 Inserting at element 2N+1 creates a new root node and pushes down the old root
76 user's new data:
/openssl/demos/sslecho/
H A DREADME.md14 The new client code illustrates that:
/openssl/test/
H A DREADME-external.md135 - Go to root directory, there should be a new git status:
140 # modified: `<submodule-dir>` (new commits)
/openssl/doc/designs/quic-design/
H A Dquic-api.md5 the new and changed APIs, and the design constraints motivating those API
55 - [`SSL_new_stream`](#-ssl-new-stream-)
64 - [`BIO_new_bio_pair`](#-bio-new-bio-pair-)
67 + [New APIs](#new-apis)
85 Non-SSL object APIs which are new or changed, or otherwise discussed in this
136 - **New**: The API is new for QUIC.
869 The above new APIs are built on constructively to facilitate multi-stream
1009 * Create a new SSL object representing a single additional stream.
1234 The BIO interface features a new high-performance API for the execution of
1243 This new BIO API includes:
[all …]
/openssl/crypto/x509/
H A Dx_all.c522 ASN1_OCTET_STRING *new; in X509_digest_sig() local
590 || (new = ASN1_OCTET_STRING_new()) == NULL) in X509_digest_sig()
592 if (ASN1_OCTET_STRING_set(new, hash, len)) { in X509_digest_sig()
597 return new; in X509_digest_sig()
599 ASN1_OCTET_STRING_free(new); in X509_digest_sig()
/openssl/
H A DREADME-QUIC.md7 Users interested in using the new QUIC functionality are encouraged to look at
10 - The new [OpenSSL Guide], which provides introductory guides on the use of TLS,

Completed in 51 milliseconds

12345678910>>...15