Searched refs:extend (Results 1 – 12 of 12) sorted by relevance
/openssl/ssl/record/methods/ |
H A D | ktls_meth.c | 348 static int ktls_read_n(OSSL_RECORD_LAYER *rl, size_t n, size_t max, int extend, in ktls_read_n() argument 353 ret = tls_default_read_n(rl, n, max, extend, clearold, readbytes); in ktls_read_n()
|
H A D | recmethod_local.h | 127 int (*read_n)(OSSL_RECORD_LAYER *rl, size_t n, size_t max, int extend, 416 int tls_default_read_n(OSSL_RECORD_LAYER *rl, size_t n, size_t max, int extend,
|
H A D | tls_common.c | 294 int tls_default_read_n(OSSL_RECORD_LAYER *rl, size_t n, size_t max, int extend, in tls_default_read_n() argument 320 if (!extend) { in tls_default_read_n() 354 if (left == 0 && extend) { in tls_default_read_n()
|
/openssl/doc/man3/ |
H A D | SSL_SESSION_get_time.pod | 61 Using these functions it is possible to extend or shorten the lifetime
|
H A D | SSL_CTX_set_max_cert_list.pod | 47 For special applications it can be necessary to extend the maximum certificate
|
H A D | SSL_CTX_set1_curves.pod | 71 preference order. If an application uses an external provider to extend OpenSSL
|
H A D | OSSL_PARAM.pod | 78 Developers are free to extend or replace those as they see fit.
|
/openssl/ |
H A D | NOTES-ANDROID.md | 25 you still need to know the prefix to extend your PATH, in order to
|
H A D | CHANGES.md | 988 * Fix and extend certificate handling and the commands `x509`, `verify` etc. 10927 * Add DSA pkey method and DH pkey methods, extend DH ASN1 method to support 11899 * extend SMTP and IMAP protocol emulation in s_client to use EHLO 11945 multiple values to extend the available space.
|
/openssl/doc/man7/ |
H A D | des_modes.pod | 161 OFB mode of operation does not extend ciphertext errors in the
|
H A D | proxy-certificates.pod | 12 extend rights to some other entity (a computer process, typically, or
|
/openssl/doc/designs/quic-design/ |
H A D | quic-fc.md | 90 get to the CWM before we choose to extend the peer more credit by bumping the
|
Completed in 97 milliseconds