Use the private RNG for data that is not public
[openssl.git] / crypto / bn / bn_sqrt.c
2018-04-02 Kurt RoeckxUse the private RNG for data that is not public
2017-10-18 KaoruTodaRemove parentheses of return.
2017-07-03 Rich SalzBN_pseudo_rand is really BN_rand
2016-05-17 Rich SalzCopyright consolidation 06/10
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-01 Rich Salzfree NULL cleanup 7
2015-01-22 Matt CaswellMore comment realignment master-post-reformat
2015-01-22 Matt CaswellRe-align some comments after running the reformat script.
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2014-12-30 Tim Hudsonmark all block comments that need format preserving...
2005-08-23 Bodo Mölleravoid potential spurious BN_free()
2005-03-30 Nils Larschfix header
2004-03-13 Geoff ThorpeConvert openssl code not to assume the deprecated form...
2003-11-04 Geoff ThorpePut the first stage of my bignum debugging adventures...
2002-08-02 Bodo Möllerremove obsolete part of comment
2002-08-02 Bodo Möllerremove obsoleted disabled code
2002-08-02 Bodo MöllerChange BN_mod_sqrt() so that it verifies that the input...
2001-03-08 Bodo MöllerComment
2000-12-07 Bodo MöllerSign-related fixes (and tests).
2000-12-07 Bodo MöllerMove 'q->neg = 0' to those places where it is needed
2000-12-06 Bodo MöllerBN_mod_sqrt documentation/comment
2000-12-06 Bodo MöllerFaster BN_mod_sqrt algorithm for p == 5 (8).
2000-11-30 Bodo MöllerMove reduction step from BN_mod_exp to BN_mod_exp_mont_...
2000-11-30 Bodo MöllerBN_sqrt
2000-11-28 Bodo MöllerAdd bn_kron.c (BN_kronecker), which I forgot in the...