/openssl/doc/man3/ |
H A D | SSL_shutdown.pod | 40 shutdown process and return 0 to indicate that the shutdown process has not yet 41 completed. Once the shutdown process has completed, subsequent calls to 52 close_notify alert message. The shutdown process for SSL/TLS and DTLS 74 peer. The shutdown process will then be considered completed once the peer 89 If the peer was the first to initiate the shutdown process by sending a 110 If the underlying BIO is nonblocking and the shutdown process is not yet 119 process is complete (with a close_notify alert having both been sent and 162 this case, the full shutdown process must be performed to ensure 284 other words, the shutdown process waits until all data written by the 382 The shutdown process is ongoing and has not yet completed. [all …]
|
H A D | OPENSSL_fork_prepare.pod | 27 OpenSSL has state that should be reset when a process forks. For example, 45 process should call OPENSSL_fork_parent() and the child process should
|
H A D | PEM_read_bio_PrivateKey.pod | 253 The B<PUBKEY> functions process a public key using an EVP_PKEY 262 The B<RSAPublicKey> functions process an RSA public key using an 266 The B<RSA_PUBKEY> functions also process an RSA public key using 271 The B<DSAPrivateKey> functions process a DSA private key using a 276 The B<DSA_PUBKEY> functions process a DSA public key using 287 The B<DSAparams> functions process DSA parameters using a DSA 291 The B<DHparams> functions process DH parameters using a DH 295 The B<X509> functions process an X509 certificate using an X509 296 structure. They will also process a trusted X509 certificate but 305 The B<X509_REQ> and B<X509_REQ_NEW> functions process a PKCS#10 [all …]
|
H A D | SSL_CTX_set_verify.pod | 58 This process may even be repeated if need be. 93 certificate verification process can be checked after the TLS/SSL handshake 100 The certificate returned (if any) is checked. If the verification process 108 B<Client mode:> the server certificate is verified. If the verification process 191 verification process. If B<verify_callback> returns 0, the verification 192 process is immediately stopped with "verification failed" state. If 195 the verification process is continued. If B<verify_callback> always returns 197 failures and the connection will be established. The calling process can
|
H A D | OSSL_DECODER_from_bio.pod | 30 OSSL_DECODER_from_data() runs the decoding process for the context I<ctx>, 36 OSSL_DECODER_from_bio() runs the decoding process for the context I<ctx>,
|
H A D | OSSL_ENCODER_to_bio.pod | 30 OSSL_ENCODER_to_data() runs the encoding process for the context I<ctx>, 41 OSSL_ENCODER_to_bio() runs the encoding process for the context I<ctx>, with
|
H A D | SSL_CTX_set_cert_verify_callback.pod | 51 This process may even be repeated if need be. 76 B<verify_callback> function called during the verification process. The
|
H A D | OSSL_STORE_attach.pod | 22 should be used to process the data. The reference count of the B<BIO> object
|
H A D | ASN1_item_new.pod | 20 required during the process then they will use the B<OSSL_LIB_CTX> provided in
|
H A D | ASN1_item_d2i_bio.pod | 44 during the process then they will use the B<OSSL_LIB_CTX>provided in the 57 algorithm fetches are required during the process then they will use the
|
H A D | SSL_CONF_CTX_set_ssl_ctx.pod | 30 or to process defaults.
|
H A D | BIO_s_connect.pod | 96 non blocking I/O is set during the connect process. 141 so to separate the connection process from other I/O processing. 147 connection process with the reason BIO_RR_CONNECT. If this is returned
|
H A D | X509_get0_distinguishing_id.pod | 27 an entity in the authentication process.
|
H A D | OSSL_PARAM_dup.pod | 20 duplicated and merged with other L<OSSL_PARAM(3)> to assist in this process.
|
H A D | SSL_CTX_set_mode.pod | 67 B<SSL_MODE_AUTO_RETRY> causes it to try to process the next record instead of 72 Setting B<SSL_MODE_AUTO_RETRY> for a nonblocking B<BIO> will process
|
/openssl/doc/designs/ddd/ |
H A D | REPORT.md | 4 The [QUIC Demo-Driven Design process](README.md) was undertaken to meet the OMC 7 process developed a set of representative demos modelling a variety of common 11 As part of this process, a set of proposed diffs were produced. These proposed 58 DDD process. 64 ddd-01-conn-blocking, the name resolution process is managed by `BIO_s_connect`. 104 original DDD process. As such, applications now use `BIO_get_rpoll_descriptor` 109 poll for `POLLOUT`, etc. has changed since the original DDD process. 114 has evolved since the original DDD process. The new API 231 poll for `POLLOUT`, etc. has changed since the original DDD process. 338 This report concludes the DDD process for the single-stream QUIC client API [all …]
|
/openssl/apps/ |
H A D | storeutl.c | 19 static int process(const char *uri, const UI_METHOD *uimeth, PW_CB_DATA *uidata, 315 ret = process(argv[0], get_ui_method(), &pw_cb_data, in storeutl_main() 346 static int process(const char *uri, const UI_METHOD *uimeth, PW_CB_DATA *uidata, in process() function 443 ret += process(suburi, uimeth, uidata, in process()
|
/openssl/test/ |
H A D | README-external.md | 83 GOST engine requires CMake for the build process. 106 oqsprovider requires CMake for the build process. 135 pkcs11-provider requires meson for the build process. Moreover, it requires
|
/openssl/engines/ |
H A D | e_loader_attic.txt | 18 ui process interrupted or cancelled
|
/openssl/doc/man7/ |
H A D | provider-decoder.pod | 67 can be called as the final step of the decoding process. 242 This means "carry on the decoding process", and is meaningful even though 251 This means "stop the decoding process", and is meaningful when the input 258 The conditions to stop the decoding process are at the discretion of the 292 OSSL_FUNC_decoder_decode() returns 1 to signal that the decoding process
|
/openssl/ |
H A D | HACKING.md | 32 To aid in this process, the generated files can be committed separately
|
H A D | README-FIPS.md | 11 FIPS 140 validation process. As this process takes a very long time, it is not 46 normal installation process. Simply follow the normal procedure (configure,
|
/openssl/VMS/ |
H A D | openssl_ivp.com.in | 4 $ ! It had better be spawned, as it creates process logicals
|
/openssl/doc/designs/quic-design/ |
H A D | quic-thread-assist.md | 27 can process some event which causes mutation of `foo`. 75 receive a `CONNECTION_CLOSE` frame and process it normally.
|
/openssl/crypto/err/ |
H A D | README.md | 51 The target will process relevant sources and generate error codes for
|