summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-04-27Tweak start of DESCRIPTION of EC_GROUP_new()Theo Buehler
2024-04-26Document EC_curve_{nid2nist,nist2nid}()Theo Buehler
2024-04-25Take pem2.h behind the barnTheo Buehler
2024-04-23One empty line is enoughTheo Buehler
2024-04-22remove space at eolJonathan Gray
2024-04-21unwrap lineTheo Buehler
2024-04-20Remove more unnecessary GOST codeTheo Buehler
2024-04-19bss_conn: zap trailing whitespaceTheo Buehler
2024-04-18Remove a couple of lies about GOST in CMSTheo Buehler
2024-04-18More GOST removal adjustmentsTheo Buehler
2024-04-18EVP_PKEY_set1_RSA.3 some adjustments after GOST removalTheo Buehler
2024-04-18Add some more comments explaining shortcomings of the APITheo Buehler
2024-04-18Use X509_ALGOR_get0() in ecdh_cms_set_shared_info()Theo Buehler
2024-04-18Test and assign in ecdh_cms_set_shared_info()Theo Buehler
2024-04-18Turn ecdh_cms_set_shared_info() into single exitTheo Buehler
2024-04-17Remove comments from captain obvious and drop useless prototypesTheo Buehler
2024-04-17tidy includesTheo Buehler
2024-04-17bn_convert: zap extra blank lineTheo Buehler
2024-04-17Rewrite BN_mpi2bn() using CBS and bn_bin2bn_cbs().Joel Sing
2024-04-17Rewrite BN_lebin2bn() using CBS.Joel Sing
2024-04-17Provide constant time operations for uint8_t.Joel Sing
2024-04-17Shuffle EVP_PKEY_CTX setting togetherTheo Buehler
2024-04-17ecdh_cms_encrypt(): tweak wrap_algor constructionTheo Buehler
2024-04-17ecdh_cms_encrypt: tweak handling of ecdh_nidTheo Buehler
2024-04-17ecdh_cms_encrypt: handle kdf_md in one goTheo Buehler
2024-04-17ecdh_cms_encrypt: simplify setting the KDF typeTheo Buehler
2024-04-17Use error checked X509_ALGOR_set0_by_nidTheo Buehler
2024-04-17ecdh_cms_encrypt: simplify handling of pkeyTheo Buehler
2024-04-17Transfer ownership before setting unused bitsTheo Buehler
2024-04-17Turn ecdh_cms_encrypt() into single exitTheo Buehler
2024-04-17Fix error check in ecdh_cms_encrypt()Theo Buehler
2024-04-17Avoid NULL dereference in EVP_PKEY_paramgen()Theo Buehler
2024-04-16Fix key share negotiation in HRR caseTheo Buehler
2024-04-16Invert BN_BITS2 handling in bn_bin2bn_cbs() and bn_hex2bn_cbs().Joel Sing
2024-04-16Rewrite BN_bin2bn() using CBS.Joel Sing
2024-04-16Provide bn_expand_bytes().Joel Sing
2024-04-16Rename bn_expand() to bn_expand_bits().Joel Sing
2024-04-16sortTheo Buehler
2024-04-15Include the correct headerTheo Buehler
2024-04-15crank libtls like libcrypto and libsslTheo Buehler
2024-04-15crank libssl major after libcrypto major and symbol removalTheo Buehler
2024-04-15Unexport SSL_version_strTheo Buehler
2024-04-15crank libcrypto major after symbol removalTheo Buehler
2024-04-15Bye, bye, OPENSSL_str{,n}casecmp()Theo Buehler
2024-04-15And a pile of TS ASN.1 stuff becomes internal-only, tooTheo Buehler
2024-04-15X509_NAME_ENTRIES_it and X509_NAME_INTERNAL_it go internalTheo Buehler
2024-04-15And here go {,EC}DSA_SIG_itTheo Buehler
2024-04-15Add scandirat(3); from freebsdFlorian Obser
2024-04-15DHparam_it becomes static, tooTheo Buehler
2024-04-15More X9.62 stuff was never used outside of ec_asn1.cTheo Buehler