summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Rewrite and simplify bn_sqr()/bn_sqr_normal().jsing2023-06-243-39/+44
* Provide optimised bn_subw() and bn_subw_subw() for arm.jsing2023-06-241-1/+50
* Codify BN_asc2bn(NULL, *) behavior in regress.tb2023-06-231-1/+11
* Avoid crash in BN_asc2bn()tb2023-06-231-2/+3
* Fix return check for BN_hex2bn()tb2023-06-231-2/+2
* Fix return check of bn_hex2bn_cbs()tb2023-06-231-3/+3
* typo: hexidecimal -> hexadecimaltb2023-06-231-2/+2
* Remove some redundant parenthesestb2023-06-231-17/+17
* Revert previous, not all platforms allow compilingotto2023-06-232-37/+4
* symbols: Tweak this test so it works with -j Ntb2023-06-221-6/+4
* Allow to ask for deeper callers for leak reports using malloc options.otto2023-06-222-4/+37
* 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
* Add tests for BN_sqr() corner cases.jsing2023-06-211-1/+81
* Add BN_cmp()/BN_ucmp() tests with zero padded inputs.jsing2023-06-211-1/+25
* Add a BN_num_bits() with zero padded input.jsing2023-06-211-4/+13
* 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
* Fix copy-paste errortb2023-06-201-2/+2
* Add regress coverage for BN_num_bits()jsing2023-06-201-1/+35
* Make enginetest work with disabled engine supporttb2023-06-191-1/+10
* Fix GOST test with disabled enginetb2023-06-191-1/+5
* Properly guard ENGINE usage with !OPENSSL_NO_ENGINEtb2023-06-191-1/+5
* Dedoxigenize ecdsa.htb2023-06-191-133/+5
* Turns out EC_KEY_METHOD_new() has dup built in...tb2023-06-181-21/+3
* tls_signer: reinstate the default EC_KEY methodstb2023-06-181-2/+29
* Switch tls_ecdsa_do_sign() to EC_KEY_get_ex_data()tb2023-06-181-3/+3
* libtls: switch ECDSA_METHOD usage to EC_KEY_METHODop2023-06-183-17/+12
* 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