| Commit message (Expand) | Author | Age | Files | Lines |
* | Provide bn_expand_bytes(). | jsing | 2024-04-16 | 1 | -1/+14 |
* | Rename bn_expand() to bn_expand_bits(). | jsing | 2024-04-16 | 1 | -5/+2 |
* | Prevent negative zero from being created via BN bit functions. | jsing | 2024-04-15 | 1 | -1/+7 |
* | Remove various ${thing}_options | tb | 2023-07-28 | 1 | -21/+1 |
* | Hide symbols in bn | beck | 2023-07-08 | 1 | -1/+39 |
* | Provide and use bn_clzw() in place of bn_word_clz(). | jsing | 2023-06-21 | 1 | -2/+2 |
* | Make BN_num_bits() independent of bn->top. | jsing | 2023-06-21 | 1 | -28/+3 |
* | Garbage collect BN_zero_ex() | tb | 2023-04-30 | 1 | -7/+1 |
* | Remove the deprecated API from BN | tb | 2023-04-25 | 1 | -66/+1 |
* | Move the BN_bn2bin()/BN_bin2bn() family to bn_convert.c | jsing | 2023-04-19 | 1 | -181/+1 |
* | Move BN_options() from bn_convert.c to bn_lib.c | jsing | 2023-04-19 | 1 | -1/+20 |
* | unifdef BN_RECURSION | jsing | 2023-04-19 | 1 | -49/+1 |
* | Provide and use bn_copy_words() in BN_copy(). | jsing | 2023-04-14 | 1 | -31/+15 |
* | Pull static const data out of BN_value_one() | tb | 2023-04-01 | 1 | -7/+11 |
* | Copy BN_FLG flags in BN_copy() | tb | 2023-03-31 | 1 | -1/+4 |
* | Replace the remaining BN_copy() with bn_copy() | tb | 2023-03-27 | 1 | -2/+2 |
* | Add bn_copy(), a sane wrapper of BN_copy() for internal use | tb | 2023-03-27 | 1 | -1/+7 |
* | Make BN_is_zero() check word values. | jsing | 2023-02-14 | 1 | -4/+9 |
* | Reimplement BN_num_bits_word(). | jsing | 2023-02-14 | 1 | -20/+25 |
* | Make BN_set_negative() closer to constant time. | jsing | 2023-02-14 | 1 | -2/+3 |
* | Simplify BN_set_negative(). | jsing | 2023-02-13 | 1 | -6/+3 |
* | Greatly simplify bn_expand_internal(). | jsing | 2023-01-14 | 1 | -103/+26 |
* | Rewrite/simplify BN_free(). | jsing | 2023-01-07 | 1 | -10/+12 |
* | Flip BN_clear_free() and BN_free() | jsing | 2023-01-07 | 1 | -4/+4 |
* | Use calloc() in BN_new(), rather than malloc() and then manually zeroing. | jsing | 2023-01-07 | 1 | -10/+7 |
* | Simplify BN_cmp() and BN_ucmp(). | jsing | 2022-12-23 | 1 | -46/+15 |
* | Provide BN_zero()/BN_one() as functions and make BN_zero() always succeed. | jsing | 2022-12-17 | 1 | -3/+14 |
* | Rewrite bn_correct_top(). | jsing | 2022-11-30 | 1 | -1/+8 |
* | Fix return values bug in BN_ucmp(). | jsing | 2022-11-30 | 1 | -4/+6 |
* | Mop up more BN_DEBUG related code. | jsing | 2022-11-30 | 1 | -6/+1 |
* | Make internal header file names consistent | tb | 2022-11-26 | 1 | -2/+2 |
* | Remove BIGNUM consistency macros. | jsing | 2022-11-26 | 1 | -32/+1 |
* | Change bn_expand()/bn_wexpand() to indicate failure/success via 0/1. | jsing | 2022-11-24 | 1 | -18/+18 |
* | Use bn_wexpand() rather than bn_expand() with sizeof(BN_ULONG). | jsing | 2022-11-23 | 1 | -2/+2 |
* | Ensure that bn_expand()/bn_wexpand() fail on negative sizes. | jsing | 2022-11-23 | 1 | -1/+7 |
* | Turn bn_wexpand() into a function. | jsing | 2022-11-23 | 1 | -2/+11 |
* | Move bn_expand() under bn_expand2(). | jsing | 2022-11-23 | 1 | -13/+13 |
* | Remove unused bn_dup_expand(). | jsing | 2022-11-23 | 1 | -53/+1 |
* | Move #ifndef OPENSSL_NO_DEPRECATED. | jsing | 2022-11-23 | 1 | -21/+21 |
* | Prepare to provide BN_security_bits() | tb | 2022-06-27 | 1 | -1/+32 |
* | Pull BN_{new,init,clear,clear_free,free} up to the top of bn_lib.c | jsing | 2021-12-27 | 1 | -58/+58 |
* | Implement the BN_is_negative macro as a function | tb | 2021-12-04 | 1 | -1/+7 |
* | Provide function implementations for various BN_* macros | tb | 2021-12-04 | 1 | -1/+39 |
* | Provide replacement functions for the BN_{get,set,with}_flags() macros. | tb | 2021-12-04 | 1 | -1/+25 |
* | Provide replacement functions for the BN_GENCB_set{,_old}() macros | tb | 2021-12-04 | 1 | -1/+19 |
* | Prepare to provide BN_bn2{,le}binpad() and BN_lebin2bn() | tb | 2021-09-08 | 1 | -8/+131 |
* | Make BN_num_bits_word() constant time. | tb | 2019-06-17 | 1 | -48/+18 |
* | Add range checks to varios ASN1_INTEGER functions to ensure the | beck | 2019-03-23 | 1 | -1/+3 |
* | Use a size_t instead of an int for the byte count in BN_swap_ct(). | tb | 2018-07-23 | 1 | -6/+9 |
* | Eliminate the weird condition in the BN_swap_ct() API that at most one bit | tb | 2018-07-13 | 1 | -3/+3 |