summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_sqrt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Fix possible infinite loop in BN_mod_sqrt()Tomas Mraz2022-03-151-12/+18
* add zero strenght arguments to BN and RAND RNG callsPauli2021-05-291-1/+1
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Fix incorrect use of BN_CTX APIAgustin Gianni2021-01-131-1/+4
* Update copyright yearMatt Caswell2020-11-261-1/+1
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-6/+6
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Make sure all BIGNUM operations work within the FIPS providerMatt Caswell2019-07-151-1/+1
* Fix a URL to the NMBRTHRY list archiveBernd Edlinger2019-06-111-1/+2
* Following the license change, modify the boilerplates in crypto/bn/Richard Levitte2018-12-061-1/+1
* Update copyright yearMatt Caswell2018-04-031-1/+1
* Use the private RNG for data that is not publicKurt Roeckx2018-04-021-1/+1
* Remove parentheses of return.KaoruToda2017-10-181-1/+1
* BN_pseudo_rand is really BN_randRich Salz2017-07-041-1/+1
* Copyright consolidation 06/10Rich Salz2016-05-171-54/+5
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* free NULL cleanup 7Rich Salz2015-05-011-2/+1
* More comment realignmentmaster-post-reformatMatt Caswell2015-01-221-26/+26
* Re-align some comments after running the reformat script.Matt Caswell2015-01-221-35/+35
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-335/+347
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-4/+8
* avoid potential spurious BN_free()Bodo Möller2005-08-231-2/+4
* fix headerNils Larsch2005-03-301-1/+1
* Convert openssl code not to assume the deprecated form of BN_zero().Geoff Thorpe2004-03-141-2/+2
* Put the first stage of my bignum debugging adventures into CVS. This codeGeoff Thorpe2003-11-041-0/+3
* remove obsolete part of commentBodo Möller2002-08-021-2/+0
* remove obsoleted disabled codeBodo Möller2002-08-021-10/+0
* Change BN_mod_sqrt() so that it verifies that the input value isBodo Möller2002-08-021-18/+31
* CommentBodo Möller2001-03-081-0/+2
* Sign-related fixes (and tests).Bodo Möller2000-12-071-15/+14
* Move 'q->neg = 0' to those places where it is neededBodo Möller2000-12-071-1/+5
* BN_mod_sqrt documentation/commentBodo Möller2000-12-061-1/+1
* Faster BN_mod_sqrt algorithm for p == 5 (8).Bodo Möller2000-12-061-5/+79
* Move reduction step from BN_mod_exp to BN_mod_exp_mont_word.Bodo Möller2000-11-301-3/+3
* BN_sqrtBodo Möller2000-11-301-1/+308
* Add bn_kron.c (BN_kronecker), which I forgot in the previous commit.Bodo Möller2000-11-281-0/+1