summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove some redundant parenthesestb2023-06-231-17/+17
* Provide optimised bn_clzw() for aarch64.jsing2023-06-211-1/+15
* Provide and use bn_clzw() in place of bn_word_clz().jsing2023-06-213-5/+15
* Make BN_num_bits() independent of bn->top.jsing2023-06-215-33/+74
* Consolidate elliptic curve cofactor handlingtb2023-06-201-49/+41
* Improve certificate version checks in x509v3_cache_extensions()tb2023-06-201-4/+11
* Rename all occurrences of e in this file to enginetb2023-06-201-15/+15
* Rename int_ctx_new() into evp_pkey_ctx_new()tb2023-06-201-4/+4
* Clean up and fix int_ctx_new()tb2023-06-201-34/+30
* Clean up EVP_PKEY_CTX_meth_dup()tb2023-06-201-22/+19
* Properly guard ENGINE usage with !OPENSSL_NO_ENGINEtb2023-06-191-1/+5
* Dedoxigenize ecdsa.htb2023-06-191-133/+5
* Optimise bn_mul2_mulw_addtw() for aarch64.jsing2023-06-171-1/+28
* Speed up Montgomery multiplication.jsing2023-06-171-10/+37
* Fix CRYPTO_get_ex_new_index() to return 1 or highertb2023-06-161-2/+2
* Teach the grotty X509_certificate_type() about Ed25519 certstb2023-06-151-1/+4
* regentb2023-06-151-1/+9
* Add RSA with the sha3s to obj_xref.txttb2023-06-151-0/+4
* regen obj_xref.htb2023-06-151-12/+14
* Add Ed25519 to the obj_xref table.tb2023-06-151-3/+6
* Some fixes in ASN1_item_verify()tb2023-06-151-17/+8
* Make another NULL check explicit and put a brace on the proper linetb2023-06-151-4/+3
* Rename a few variables and other cosmeticstb2023-06-151-23/+21
* Switch ASN1_item_sign_ctx() to EVP_DigestSign()tb2023-06-151-9/+7
* Make NULL checks explicit in ASN1_item_sign_ctx()tb2023-06-151-6/+8
* ASN1_item_sign_ctx()tb2023-06-151-3/+7
* Fix a logic error in ASN1_item_sign_ctx()tb2023-06-151-5/+8
* Move comment about ASN1_item_dup() where it belongstb2023-06-131-7/+7
* Disallow aliasing of return value and modulustb2023-06-131-1/+44
* Add a BN_R_INVALID_ARGUMENT error codetb2023-06-132-2/+4
* Remove prototypes for various ec_GF2m_* functions that no longer exist.jsing2023-06-121-13/+1
* Optimise quad word primitives on aarch64.jsing2023-06-121-1/+136
* Provide and use various quad word primitives.jsing2023-06-123-27/+120
* Unifdef ZLIBtb2023-06-117-739/+7
* Remove dead code.beck2023-06-081-13/+3
* In 1995, Eric A. Young chose a confusing name for the "lastUpdate" fieldschwarze2023-06-062-12/+20
* Fix typo in comment: exta -> extratb2023-06-061-2/+2
* Improve the description of CMS_get0_signers()job2023-06-051-3/+3
* Reinstate bn_isqrt.c r1.8 and crypto_lock.c r1.3tb2023-06-042-8/+5
* Fix variable reuse in BN_mod_inverse()tb2023-06-021-21/+15
* Avoid a potentially overflowing checktb2023-06-011-2/+2
* fix some nits on previousop2023-05-301-6/+10
* Oops, Fa -> .Fabeck2023-05-291-2/+2
* Make X509_NAME_get_text_by[NID|OBJ] safer.beck2023-05-292-20/+48
* Stop suggesting that children play with loaded revolvers.beck2023-05-291-31/+49
* Provide optimised bn_mulw_{addw,addw_addw,addtw}() for aarch64.jsing2023-05-281-1/+68
* Provide optimised bn_addw_addw()/bn_subw_subw() for aarch64.jsing2023-05-281-1/+43
* Sprinkle some style(9).jsing2023-05-281-15/+15
* Expand occurrences of HASH_CTX that were previously missed.jsing2023-05-281-4/+5
* Reorder functions.jsing2023-05-281-214/+214