summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-01-04Clean up EVP_PKEY_asn1_get0_info() a bitTheo Buehler
2024-01-04Clean up EVP_PKEY_asn1_find_str()Theo Buehler
2024-01-04Simplify EVP_PKEY_asn1_find()Theo Buehler
2024-01-04Replace .pkey_base_id with a .base_method pointerTheo Buehler
2024-01-04Neuter the remainder of the ameth libTheo Buehler
2024-01-04Split ameth arrays into individual methodsTheo Buehler
2024-01-04Improve length checks for oiv and ivTheo Buehler
2024-01-03Improve order in ancient CMS helpersTheo Buehler
2024-01-02Move a t to the right place in a commentTheo Buehler
2024-01-02Match struct order for the EVP_CIPHER_CTX accessorsTheo Buehler
2024-01-02Move down EVP_CIPHER_CTX accessors expose EVP_CIPHER internalsTheo Buehler
2024-01-02Move the trivial EVP_CIPHER getters downTheo Buehler
2024-01-02Simplify EVP_CIPHER_{asn1_to_param,parma_to_asn1}()Theo Buehler
2024-01-02Move the EVP_CIPHER API that only exists for CMS/legacy a bit downTheo Buehler
2024-01-02sm4: more NULL misspellingsTheo Buehler
2024-01-02Two spellings of key length are enoughTheo Buehler
2024-01-02Rename the poor outlier EVP_CIPHER *e into *cipherTheo Buehler
2024-01-02Better variable names in EVP_CIPHER_type()Theo Buehler
2024-01-02Consistently use ctx for an EVP_CIPHER_CTXTheo Buehler
2024-01-01Fix bounds check in EVP_PKEY_CTX_get_keygen_info()Theo Buehler
2024-01-01kill gross whitespaceTheo Buehler
2024-01-01pkey_is_pss() and pkey_ctx_is_pss() to rsa_ameth.cTheo Buehler
2024-01-01Remove EVP_PKEY's save_type memberTheo Buehler
2023-12-31KNF nitTheo Buehler
2023-12-31Sort the NIDs by nameTheo Buehler
2023-12-31Replace the sorted extensions lookup with a switchTheo Buehler
2023-12-30Make x509_issuer_cache_free_oldest() staticTheo Buehler
2023-12-30Some Australians don't like voids eitherTheo Buehler
2023-12-30One more missing void was hiding hereTheo Buehler
2023-12-30Some BoringSSL devs spent too much time with C++Theo Buehler
2023-12-30Fix two more unchecked EVP_PKEY_assign() callsTheo Buehler
2023-12-29fix previous: key -> parameterTheo Buehler
2023-12-29A .Xr to DSA_generate_parameters_ex() was lost accidentallyTheo Buehler
2023-12-29Move DSA_generate_parameters.3 to DSA_generate_parameters_ex.3Theo Buehler
2023-12-29Adjust documentation for upcoming DSA_generate_parameters removalTheo Buehler
2023-12-29ameth_lib: zap trailing empty lineTheo Buehler
2023-12-29eckey: adjust some variable names and unwrap function definitionsTheo Buehler
2023-12-29Clean up old_ec_priv_decode()Theo Buehler
2023-12-29Clean up eckey_param_decode()Theo Buehler
2023-12-29Rework eckey_priv_decode()Theo Buehler
2023-12-29Move a call to X509_ALGOR_get0() down a lineTheo Buehler
2023-12-29Neuter the SSL_set_debug(3) APITheo Buehler
2023-12-29Cleanup required headers form imsg.h.Claudio Jeker
2023-12-29Move the EVP_PKEY_asn1_* API that will stay to evp/p_lib.cTheo Buehler
2023-12-29Zap some whitespaceTheo Buehler
2023-12-29Replace outdated comment on EVP_PKEY_asn1_find() with a todo itemTheo Buehler
2023-12-29Move EVP_PKEY_asn1_add* to the end of the fileTheo Buehler
2023-12-29Move the EVP_MD block size accessor downTheo Buehler
2023-12-29Move the EVP_MD_CTX flag accessors up a bitTheo Buehler
2023-12-29Hoist EVP_MD_CTX accessors to after EVP_MD_CTX_ctrlTheo Buehler