2020-03-19 |
Bernd Edlinger | Merge probable_prime_dh_safe with bn_probable_prime_dh |
blob | commitdiff | raw |
2020-03-19 |
Bernd Edlinger | Add a parameter to probable_prime if we look for a... |
blob | commitdiff | raw | diff to current |
2019-09-27 |
Dr. Matthias St... | Reorganize local header files |
blob | commitdiff | raw | diff to current |
2019-07-07 |
Bernd Edlinger | Fix an endless loop in BN_generate_prime_ex |
blob | commitdiff | raw | diff to current |
2019-05-28 |
Richard Levitte | Update copyright year |
blob | commitdiff | raw | diff to current |
2019-03-19 |
Shane Lontis | Added NULL check to BN_clear() & BN_CTX_end() |
blob | commitdiff | raw | diff to current |
2018-06-21 |
Shane Lontis | Fixed range of random produced in BN_is_prime_fasttest_... |
blob | commitdiff | raw | diff to current |
2018-04-03 |
Matt Caswell | Update copyright year |
blob | commitdiff | raw | diff to current |
2018-04-02 |
Kurt Roeckx | Use the private RNG for data that is not public |
blob | commitdiff | raw | diff to current |
2017-10-18 |
KaoruToda | Remove parentheses of return. |
blob | commitdiff | raw | diff to current |
2017-10-09 |
KaoruToda | Since return is inconsistent, I removed unnecessary... |
blob | commitdiff | raw | diff to current |
2017-08-03 |
Rich Salz | Add RAND_priv_bytes() for private keys |
blob | commitdiff | raw | diff to current |
2017-07-03 |
Rich Salz | BN_pseudo_rand is really BN_rand |
blob | commitdiff | raw | diff to current |
2017-06-26 |
Paul Yang | Fix inaccurate comments in bn_prime.c |
blob | commitdiff | raw | diff to current |
2017-04-21 |
David Benjamin | Numbers greater than 1 are usually non-negative. |
blob | commitdiff | raw | diff to current |
2017-04-20 |
Adam Langley | Small primes are primes too. |
blob | commitdiff | raw | diff to current |
2017-02-28 |
Matt Caswell | Remove dead code in bn |
blob | commitdiff | raw | diff to current |
2016-11-15 |
Rich Salz | Check return value of some BN functions. |
blob | commitdiff | raw | diff to current |
2016-08-10 |
Rich Salz | Change callers to use the new constants. |
blob | commitdiff | raw | diff to current |
2016-06-29 |
FdaSilvaYY | Whitespace cleanup in crypto |
blob | commitdiff | raw | diff to current |
2016-06-25 |
David Benjamin | Handle BN_mod_word failures. |
blob | commitdiff | raw | diff to current |
2016-06-18 |
FdaSilvaYY | Useless header include of openssl/rand.h |
blob | commitdiff | raw | diff to current |
2016-06-13 |
Matt Caswell | Add some missing return value checks |
blob | commitdiff | raw | diff to current |
2016-05-17 |
Rich Salz | Copyright consolidation 06/10 |
blob | commitdiff | raw | diff to current |
2016-04-28 |
Matt Caswell | Don't leak memory on error in BN_generate_prime_ex |
blob | commitdiff | raw | diff to current |
2016-01-28 |
Viktor Dukhovni | Restore NUMPRIMES as a numeric literal |
blob | commitdiff | raw | diff to current |
2016-01-28 |
Rich Salz | Remove EIGHT_BIT and SIXTEEN_BIT |
blob | commitdiff | raw | diff to current |
2016-01-26 |
Rich Salz | Remove /* foo.c */ comments |
blob | commitdiff | raw | diff to current |
2015-09-05 |
Rich Salz | RT3955: Reduce some stack usage |
blob | commitdiff | raw | diff to current |
2015-05-14 |
Richard Levitte | Identify and move common internal libcrypto header... |
blob | commitdiff | raw | diff to current |
2015-05-01 |
Rich Salz | free NULL cleanup 7 |
blob | commitdiff | raw | diff to current |
2015-03-17 |
Matt Caswell | Fix probable_prime over large shift |
blob | commitdiff | raw | diff to current |
2015-01-22 |
Matt Caswell | Re-align some comments after running the reformat script. |
blob | commitdiff | raw | diff to current |
2015-01-22 |
Matt Caswell | Run util/openssl-format-source -v -c . |
blob | commitdiff | raw | diff to current |
2014-12-30 |
Tim Hudson | mark all block comments that need format preserving... |
blob | commitdiff | raw | diff to current |
2014-06-01 |
Ben Laurie | Merge branch 'erbridge-probable_primes' |
blob | commitdiff | raw | diff to current |
2014-06-01 |
Ben Laurie | Tidy up, don't exceed the number of requested bits. |
blob | commitdiff | raw | diff to current |
2014-06-01 |
Ben Laurie | Constify and reduce coprime random bits to allow for... |
blob | commitdiff | raw | diff to current |
2014-06-01 |
Felix Laurie von... | Add a test to check we're really generating probable... |
blob | commitdiff | raw | diff to current |
2014-06-01 |
Felix Laurie von... | Remove unused BIGNUMs. |
blob | commitdiff | raw | diff to current |
2014-06-01 |
Felix Laurie von... | Refactor the first prime index. |
blob | commitdiff | raw | diff to current |
2014-06-01 |
Felix Laurie von... | Try skipping over the adding and just picking a new... |
blob | commitdiff | raw | diff to current |
2014-06-01 |
Felix Laurie von... | Generate safe primes not divisible by 3, 5 or 7. |
blob | commitdiff | raw | diff to current |
2014-06-01 |
Felix Laurie von... | Add a method to generate a prime that is guaranteed... |
blob | commitdiff | raw | diff to current |
2014-06-01 |
Felix Laurie von... | Remove static from probable_prime_dh. |
blob | commitdiff | raw | diff to current |
2014-06-01 |
Felix Laurie von... | Remove indentation from the goto targets. |
blob | commitdiff | raw | diff to current |
2013-06-04 |
Adam Langley | Ensure that, when generating small primes, the result... |
blob | commitdiff | raw | diff to current |
2007-09-18 |
Andy Polyakov | Minimize stack utilization in probable_prime. |
blob | commitdiff | raw | diff to current |
2006-09-18 |
Bodo Möller | Ensure that the addition mods[i]+delta cannot overflow... |
blob | commitdiff | raw | diff to current |
2006-01-13 |
Nils Larsch | 2 is a prime |
blob | commitdiff | raw | diff to current |
2004-03-25 |
Geoff Thorpe | Adjust various bignum functions to use BN_CTX for varia... |
blob | commitdiff | raw | diff to current |
2003-11-04 |
Geoff Thorpe | Put the first stage of my bignum debugging adventures... |
blob | commitdiff | raw | diff to current |
2003-02-01 |
Ben Laurie | Old-style callbacks can be NULL! |
blob | commitdiff | raw | diff to current |
2003-01-10 |
Richard Levitte | Make sure everything that may be freed is allocated... |
blob | commitdiff | raw | diff to current |
2002-12-08 |
Geoff Thorpe | Nils Larsch submitted; |
blob | commitdiff | raw | diff to current |
2002-12-08 |
Geoff Thorpe | This is a first-cut at improving the callback mechanism... |
blob | commitdiff | raw | diff to current |
2001-09-04 |
Bodo Möller | OpenSSL copyright notices ... |
blob | commitdiff | raw | diff to current |
2001-09-03 |
Geoff Thorpe | Correct a typo. |
blob | commitdiff | raw | diff to current |
2001-09-03 |
Bodo Möller | Use uniformly chosen witnesses for Miller-Rabin test |
blob | commitdiff | raw | diff to current |
2000-11-06 |
Richard Levitte | Constify the BIGNUM routines a bit more. The only... |
blob | commitdiff | raw | diff to current |
2000-02-05 |
Ulf Möller | New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end... |
blob | commitdiff | raw | diff to current |
2000-02-03 |
Ulf Möller | ispell (and minor modifications) |
blob | commitdiff | raw | diff to current |
2000-02-03 |
Bodo Möller | Some 'const's for BNs. |
blob | commitdiff | raw | diff to current |
2000-02-02 |
Bodo Möller | Include OpenSSL license. |
blob | commitdiff | raw | diff to current |
2000-02-02 |
Bodo Möller | Tolerate negative numbers in BN_is_prime. |
blob | commitdiff | raw | diff to current |
2000-02-02 |
Bodo Möller | rndsort{Miller, Rabin} primality test. |
blob | commitdiff | raw | diff to current |
2000-02-01 |
Ulf Möller | Bug fix: BN_is_prime() would fail with a high probabili... |
blob | commitdiff | raw | diff to current |
2000-01-30 |
Ulf Möller | Seek out and destroy another evil cast. |
blob | commitdiff | raw | diff to current |
2000-01-30 |
Bodo Möller | Make output of "openssl dsaparam 1024" more interesting :-) |
blob | commitdiff | raw | diff to current |
2000-01-30 |
Bodo Möller | Make DSA_generate_parameters, and fix a couple of bug |
blob | commitdiff | raw | diff to current |
2000-01-27 |
Ulf Möller | Document DSA and SHA. |
blob | commitdiff | raw | diff to current |
2000-01-23 |
Ulf Möller | Document the BN library. |
blob | commitdiff | raw | diff to current |
2000-01-22 |
Ulf Möller | Document the DH library, and make some minor changes... |
blob | commitdiff | raw | diff to current |
2000-01-13 |
Ulf Möller | Precautions against using the PRNG uninitialized: RAND_... |
blob | commitdiff | raw | diff to current |
2000-01-12 |
Bodo Möller | Turn BN_prime_checks into a macro. |
blob | commitdiff | raw | diff to current |
1999-06-03 |
Ben Laurie | More evil cast removal. |
blob | commitdiff | raw | diff to current |
1999-05-20 |
Ulf Möller | Bignum library bug fix. IRIX 6 passes "make test" now! |
blob | commitdiff | raw | diff to current |
1999-04-26 |
Ulf Möller | Remove NOPROTO-related macros. |
blob | commitdiff | raw | diff to current |
1999-04-26 |
Ulf Möller | Remove NOPROTO definitions and error code comments. |
blob | commitdiff | raw | diff to current |
1999-04-23 |
Bodo Möller | Change #include filenames from <foo.h> to <openssl.h>. |
blob | commitdiff | raw | diff to current |
1999-04-19 |
Ulf Möller | Change functions to ANSI C. |
blob | commitdiff | raw | diff to current |
1999-02-25 |
Ben Laurie | Fix clearly untested "clever" hack. |
blob | commitdiff | raw | diff to current |
1998-12-21 |
Ralf S. Engelschall | This commit was generated by cvs2svn to track changes... |
blob | commitdiff | raw | diff to current |
1998-12-21 |
Ralf S. Engelschall | Import of old SSLeay release: SSLeay 0.9.1b (unreleased) SSLeay |
blob | commitdiff | raw | diff to current |
1998-12-21 |
Ralf S. Engelschall | This commit was generated by cvs2svn to track changes... |
blob | commitdiff | raw | diff to current |
1998-12-21 |
Ralf S. Engelschall | Import of old SSLeay release: SSLeay 0.9.0b |
blob | commitdiff | raw | diff to current |
1998-12-21 |
Ralf S. Engelschall | This commit was generated by cvs2svn to track changes... |
blob | commitdiff | raw | diff to current |
1998-12-21 |
Ralf S. Engelschall | This commit was generated by cvs2svn to track changes... |
blob | commitdiff | raw | diff to current |
1998-12-21 |
Ralf S. Engelschall | Import of old SSLeay release: SSLeay 0.8.1b |
blob | commitdiff | raw | diff to current |
1998-12-21 |
Ralf S. Engelschall | This commit was generated by cvs2svn to track changes... |
blob | commitdiff | raw | diff to current |
|