summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-06-23Revert previous, not all platforms allow compilingOtto Moerbeek
2023-06-22Allow to ask for deeper callers for leak reports using malloc options.Otto Moerbeek
2023-06-21Use recallocarray() consistently. recallocarray() was introduced to simplifyClaudio Jeker
2023-06-21Provide optimised bn_clzw() for aarch64.Joel Sing
2023-06-21Provide and use bn_clzw() in place of bn_word_clz().Joel Sing
2023-06-21Make BN_num_bits() independent of bn->top.Joel Sing
2023-06-20Consolidate elliptic curve cofactor handlingTheo Buehler
2023-06-20Improve certificate version checks in x509v3_cache_extensions()Theo Buehler
2023-06-20Rename all occurrences of e in this file to engineTheo Buehler
2023-06-20Rename int_ctx_new() into evp_pkey_ctx_new()Theo Buehler
2023-06-20Clean up and fix int_ctx_new()Theo Buehler
2023-06-20Clean up EVP_PKEY_CTX_meth_dup()Theo Buehler
2023-06-20responsibilty -> responsibilityJonathan Gray
2023-06-20- filedescriptor -> file descriptor, as per the rest of the pageJason McIntyre
2023-06-19Properly guard ENGINE usage with !OPENSSL_NO_ENGINETheo Buehler
2023-06-19Improve the ibuf API by adding these functions:Claudio Jeker
2023-06-19Dedoxigenize ecdsa.hTheo Buehler
2023-06-18Turns out EC_KEY_METHOD_new() has dup built in...Theo Buehler
2023-06-18tls_signer: reinstate the default EC_KEY methodsTheo Buehler
2023-06-18Switch tls_ecdsa_do_sign() to EC_KEY_get_ex_data()Theo Buehler
2023-06-18libtls: switch ECDSA_METHOD usage to EC_KEY_METHODOmar Polo
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-11Convert legacy server kex to one-shot sign/verifyTheo Buehler
2023-06-11Easy EVP_Digest{Sign,Verify} conversions for legacy stackTheo Buehler
2023-06-11Unifdef ZLIBTheo Buehler
2023-06-10Convert EVP_Digest{Sign,Verify}* to one-shot for TLSv1.3Theo Buehler
2023-06-08Remove dead code.Bob Beck
2023-06-07Add portable version and m88k-specific version lb() function, becauseKenji Aoyama
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