summaryrefslogtreecommitdiff
path: root/lib/libcrypto
AgeCommit message (Expand)Author
2023-06-20Clean up EVP_PKEY_CTX_meth_dup()Theo Buehler
2023-06-19Properly guard ENGINE usage with !OPENSSL_NO_ENGINETheo Buehler
2023-06-19Dedoxigenize ecdsa.hTheo Buehler
2023-06-17Optimise bn_mul2_mulw_addtw() for aarch64.Joel Sing
2023-06-17Speed up Montgomery multiplication.Joel Sing
2023-06-16Fix CRYPTO_get_ex_new_index() to return 1 or higherTheo Buehler
2023-06-15Teach the grotty X509_certificate_type() about Ed25519 certsTheo Buehler
2023-06-15regenTheo Buehler
2023-06-15Add RSA with the sha3s to obj_xref.txtTheo Buehler
2023-06-15regen obj_xref.hTheo Buehler
2023-06-15Add Ed25519 to the obj_xref table.Theo Buehler
2023-06-15Some fixes in ASN1_item_verify()Theo Buehler
2023-06-15Make another NULL check explicit and put a brace on the proper lineTheo Buehler
2023-06-15Rename a few variables and other cosmeticsTheo Buehler
2023-06-15Switch ASN1_item_sign_ctx() to EVP_DigestSign()Theo Buehler
2023-06-15Make NULL checks explicit in ASN1_item_sign_ctx()Theo Buehler
2023-06-15ASN1_item_sign_ctx()Theo Buehler
2023-06-15Fix a logic error in ASN1_item_sign_ctx()Theo Buehler
2023-06-13Move comment about ASN1_item_dup() where it belongsTheo Buehler
2023-06-13Disallow aliasing of return value and modulusTheo Buehler
2023-06-13Add a BN_R_INVALID_ARGUMENT error codeTheo Buehler
2023-06-12Remove prototypes for various ec_GF2m_* functions that no longer exist.Joel Sing
2023-06-12Optimise quad word primitives on aarch64.Joel Sing
2023-06-12Provide and use various quad word primitives.Joel Sing
2023-06-11Unifdef ZLIBTheo Buehler
2023-06-08Remove dead code.Bob Beck
2023-06-06In 1995, Eric A. Young chose a confusing name for the "lastUpdate" fieldIngo Schwarze
2023-06-06Fix typo in comment: exta -> extraTheo Buehler
2023-06-05Improve the description of CMS_get0_signers()Job Snijders
2023-06-04Reinstate bn_isqrt.c r1.8 and crypto_lock.c r1.3Theo Buehler
2023-06-02Fix variable reuse in BN_mod_inverse()Theo Buehler
2023-06-01Avoid a potentially overflowing checkTheo Buehler
2023-05-30fix some nits on previousOmar Polo
2023-05-29Oops, Fa -> .FaBob Beck
2023-05-29Make X509_NAME_get_text_by[NID|OBJ] safer.Bob Beck
2023-05-29Stop suggesting that children play with loaded revolvers.Bob Beck
2023-05-28Provide optimised bn_mulw_{addw,addw_addw,addtw}() for aarch64.Joel Sing
2023-05-28Provide optimised bn_addw_addw()/bn_subw_subw() for aarch64.Joel Sing
2023-05-28Sprinkle some style(9).Joel Sing
2023-05-28Expand occurrences of HASH_CTX that were previously missed.Joel Sing
2023-05-28Reorder functions.Joel Sing
2023-05-28Clean up includes.Joel Sing
2023-05-28Remove now unnecessary do {} while(0);Joel Sing
2023-05-28Inline HASH_MAKE_STRING for SHA256.Joel Sing
2023-05-28Rewrite BN_{asc,dec,hex}2bn() using CBS.Joel Sing
2023-05-28Merge X509_VERIFY_PARAM_ID into X509_VERIFY_PARAMTheo Buehler
2023-05-27Implement SHA256_{Update,Transform,Final}() directly in sha256.c.Joel Sing
2023-05-27Add HASH_NO_UPDATE and HASH_NO_TRANSFORM to md32_common.hJoel Sing
2023-05-27Bump LibreSSL versionTheo Buehler
2023-05-27Clean up alignment handling for SHA-512.Joel Sing