summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Stop using CBIGNUM_it internal to libcrypto.jsing2022-09-033-8/+11
* Check sk_SSL_CIPHER_push() return valuetb2022-09-011-4/+11
* Add an empty line for consistency.tb2022-08-311-1/+2
* Recommit -r1.45 but without error checking EVP_PKEY_copy_parameters()tb2022-08-311-4/+12
* Revert r1.46. Causes fireworks in regress.tb2022-08-311-9/+5
* Remove most mentions of contexts on the stack.tb2022-08-312-23/+4
* nasty whitespacetb2022-08-311-9/+9
* Rework DSA_size() and ECDSA_size()tb2022-08-312-43/+32
* Switch loop bounds from size_t to int in check_hosts()tb2022-08-311-2/+2
* Avoid potential NULL dereference in ssl_set_pkey()tb2022-08-311-5/+9
* Remove a commented-out sk_push that has been hanging around for > 20 yearstb2022-08-301-4/+1
* chacha20_poly1305_cleanup() should return 1tb2022-08-301-2/+2
* Plug leak of BIO in tls13_quic_init()tb2022-08-301-2/+1
* Plug memory leak in X509_REQ_print_ex()tb2022-08-301-2/+4
* missing periodtb2022-08-291-2/+2
* Provide ERR_R_INIT_FAIL.jsing2022-08-292-3/+4
* Provide ASN1_R_TYPE_NOT_PRIMITIVE.jsing2022-08-292-2/+4
* static const, not const staticjsg2022-08-291-3/+3
* Plug memory leak in CMS_add_simple_smimecap() in the unlikely event thattb2022-08-281-3/+6
* Encode an ASN.1 INTEGER with NULL data to value of zero.jsing2022-08-281-2/+4
* remove unused blowfish inline definesjsg2022-08-281-8/+1
* Handle SSL_do_handshake() being called before SSL_provide_quic_data().jsing2022-08-271-1/+4
* Provide additional defines for EVP AEAD.jsing2022-08-271-1/+18
* Provide the remaining QUIC API.jsing2022-08-212-2/+149
* Wire up SSL_QUIC_METHOD callbacks to the record layer callbacks for QUIC.jsing2022-08-213-19/+59
* Provide SSL_QUIC_METHOD.jsing2022-08-213-9/+172
* Provide and use QUIC specific error reasons.jsing2022-08-213-5/+9
* Ensure that SSL_{peek,read,write}() are not called if QUIC is in use.jsing2022-08-211-1/+16
* Prepare to provide SSL_ERROR_WANT_{ASYNC,ASYNC_JOB,CLIENT_HELLO_CB}jsing2022-08-211-10/+15
* fix indent and zap trailing whitespacetb2022-08-211-3/+3
* zap a tabtb2022-08-201-2/+2
* Provide EVP_chacha20_poly1305()jsing2022-08-202-7/+260
* Remove bogus length checks from EVP_aead_chacha20_poly1305()jsing2022-08-201-27/+1
* Remove UINT32_MAX limitation on ChaCha() and CRYPTO_chacha_20().jsing2022-08-201-3/+23
* Rewrite i2c_ASN1_INTEGER() using CBB/CBS.jsing2022-08-201-97/+100
* Make it possible to signal an error from an i2c_* function.jsing2022-08-201-2/+7
* Add an empty pkcs12_local.h and include it where it will soon be needed.tb2022-08-2012-11/+94
* Adjust signatures of BIO_ctrl functionstb2022-08-181-13/+10
* Allow empty attribute sets in CSRstb2022-08-181-2/+4
* Tweak prototype to match function definition (n -> index)tb2022-08-181-2/+2
* Implement the SSL_CTRL_GET_SHARED_GROUP controltb2022-08-171-1/+37
* Refactor tls1_get_supported_group()tb2022-08-172-30/+99
* Add SSL_get_shared_{curve,group}()tb2022-08-171-2/+10
* Make tls1_get_{format,group_}list() take a const SSLtb2022-08-172-8/+8
* Provide ssl_security_shared_group()tb2022-08-172-5/+18
* Deduplicate peer certificate chain processing code.jsing2022-08-1710-109/+121
* Add missing RCS tag and zap a trailing spacetb2022-08-151-2/+2
* Initialize readbytes in BIO_gets()tb2022-08-151-2/+2
* Avoid shadowing the cbs function parameter in tlsext_alpn_server_parse()tb2022-08-151-6/+4
* Remove redeclaration of rettb2022-08-151-2/+1