Home
last modified time | relevance | path

Searched refs:accept (Results 1 – 25 of 39) sorted by relevance

12

/openssl-master/doc/man3/
A DBIO_s_accept.pod9 BIO_set_bind_mode, BIO_get_bind_mode, BIO_do_accept - accept BIO
41 round the platform's TCP/IP socket accept routines.
54 If the close flag is set on an accept BIO then any active
63 the accept socket. See L<BIO_s_fd(3)>
95 be automatically freed when the accept BIO is freed.
133 that is the chain will be accept->otherbios->socket.
140 connection = BIO_pop(accept);
150 however because the accept BIO will still accept additional incoming
192 /* First call to BIO_accept() sets up accept BIO */
195 fprintf(stderr, "Error setting up accept\n");
[all …]
A DBIO_f_ssl.pod52 The SSL BIO is then reset to the initial accept or connect state.
240 * BIO chain is now 'swallowed' by the accept BIO and
241 * will be freed when the accept BIO is freed.
246 /* Setup accept BIO */
248 fprintf(stderr, "Error setting up accept BIO\n");
253 /* We only want one connection so remove and free accept BIO */
A DSSL_set_connect_state.pod36 call the connect (client) or accept (server) routines. Even though it may
A DSSL_read_early_data.pod193 the maximum amount of any early data that it will accept on any future
194 connection attempt. By default the server does not accept early data; a
235 decision is made to accept or reject early data. The callback is provided with a
274 changed to accept a lower max early data value such as by calling
A DSSL_new.pod76 =item initial accept (server) or connect (client) state
A DPKCS7_verify.pod81 One application of B<PKCS7_NOINTERN> is to only accept messages signed by
A DSSL_CTX_load_verify_locations.pod102 the list of CAs of which it will accept client certificates. This list
A DCMS_verify.pod82 One application of B<CMS_NOINTERN> is to only accept messages signed by
A DBIO_meth_new.pod74 File descriptor based BIOs (e.g. socket, fd, connect, accept etc) should
A DSSL_CTX_set_split_send_fragment.pod51 functions will only accept a value in the range 512 - SSL3_RT_MAX_PLAIN_LENGTH.
A DSSL_CTX_set_tlsext_servername_callback.pod165 the server did not accept it, and then a second handshake occurred where TLSv1.2
A DSSL_CTX_set_srp_password.pod107 The callback should return a positive value to accept the server parameters.
A DSSL_CTX_set_options.pod228 propose, and servers will not accept the extension.
236 not propose, and servers will not accept the extension.
/openssl-master/test/ssl-tests/
A D03-custom_verify.cnf11 test-6 = 6-noverify-accept-custom-allow
168 [6-noverify-accept-custom-allow]
169 ssl_conf = 6-noverify-accept-custom-allow-ssl
171 [6-noverify-accept-custom-allow-ssl]
172 server = 6-noverify-accept-custom-allow-server
173 client = 6-noverify-accept-custom-allow-client
175 [6-noverify-accept-custom-allow-server]
180 [6-noverify-accept-custom-allow-client]
185 client = 6-noverify-accept-custom-allow-client-extra
187 [6-noverify-accept-custom-allow-client-extra]
A D03-custom_verify.cnf.in100 name => "noverify-accept-custom-allow",
/openssl-master/include/internal/
A Dsockets.h57 # define accept(s,f,l) ((int)accept(s,f,l)) macro
/openssl-master/
A De_os.h392 # define accept(a,b,c) accept(a,(struct sockaddr *)b,c) macro
A DCONTRIBUTING.md19 To make it easier to review and accept your pull request, please follow these
53 often. We do not accept merge commits, you will have to remove them
A DNOTES-UNIX.md13 configuration scripts MUST be in a form that the compiler can accept.
14 This varies between systems, where some have compilers that accept
/openssl-master/engines/
A De_afalg.txt17 AFALG_R_SOCKET_ACCEPT_FAILED:110:socket accept failed
/openssl-master/crypto/bio/
A Dbio_sock2.c313 accepted_sock = accept(accept_sock, in BIO_accept_ex()
/openssl-master/doc/man1/
A Dopenssl-passphrase-options.pod16 Several OpenSSL commands accept password arguments, typically using B<-passin>
A Dopenssl-s_server.pod.in13 [B<-accept> I<val>]
171 =item B<-accept> I<val>
177 Unix domain socket to accept on.
852 End the current SSL connection but still accept new connections.
892 This command can be used to debug SSL clients. To accept connections
895 openssl s_server -accept 443 -www
/openssl-master/include/openssl/
A Dct.h.in354 * that "*pp" is large enough to accept all of the serialized data.
381 * that "*pp" is large enough to accept all of the serialized data.
A Dbio.h.in40 # define BIO_TYPE_DESCRIPTOR 0x0100 /* socket, fd, connect or accept */
254 /* Returned from the accept BIO when an accept would have blocked */

Completed in 48 milliseconds

12