Home
last modified time | relevance | path

Searched refs:growth (Results 1 – 4 of 4) sorted by relevance

/openssl/doc/internal/man3/
H A Dossl_ht_new.pod77 Hash table growth is inhibited. init_bucket_len should be set to an
285 already present, -1 on fatal errors (memory allocation or growth not allowed).
/openssl/ssl/quic/
H A Dquic_impl.c2230 size_t new_sz, growth; in sstream_ensure_spare() local
2235 growth = spare_ - avail; in sstream_ensure_spare()
2236 if (cur_sz + growth > MAX_WRITE_BUF_SIZE) in sstream_ensure_spare()
2239 new_sz = cur_sz + growth; in sstream_ensure_spare()
/openssl/
H A DNEWS.md283 * Fixed unbounded memory growth with session handling in TLSv1.3
771 * OCSP Status Request extension unbounded memory growth ([CVE-2016-6304])
889 * OCSP Status Request extension unbounded memory growth ([CVE-2016-6304])
990 * OCSP Status Request extension unbounded memory growth ([CVE-2016-6304])
H A DCHANGES.md541 unbounded memory growth when processing TLSv1.3 sessions. An attacker may
542 exploit certain server configurations to trigger unbounded memory growth that
1285 unlimited growth.
5011 * OCSP Status Request extension unbounded memory growth
5016 memory growth on the server. This will eventually lead to a Denial Of
6699 * OCSP Status Request extension unbounded memory growth
6704 memory growth on the server. This will eventually lead to a Denial Of
7900 * OCSP Status Request extension unbounded memory growth
7905 memory growth on the server. This will eventually lead to a Denial Of

Completed in 58 milliseconds