summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_sqrt.c
AgeCommit message (Expand)Author
2022-05-03Update copyright yearMatt Caswell
2022-03-15Fix possible infinite loop in BN_mod_sqrt()Tomas Mraz
2021-05-29add zero strenght arguments to BN and RAND RNG callsPauli
2021-01-28Update copyright yearRichard Levitte
2021-01-13Fix incorrect use of BN_CTX APIAgustin Gianni
2020-11-26Update copyright yearMatt Caswell
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-07-15Make sure all BIGNUM operations work within the FIPS providerMatt Caswell
2019-06-11Fix a URL to the NMBRTHRY list archiveBernd Edlinger
2018-12-06Following the license change, modify the boilerplates in crypto/bn/Richard Levitte
2018-04-03Update copyright yearMatt Caswell
2018-04-02Use the private RNG for data that is not publicKurt Roeckx
2017-10-18Remove parentheses of return.KaoruToda
2017-07-03BN_pseudo_rand is really BN_randRich Salz
2016-05-17Copyright consolidation 06/10Rich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-04-30free NULL cleanup 7Rich Salz
2015-01-22More comment realignmentmaster-post-reformatMatt Caswell
2015-01-22Re-align some comments after running the reformat script.Matt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2005-08-23avoid potential spurious BN_free()Bodo Möller
2005-03-30fix headerNils Larsch
2004-03-13Convert openssl code not to assume the deprecated form of BN_zero().Geoff Thorpe
2003-11-04Put the first stage of my bignum debugging adventures into CVS. This codeGeoff Thorpe
2002-08-02remove obsolete part of commentBodo Möller
2002-08-02remove obsoleted disabled codeBodo Möller
2002-08-02Change BN_mod_sqrt() so that it verifies that the input value isBodo Möller
2001-03-08CommentBodo Möller
2000-12-07Sign-related fixes (and tests).Bodo Möller
2000-12-07Move 'q->neg = 0' to those places where it is neededBodo Möller
2000-12-06BN_mod_sqrt documentation/commentBodo Möller
2000-12-06Faster BN_mod_sqrt algorithm for p == 5 (8).Bodo Möller
2000-11-30Move reduction step from BN_mod_exp to BN_mod_exp_mont_word.Bodo Möller
2000-11-30BN_sqrtBodo Möller
2000-11-28Add bn_kron.c (BN_kronecker), which I forgot in the previous commit.Bodo Möller