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