Searched refs:accept (Results 1 – 25 of 39) sorted by relevance
12
/openssl-master/doc/man3/ |
A D | BIO_s_accept.pod | 9 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 D | BIO_f_ssl.pod | 52 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 D | SSL_set_connect_state.pod | 36 call the connect (client) or accept (server) routines. Even though it may
|
A D | SSL_read_early_data.pod | 193 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 D | SSL_new.pod | 76 =item initial accept (server) or connect (client) state
|
A D | PKCS7_verify.pod | 81 One application of B<PKCS7_NOINTERN> is to only accept messages signed by
|
A D | SSL_CTX_load_verify_locations.pod | 102 the list of CAs of which it will accept client certificates. This list
|
A D | CMS_verify.pod | 82 One application of B<CMS_NOINTERN> is to only accept messages signed by
|
A D | BIO_meth_new.pod | 74 File descriptor based BIOs (e.g. socket, fd, connect, accept etc) should
|
A D | SSL_CTX_set_split_send_fragment.pod | 51 functions will only accept a value in the range 512 - SSL3_RT_MAX_PLAIN_LENGTH.
|
A D | SSL_CTX_set_tlsext_servername_callback.pod | 165 the server did not accept it, and then a second handshake occurred where TLSv1.2
|
A D | SSL_CTX_set_srp_password.pod | 107 The callback should return a positive value to accept the server parameters.
|
A D | SSL_CTX_set_options.pod | 228 propose, and servers will not accept the extension. 236 not propose, and servers will not accept the extension.
|
/openssl-master/test/ssl-tests/ |
A D | 03-custom_verify.cnf | 11 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 D | 03-custom_verify.cnf.in | 100 name => "noverify-accept-custom-allow",
|
/openssl-master/include/internal/ |
A D | sockets.h | 57 # define accept(s,f,l) ((int)accept(s,f,l)) macro
|
/openssl-master/ |
A D | e_os.h | 392 # define accept(a,b,c) accept(a,(struct sockaddr *)b,c) macro
|
A D | CONTRIBUTING.md | 19 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 D | NOTES-UNIX.md | 13 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 D | e_afalg.txt | 17 AFALG_R_SOCKET_ACCEPT_FAILED:110:socket accept failed
|
/openssl-master/crypto/bio/ |
A D | bio_sock2.c | 313 accepted_sock = accept(accept_sock, in BIO_accept_ex()
|
/openssl-master/doc/man1/ |
A D | openssl-passphrase-options.pod | 16 Several OpenSSL commands accept password arguments, typically using B<-passin>
|
A D | openssl-s_server.pod.in | 13 [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 D | ct.h.in | 354 * 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 D | bio.h.in | 40 # 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