summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/recallocarray.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-08-28remove unused blowfish inline definesjsg1-8/+1
2022-08-27Wire up QUIC regress.jsing1-1/+2
2022-08-27Add regress for QUIC.jsing2-0/+358
2022-08-27Handle SSL_do_handshake() being called before SSL_provide_quic_data().jsing1-1/+4
2022-08-27Provide additional defines for EVP AEAD.jsing1-1/+18
2022-08-21Revise regress now that SSL_QUIC_METHOD exists.jsing1-4/+6
2022-08-21Provide the remaining QUIC API.jsing2-2/+149
2022-08-21Wire up SSL_QUIC_METHOD callbacks to the record layer callbacks for QUIC.jsing3-19/+59
2022-08-21Provide SSL_QUIC_METHOD.jsing3-9/+172
2022-08-21Provide and use QUIC specific error reasons.jsing3-5/+9
2022-08-21Ensure that SSL_{peek,read,write}() are not called if QUIC is in use.jsing1-1/+16
2022-08-21Prepare to provide SSL_ERROR_WANT_{ASYNC,ASYNC_JOB,CLIENT_HELLO_CB}jsing1-10/+15
2022-08-21fix indent and zap trailing whitespacetb1-3/+3
2022-08-20zap a tabtb1-2/+2
2022-08-20Test EVP_chacha20_poly1305() (linking statically for now)jsing2-3/+4
2022-08-20Provide EVP_chacha20_poly1305()jsing2-7/+260
2022-08-20Remove bogus length checks from EVP_aead_chacha20_poly1305()jsing1-27/+1
2022-08-20Remove UINT32_MAX limitation on ChaCha() and CRYPTO_chacha_20().jsing1-3/+23
2022-08-20Rewrite i2c_ASN1_INTEGER() using CBB/CBS.jsing1-97/+100
2022-08-20Make it possible to signal an error from an i2c_* function.jsing1-2/+7
2022-08-20Add an empty pkcs12_local.h and include it where it will soon be needed.tb12-11/+94
2022-08-18Adjust signatures of BIO_ctrl functionstb1-13/+10
2022-08-18Allow empty attribute sets in CSRstb1-2/+4
2022-08-18Tweak prototype to match function definition (n -> index)tb1-2/+2
2022-08-17Implement the SSL_CTRL_GET_SHARED_GROUP controltb1-1/+37
2022-08-17Refactor tls1_get_supported_group()tb2-30/+99
2022-08-17Add SSL_get_shared_{curve,group}()tb1-2/+10
2022-08-17Make tls1_get_{format,group_}list() take a const SSLtb2-8/+8
2022-08-17Provide ssl_security_shared_group()tb2-5/+18
2022-08-17Deduplicate peer certificate chain processing code.jsing10-109/+121
2022-08-15Add missing RCS tag and zap a trailing spacetb1-2/+2
2022-08-15Initialize readbytes in BIO_gets()tb1-2/+2
2022-08-15Avoid shadowing the cbs function parameter in tlsext_alpn_server_parse()tb1-6/+4
2022-08-15Remove redeclaration of rettb1-2/+1
2022-08-12Fix upper bound in a for loop (no functional change).tb1-2/+2
2022-08-12Tweak a comment to be more accurate.tb1-3/+3
2022-08-11Remove unused variabletb1-6/+3
2022-08-10Avoid signed integer overflow due to unary negationtb1-12/+8
2022-08-10Cast int64_t to uint64_t for negatingtb1-3/+7
2022-08-10Only print versions we know abouttb1-4/+10
2022-08-08For putenv(3), return an error if string starts with a '=' character.millert2-5/+10
2022-08-05fix error messagetb1-2/+2
2022-08-05Use the FAIL macro instead of fprintf(stderr, "FAIL: ...\n");tb1-10/+10
2022-08-05Make the bogokey[] global static const.tb1-7/+8
2022-08-05Move CBB_init() to a consistent place.tb1-10/+10
2022-08-05Consistently initialize failure to 1 at the top of the function andtb1-76/+62
2022-08-05Consistently check for CBB_init() failure.tb1-45/+89
2022-08-05Remove overly aggressive trust check in legacy verifier that breaksbeck1-15/+4
2022-08-05Remove most of the indirection introduced in previous and instead fetchtb1-400/+339
2022-08-04Add some glue to fetch the tlsext functions from the tls_extensions[]tb1-190/+440