| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Provide BN_zero()/BN_one() as functions and make BN_zero() always succeed. | jsing | 2022-12-17 | 3 | -7/+22 |
* | Update reference to table generation | tb | 2022-12-01 | 1 | -2/+2 |
* | BN_one() can fail, check its return value. | jsing | 2022-12-01 | 1 | -4/+7 |
* | Rewrite bn_correct_top(). | jsing | 2022-11-30 | 2 | -14/+10 |
* | 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 | 7 | -48/+7 |
* | Make header guards of internal headers consistent | tb | 2022-11-26 | 1 | -4/+4 |
* | bn_lcl.h wanted special treatment. | tb | 2022-11-26 | 1 | -567/+0 |
* | Make internal header file names consistent | tb | 2022-11-26 | 30 | -59/+626 |
* | Remove BIGNUM consistency macros. | jsing | 2022-11-26 | 23 | -328/+24 |
* | Change bn_expand()/bn_wexpand() to indicate failure/success via 0/1. | jsing | 2022-11-24 | 12 | -67/+67 |
* | Use bn_wexpand() rather than bn_expand() with sizeof(BN_ULONG). | jsing | 2022-11-23 | 2 | -4/+4 |
* | 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 | 2 | -5/+13 |
* | Move bn_expand() under bn_expand2(). | jsing | 2022-11-23 | 1 | -13/+13 |
* | Remove unused bn_dup_expand(). | jsing | 2022-11-23 | 2 | -56/+2 |
* | Move #ifndef OPENSSL_NO_DEPRECATED. | jsing | 2022-11-23 | 1 | -21/+21 |
* | Remove incorrect "r must not be a" comment | tb | 2022-11-22 | 1 | -2/+1 |
* | Fix segfaults in BN_dec2bn() and BN_hex2bn() | tb | 2022-11-22 | 1 | -3/+3 |
* | Fix a surprising quirk in BN_GF2m_mod(3). | schwarze | 2022-11-20 | 1 | -5/+11 |
* | Fix an off-by-one bug in BN_GF2m_poly2arr(3). | schwarze | 2022-11-20 | 1 | -4/+3 |
* | Fix comment describing BN_mod_sqrt() | tb | 2022-11-19 | 1 | -7/+9 |
* | Move bn_prime.h to the public domain. | tb | 2022-11-10 | 1 | -57/+4 |
* | Move table in bn_primes.h to a .c file and get rid of prime_t | tb | 2022-11-09 | 4 | -333/+290 |
* | Inline use of bn_is_prime_bpsw() | tb | 2022-11-09 | 1 | -24/+20 |
* | Next pass of bn_prime.c cleanup | tb | 2022-11-09 | 1 | -39/+29 |
* | Drop some dead code | tb | 2022-11-09 | 1 | -136/+1 |
* | Fix possible memory leak in BN_mpi2bn() if BN_bin2bn() fails. | tobhe | 2022-11-09 | 1 | -3/+7 |
* | Fix path of mentioned regress test | tb | 2022-10-11 | 1 | -2/+2 |
* | Add an empty line for consistency. | tb | 2022-08-31 | 1 | -1/+2 |
* | missing period | tb | 2022-08-29 | 1 | -2/+2 |
* | Tidy up some of BN_nist_mod_* | jsing | 2022-07-31 | 1 | -22/+30 |
* | Use named initialisers for BIGNUMs. | jsing | 2022-07-30 | 1 | -61/+65 |
* | Having a perfect square at this point is not an error. Rather it is | tb | 2022-07-29 | 1 | -2/+2 |
* | Tweak some comments and whitespace around comments | tb | 2022-07-29 | 1 | -9/+32 |
* | Avoid unnecessary loops in BN_generate_prime_ex() | tb | 2022-07-19 | 1 | -4/+6 |
* | Expand the comment explaining the for loop with bn_lucas_step() a bit. | tb | 2022-07-15 | 1 | -3/+3 |
* | Comment for factorization of n - 1 = k * 2^s in bn_miller_rabin_base_2() | tb | 2022-07-15 | 1 | -1/+2 |
* | Rename is_perfect_square to out_perfect in prototype to match | tb | 2022-07-15 | 1 | -2/+2 |
* | Do not make tables static so we can access them from regress. | tb | 2022-07-13 | 1 | -5/+5 |
* | Enable BPSW primality test. | tb | 2022-07-13 | 1 | -1/+3 |
* | Hook BPSW into BN_is_prime_fasttest_ex() | tb | 2022-07-13 | 1 | -3/+13 |
* | Implement the Baillie-PSW primality test | tb | 2022-07-13 | 2 | -1/+423 |
* | Integer square root and perfect square test | tb | 2022-07-13 | 2 | -1/+241 |
* | Move BN_lsw() to bn_lcl.h so that other code can use it. | tb | 2022-07-12 | 2 | -5/+5 |
* | Remove mkerr.pl remnants from LibreSSL | kn | 2022-07-12 | 2 | -12/+2 |
* | Expose new API in headers. | tb | 2022-07-07 | 1 | -3/+1 |
* | Prepare to provide BN_security_bits() | tb | 2022-06-27 | 2 | -2/+37 |
* | Error out on negative shifts in BN_{r,l}shift() | tb | 2022-06-22 | 1 | -1/+13 |
* | Tweak a comment | tb | 2022-06-20 | 1 | -2/+2 |