summaryrefslogtreecommitdiff
path: root/lib/libcrypto
AgeCommit message (Expand)Author
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-09Prepare to provide EVP_MD_CTX{,_set}_pkey_ctx()Theo Buehler
2022-01-08Prepare to provide OBJ_length() and OBJ_get0_data()Theo Buehler
2022-01-08tiny whitespace tweakTheo Buehler
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-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-06Convert SCT verification to CBB.Joel Sing
2022-01-06Sync from libssl.Joel Sing
2022-01-06minor tweaks, no code changeTheo Buehler
2022-01-05Prepare to provide DSA_bits()Theo Buehler
2022-01-05Prepare to provide BIO_set_retry_reason()Theo Buehler
2022-01-05Prepare to provide a number of RSA accessorsTheo Buehler
2022-01-05Prepare to provide ECDSA_SIG_get0_{r,s}()Theo Buehler
2022-01-05Prepare to provide DH_get_length()Theo Buehler
2022-01-05Prepare to provide DSA_get0_{p,q,g,{priv,pub}_key}()Theo Buehler
2022-01-05Prepare to provide DH_get0_{p,q,g,{priv,pub}_key}()Theo Buehler
2022-01-05Prepare to provide BIO_set_next().Theo Buehler
2022-01-05Prepare to provide X509_{set,get}_verify() and X509_STORE_get_verify_cb()Theo Buehler
2022-01-05Unindent a few lines of code and avoid shadowed variables.Theo Buehler
2022-01-05Rename {c,p}_{min,max} into {child,parent}_{min,max}Theo Buehler
2022-01-05Two minor KNF tweaksTheo Buehler
2022-01-05Use child_aor and parent_aor instead of aorc and aorpTheo Buehler
2022-01-05Rename fp and fc into parent_af and child_af for readability.Theo Buehler
2022-01-05Globally rename all IPAddressFamily *f into af since this is slightlyTheo Buehler
2022-01-05Add a helper function to turn unchecked (but sound) use ofTheo Buehler
2022-01-05Hoist IPAddressFamily_cmp() to the other IPAddressFamily functions.Theo Buehler
2022-01-05Call x a cert for readability.Theo Buehler
2022-01-05Now that i is free, rename j to i for use as loop variable inTheo Buehler
2022-01-05In addr_validate_path_internal() rename i to depth because that'sTheo Buehler
2022-01-05Turn the validation_err() macro into a functionTheo Buehler
2022-01-05Move variable declarations in X509v3_addr_canonize() to the top ofTheo Buehler