summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rewrite bn2binpad.jsing2024-11-081-58/+44
* Clean up PPC CPU capabilities and Montgomery code.jsing2024-11-012-1090/+2
* libcrypto: constify most error string tablestb2024-06-241-5/+7
* Rewrite BN_bn2mpi() using CBB.jsing2024-06-221-24/+35
* bn_convert: zap extra blank linetb2024-04-171-2/+1
* Rewrite BN_mpi2bn() using CBS and bn_bin2bn_cbs().jsing2024-04-171-32/+29
* Rewrite BN_lebin2bn() using CBS.jsing2024-04-171-48/+16
* Invert BN_BITS2 handling in bn_bin2bn_cbs() and bn_hex2bn_cbs().jsing2024-04-161-11/+11
* Rewrite BN_bin2bn() using CBS.jsing2024-04-161-35/+58
* Provide bn_expand_bytes().jsing2024-04-162-2/+16
* Rename bn_expand() to bn_expand_bits().jsing2024-04-163-10/+7
* Prevent negative zero from being created via BN bit functions.jsing2024-04-151-1/+7
* Remove the prototype of BN_gcd_nonct()tb2024-04-101-2/+1
* Hide symbols in bn.hbeck2024-04-104-18/+10
* Provide an optimised bn_subw() for amd64.jsing2024-03-261-3/+22
* Mark internal functions as static.jsing2024-03-261-5/+5
* Move bn_montgomery_reduce() and drop prototype.jsing2024-03-261-73/+71
* Fix signed integer overflow in bnrand()tb2024-03-161-1/+6
* Make BN_mod_exp2_mont() and BN_mod_exp_mont_word() internaltb2024-03-023-10/+9
* Make BN_mod_exp_simple() internaltb2024-03-023-6/+6
* Remove BIO_{sn,v,vsn}printf(3)tb2024-03-021-1/+2
* Replace uses of endbr64 with _CET_ENDBR from cet.htb2024-02-2415-24/+30
* Garbage collect weird /* 1 */ and /* 2 */ commentstb2023-10-191-7/+7
* Fix aliasing of result and exponent in the internal BN_mod_exp_recp()tb2023-10-191-12/+19
* Fix aliasing of result with exponent or modulus in BN_mod_exp_simple()tb2023-10-191-10/+22
* Move bn_blind.c to rsa_blinding.ctb2023-08-092-268/+1
* Make declaration and definition of BN_BLINDING_new() match.tb2023-08-092-4/+4
* Merge BN_BLINDING_create_param() into BN_BLINDING_new()tb2023-08-092-31/+14
* Set up the blinding factors on first usetb2023-08-091-27/+14
* Remove retry loop in BN_BLINDING_setup()tb2023-08-091-24/+5
* Compute a square using BN_mod_sqr() instead of BN_mod_mul()tb2023-08-091-3/+3
* Simplify BN_BLINDING_invert()tb2023-08-091-14/+5
* Unwrap a linetb2023-08-091-3/+2
* Unwrap a linetb2023-08-081-3/+2
* Drop the unused BN_BLINDING argument of BN_BLINDING_create_param()tb2023-08-082-10/+6
* Rename ret into b in BN_BLINDING_setup()tb2023-08-081-8/+8
* Factor the actual setup step for the blinding into a helpertb2023-08-081-30/+43
* Make BN_BLINDING respect some invariantstb2023-08-081-48/+17
* Make the bn_rand_interval() API a bit more ergonomictb2023-08-034-27/+36
* More whitespace fixes from knfmttb2023-08-021-7/+7
* Remove extraneous parentheses and fix weird whitespace.tb2023-08-021-16/+15
* Drop the _ex from BN_BLINDING_{convert,invert}_ex()tb2023-08-022-6/+6
* Remove the unused BN_BLINDING_{convert,invert}()tb2023-08-022-16/+2
* Make BN_BLINDING_{new,update}() static in bn_blind.ctb2023-08-022-6/+4
* Remove the unused flags member of BN_BLINDINGtb2023-08-022-10/+4
* Remove the unused flags accessors for BN_BLINDINGtb2023-08-022-16/+2
* Remove a 16 year old confusing lietb2023-08-021-2/+2
* Remove more *_options() stufftb2023-07-311-2/+1
* Remove various ${thing}_optionstb2023-07-281-21/+1
* Remove the get_rfc*_prime_*() APItb2023-07-282-66/+2