summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-12-22Remove two no longer necessary remindersTheo Buehler
2023-12-22Remove extra whitespace on two linesTheo Buehler
2023-12-22Add length checks for partial_lenTheo Buehler
2023-12-22Rename check_hosts()Theo Buehler
2023-12-22Replace check_trust() with its x509_vfy_ prefixed wrapperTheo Buehler
2023-12-22Replace check_chain_extensions() with its x509_vfy_ wrapperTheo Buehler
2023-12-22Replace check_id() with its x509_vfy_check_id() wrapperTheo Buehler
2023-12-22Remove a bunch of function pointers from X509_STORE_CTXTheo Buehler
2023-12-22Simplify some logic in EVP_EncryptInit_ex()Theo Buehler
2023-12-22Clean up includes in cms_smime.cTheo Buehler
2023-12-22evp_enc: make some flag checks explicitTheo Buehler
2023-12-22Remove cleanup() and get_crl() from X509_STORE_CTXTheo Buehler
2023-12-22Remove unused function pointers from X509_STORETheo Buehler
2023-12-21Remove EVP_PKEY_asn1_add{0,_alias}() documentationTheo Buehler
2023-12-21Mark some API-to-be-removed as intentionally undocumentedTheo Buehler
2023-12-21Remove some superfluous parenthesesTheo Buehler
2023-12-20Clean up includes in cms_pwri.cTheo Buehler
2023-12-20Use BIO_indent() for indentation in tasn_prn.cTheo Buehler
2023-12-20Rename impl into engineTheo Buehler
2023-12-20Rename inl to in_len throughout the fileTheo Buehler
2023-12-20Rename outl into out_len throughout the fileTheo Buehler
2023-12-20Tweak a comment a bitTheo Buehler
2023-12-20Remove block_mask from EVP_CIPHER_CTXTheo Buehler
2023-12-20Add some sanity checks for EVP_CIPHER_meth_new()Theo Buehler
2023-12-20Merge p_open and p_seal into p_legacyTheo Buehler
2023-12-20Fold p_dec.c and p_enc.c into a new p_legacy.cTheo Buehler
2023-12-20Less confusing variable names in EVP_PKEY_{de,en}crypt_old()Theo Buehler
2023-12-20Improve local variable namesTheo Buehler
2023-12-20Rename buf_len into partial_len in EVP_CIPHER_CTXTheo Buehler
2023-12-20Clean up EVP_DecryptFinal_ex()Theo Buehler
2023-12-20Clean up EVP_EncryptFinal_ex()Theo Buehler
2023-12-20Simplify EVP_DecryptUpdate() a bitTheo Buehler
2023-12-20Remove commented out version of EVP_SealUpdate()Theo Buehler
2023-12-20Remove preprocessor mess in EVP_PKEY_{de,en}crypt_old()Theo Buehler
2023-12-20Remove a changelog from 1991Theo Buehler
2023-12-20DES_random_key() sets the keyTheo Buehler
2023-12-20Remove commented-out codeTheo Buehler
2023-12-19static binary setting a table, or dynamic binary trying to do whatTheo de Raadt
2023-12-19- new sentence, new lineJason McIntyre
2023-12-19A small cleanup of malloc_bytes(), getting rid of a goto and a tinyOtto Moerbeek
2023-12-19pinsyscalls(2) has changed a little bit, and I can provide more adviceTheo de Raadt
2023-12-18cmac: use block_size rather than blTheo Buehler
2023-12-18Clean up EVP_PBE_CipherInit() a littleTheo Buehler
2023-12-18Remove EVP_MD_meth_*() dependencyTheo Buehler
2023-12-16ASN1_STRING_TABLE_get.3: grammar: have -> hasTheo Buehler
2023-12-16EVP_EncryptUpdate(): make block_size and block_mask constTheo Buehler
2023-12-16First cleanup pass over EVP_EncryptUpdate()Theo Buehler
2023-12-16Move EVP_PBE_find() next to the tablesTheo Buehler
2023-12-16Remove OBJ_bsearch_() usage from PBETheo Buehler
2023-12-16Using two different spellings of NULL in the same line is an achievementTheo Buehler