| Commit message (Expand) | Author | Age | Files | Lines |
| * | BN_get_word(): return (BN_ULONG)-1 on error rather than BN_MASK2 | tb | 10 days | 1 | -2/+2 |
| * | libcrypto: remove BN_{DEC,HEX}_FMT1 | tb | 2025-12-05 | 1 | -5/+1 |
| * | libcrypto: make most of the BN_* macro pollution internal | tb | 2025-12-05 | 4 | -29/+27 |
| * | bn_prime.c: fix includes | tb | 2025-11-08 | 1 | -3/+4 |
| * | Use 64 bit BN_ULONG on 64 bit Windows platforms. | jsing | 2025-11-07 | 1 | -2/+2 |
| * | Use BN_ULONG in probable_prime_dh() | tb | 2025-11-06 | 1 | -2/+2 |
| * | Use more specific types for BN. | jsing | 2025-11-05 | 1 | -27/+29 |
| * | Remove BN_DIV2W. | jsing | 2025-09-07 | 2 | -26/+2 |
| * | Re-enable bn_sqr_words() assembly. | jsing | 2025-09-07 | 3 | -8/+8 |
| * | Rename old assembly bn_sqr_words() to bn_sqr_word_wise(). | jsing | 2025-09-07 | 6 | -30/+27 |
| * | Disable assembly bn_sqr_words() again for now. | jsing | 2025-09-02 | 3 | -8/+8 |
| * | Add const here as well... | jsing | 2025-09-01 | 1 | -2/+2 |
| * | Use bn_mul_words() from bn_mod_mul_words(). | jsing | 2025-09-01 | 1 | -5/+3 |
| * | Constify bn_mul_words(). | jsing | 2025-09-01 | 3 | -6/+9 |
| * | Use bn_sqr_words() from bn_mod_sqr_words(). | jsing | 2025-09-01 | 1 | -5/+3 |
| * | Provide bn_mul_words() on amd64. | jsing | 2025-09-01 | 2 | -2/+12 |
| * | Reorder functions since they've been renamed. | jsing | 2025-08-31 | 1 | -17/+17 |
| * | Rename prototype for bn_mul_normal(). | jsing | 2025-08-31 | 1 | -2/+2 |
| * | Rename bn_mul_words()/bn_mul_add_words(). | jsing | 2025-08-30 | 14 | -111/+106 |
| * | Rework bn_sqr() to use bn_sqr_words(). | jsing | 2025-08-30 | 4 | -26/+27 |
| * | Use faster versions of bignum_{mul,sqr}_{4_8,6_12,8_16}() if possible. | jsing | 2025-08-14 | 1 | -10/+41 |
| * | Provide amd64 specific versions of bn_mul_comba6() and bn_sqr_comba6(). | jsing | 2025-08-14 | 2 | -2/+22 |
| * | Provide bn_mod_add_words() and bn_mod_sub_words() on amd64. | jsing | 2025-08-14 | 2 | -2/+25 |
| * | Add special handling for multiplication and squaring of BNs with six words. | jsing | 2025-08-14 | 2 | -2/+6 |
| * | Revise include to match the name that we use. | jsing | 2025-08-12 | 10 | -20/+20 |
| * | Replace SPDX-License-Identifier with actual license. | jsing | 2025-08-12 | 10 | -20/+130 |
| * | Add RCS tags to new files. | jsing | 2025-08-12 | 10 | -0/+20 |
| * | Bring in bignum_mod{add,sub}() from s2n-bignum. | jsing | 2025-08-12 | 2 | -0/+185 |
| * | Bring in bignum_{mul,sqr}_{4_8,8_16}() from s2n-bignum. | jsing | 2025-08-12 | 4 | -0/+877 |
| * | Bring in bignum_{mul,sqr}_6_12{,_alt}() from s2n-bignum. | jsing | 2025-08-12 | 4 | -0/+807 |
| * | Add RCS tags. | jsing | 2025-08-12 | 2 | -0/+4 |
| * | Add const to bignum_*() function calls. | jsing | 2025-08-12 | 1 | -16/+16 |
| * | Sync headers from s2n-bignum. | jsing | 2025-08-12 | 2 | -236/+588 |
| * | Add RCS tags. | jsing | 2025-08-11 | 11 | -0/+22 |
| * | Resync s2n-bignum primitives for amd64 with upstream. | jsing | 2025-08-11 | 11 | -115/+113 |
| * | Speed up bn_{mod,sqr}_mul_words() for specific inputs. | jsing | 2025-08-05 | 1 | -3/+25 |
| * | Provide bn_sqr_comba6(). | jsing | 2025-08-05 | 2 | -2/+48 |
| * | Provide bn_mul_comba6(). | jsing | 2025-08-05 | 2 | -2/+63 |
| * | Mark the inputs to bn_mul_comba{4,8}() as const. | jsing | 2025-08-05 | 3 | -9/+9 |
| * | Avoid signed overflow in BN_MONT_CTX_set() | tb | 2025-08-03 | 1 | -2/+3 |
| * | Avoid signed overflow in BN_mul() | tb | 2025-08-03 | 1 | -3/+4 |
| * | Provide bn_mod_sqr_words() and call it from ec_field_element_sqr(). | jsing | 2025-08-02 | 2 | -2/+18 |
| * | Make OPENSSL_IA32_SSE2 the default for i386 and remove the flag. | jsing | 2025-06-09 | 2 | -4/+2 |
| * | bn_gcd: fix wacky indentation found by smatch | tb | 2025-06-02 | 1 | -3/+5 |
| * | Implement EC field element operations. | jsing | 2025-05-25 | 2 | -30/+45 |
| * | Provide bn_mod_{add,sub,mul}_words(). | jsing | 2025-05-25 | 3 | -4/+92 |
| * | Fix previous. | jsing | 2025-05-25 | 2 | -71/+4 |
| * | Provide additional variants of bn_add_words()/bn_sub_words(). | jsing | 2025-05-25 | 3 | -6/+190 |
| * | Fix handling of different length inputs in bn_sub(). | jsing | 2025-05-25 | 1 | -3/+3 |
| * | Use err_local.h rather than err.h in most places | tb | 2025-05-10 | 14 | -37/+28 |