summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-01-10Convert tls_bio_cb for opaque BIOTheo Buehler
2022-01-10Mechanical conversion of libcsi for opaque DH.Theo Buehler
2022-01-10Document EVP_AEAD_CTX_{new,free}() and adjust example code.Theo Buehler
2022-01-10Remove a few unused defines from x509.hTheo Buehler
2022-01-10Prepare to provide the EVP_MD_meth_* APITheo Buehler
2022-01-10Prepare to provide EVP_PKEY_{public,param}_checkTheo Buehler
2022-01-10Provide DH_check*_ex and many error codesTheo Buehler
2022-01-10Prepare to provide EVP_PKEY_check()Theo Buehler
2022-01-10Prevent a double free in EVP_MD_CTX_copy_ex()Theo Buehler
2022-01-10zap trailing whitespaceTheo Buehler
2022-01-10Check that the RSA exponent is neither even nor 1 in RSA_check_key()Theo Buehler
2022-01-09Use C99 initializers for test_sha_mdTheo Buehler
2022-01-09Add an essentially empty comp_local.h and include it where it willTheo Buehler
2022-01-09ssl_check_srvr_ecc_cert_and_alg() only returns 0/1 - test accordingly.Joel Sing
2022-01-09Swap arguments to ssl_check_srvr_ecc_cert_and_alg()Joel Sing
2022-01-09Clean up ssl3_{send,get}_client_kex_gost()Joel Sing
2022-01-09Return 0/1 from ssl3_{send,get}_client_kex_gost()Joel Sing
2022-01-09Remove a comment from Captain Obvious.Joel Sing
2022-01-09Fix GOST skip certificate verify handling.Joel Sing
2022-01-09Prepare to provide EVP_MD_CTX{,_set}_pkey_ctx()Theo Buehler
2022-01-09Clean up pkey handling in ssl3_get_server_key_exchange()Joel Sing
2022-01-08Prepare to provide OBJ_length() and OBJ_get0_data()Theo Buehler
2022-01-08tiny whitespace tweakTheo Buehler
2022-01-08Merge SESS_CERT into SSL_SESSION.Joel Sing
2022-01-08Remove commented out CERT_* defines.Joel Sing
2022-01-08Rename CERT to SSL_CERT and CERT_PKEY to SSL_CERT_PKEY.Joel Sing
2022-01-08x509_cpols.c will need to include x509_lcl.h soonTheo Buehler
2022-01-07Prepare to provide EVP_AEAD_CTX_{new,free}()Theo Buehler
2022-01-07Rename dh_tmp to dhe_params.Joel Sing
2022-01-07Stop attempting to duplicate the public and private key of dh_tmp.Joel Sing
2022-01-07Convert legacy server to tls_key_share.Joel Sing
2022-01-07A few more files need asn1_locl.h.Theo Buehler
2022-01-07include asn1_locl.h where it will be needed for the bump.Theo Buehler
2022-01-07Prepare to make RSA and RSA_METHOD opaque by including rsa_locl.hTheo Buehler
2022-01-07Add an essentially empty ocsp_local.h and include it in the filesTheo Buehler
2022-01-07gost needs to look into ecs_locl.hTheo Buehler
2022-01-07Prepare the move of DSA_SIG, DSA_METHOD and DSA to dsa_locl.h byTheo Buehler
2022-01-07Add an essentially empty dh_local.h and include it in the files whereTheo Buehler
2022-01-07zap trailing whitespaceTheo Buehler
2022-01-07Add a new, mostly empty, bio_local.h and include it in the filesTheo Buehler
2022-01-06refer to longindex as an argument, not a field;Jason McIntyre
2022-01-06Convert legacy TLS client to tls_key_share.Joel Sing
2022-01-06Allocate and free the EVP_AEAD_CTX struct in tls13_record_protection.Joel Sing
2022-01-06Convert SCT verification to CBB.Joel Sing
2022-01-06Sync from libssl.Joel Sing
2022-01-06Provide CBB_add_u64()Joel Sing
2022-01-06minor tweaks, no code changeTheo Buehler
2022-01-05funopen(): change seekfn argument to use off_t, not fpos_tTodd C. Miller
2022-01-05Prepare to provide DSA_bits()Theo Buehler
2022-01-05Prepare to provide BIO_set_retry_reason()Theo Buehler