index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
bn
/
bn_sqrt.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
Fix possible infinite loop in BN_mod_sqrt()
Tomas Mraz
2022-03-15
1
-12
/
+18
*
add zero strenght arguments to BN and RAND RNG calls
Pauli
2021-05-29
1
-1
/
+1
*
Update copyright year
Richard Levitte
2021-01-28
1
-1
/
+1
*
Fix incorrect use of BN_CTX API
Agustin Gianni
2021-01-13
1
-1
/
+4
*
Update copyright year
Matt Caswell
2020-11-26
1
-1
/
+1
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-6
/
+6
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Make sure all BIGNUM operations work within the FIPS provider
Matt Caswell
2019-07-15
1
-1
/
+1
*
Fix a URL to the NMBRTHRY list archive
Bernd Edlinger
2019-06-11
1
-1
/
+2
*
Following the license change, modify the boilerplates in crypto/bn/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Update copyright year
Matt Caswell
2018-04-03
1
-1
/
+1
*
Use the private RNG for data that is not public
Kurt Roeckx
2018-04-02
1
-1
/
+1
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-1
/
+1
*
BN_pseudo_rand is really BN_rand
Rich Salz
2017-07-04
1
-1
/
+1
*
Copyright consolidation 06/10
Rich Salz
2016-05-17
1
-54
/
+5
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
free NULL cleanup 7
Rich Salz
2015-05-01
1
-2
/
+1
*
More comment realignment
master-post-reformat
Matt Caswell
2015-01-22
1
-26
/
+26
*
Re-align some comments after running the reformat script.
Matt Caswell
2015-01-22
1
-35
/
+35
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-335
/
+347
*
mark all block comments that need format preserving so that
Tim Hudson
2014-12-30
1
-4
/
+8
*
avoid potential spurious BN_free()
Bodo Möller
2005-08-23
1
-2
/
+4
*
fix header
Nils Larsch
2005-03-30
1
-1
/
+1
*
Convert openssl code not to assume the deprecated form of BN_zero().
Geoff Thorpe
2004-03-14
1
-2
/
+2
*
Put the first stage of my bignum debugging adventures into CVS. This code
Geoff Thorpe
2003-11-04
1
-0
/
+3
*
remove obsolete part of comment
Bodo Möller
2002-08-02
1
-2
/
+0
*
remove obsoleted disabled code
Bodo Möller
2002-08-02
1
-10
/
+0
*
Change BN_mod_sqrt() so that it verifies that the input value is
Bodo Möller
2002-08-02
1
-18
/
+31
*
Comment
Bodo Möller
2001-03-08
1
-0
/
+2
*
Sign-related fixes (and tests).
Bodo Möller
2000-12-07
1
-15
/
+14
*
Move 'q->neg = 0' to those places where it is needed
Bodo Möller
2000-12-07
1
-1
/
+5
*
BN_mod_sqrt documentation/comment
Bodo Möller
2000-12-06
1
-1
/
+1
*
Faster BN_mod_sqrt algorithm for p == 5 (8).
Bodo Möller
2000-12-06
1
-5
/
+79
*
Move reduction step from BN_mod_exp to BN_mod_exp_mont_word.
Bodo Möller
2000-11-30
1
-3
/
+3
*
BN_sqrt
Bodo Möller
2000-11-30
1
-1
/
+308
*
Add bn_kron.c (BN_kronecker), which I forgot in the previous commit.
Bodo Möller
2000-11-28
1
-0
/
+1