summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-05-03Remove disgusting NULL checks in tm_to_{gentime,utctime}()Theo Buehler
2024-05-03Intercept a NULL s early in ASN1_TIME_set_string_internal()Theo Buehler
2024-05-03Simplify type handling in ASN1_TIME_set_string_internal()Theo Buehler
2024-05-03Simplify tm handling in ASN1_time_parse()Theo Buehler
2024-05-03Align CRL and CSR version printing with certsTheo Buehler
2024-05-02Remove a useless OBJ_obj2nid() call from X509_CRL_print()Theo Buehler
2024-05-01add return statements missed when adapting from FreeBSDJonathan Gray
2024-04-30add typedefs for msgqnum_t and msglen_t, required by POSIX.Omar Polo
2024-04-29strftime.3: clarify %G and %g descriptionChristian Weisgerber
2024-04-28__sfvwrite: allow writing buffers larger than BUFSIZ or st_blksize.Todd C. Miller
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