index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
bn
/
bn_asm.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-885
/
+945
*
bn/bn_asm.c: make it indent-friendly.
Andy Polyakov
2015-01-22
1
-15
/
+15
*
Fix for CVE-2014-3570 (with minor bn_asm.c revamp).
Andy Polyakov
2015-01-08
1
-119
/
+122
*
Remove OPENSSL_FIPSCANISTER code.
Dr. Stephen Henson
2014-12-08
1
-4
/
+0
*
RT2163: Remove some unneeded #include's
Doug Goldstein
2014-08-18
1
-1
/
+0
*
Experimental symbol renaming to avoid clashes with regular OpenSSL.
Dr. Stephen Henson
2011-02-16
1
-1
/
+6
*
Bring C bn_mul_mont template closer to assembler.
Andy Polyakov
2008-12-16
1
-2
/
+24
*
Revert commit #17603, it should have been part of #17617.
Andy Polyakov
2008-11-12
1
-4
/
+4
*
Revert the size_t modifications from HEAD that had led to more
Geoff Thorpe
2008-11-12
1
-5
/
+5
*
PR: 1777
Dr. Stephen Henson
2008-11-06
1
-4
/
+4
*
Fix prototypes.
Dr. Stephen Henson
2008-11-02
1
-5
/
+5
*
bn_asm.c update.
Andy Polyakov
2005-10-22
1
-4
/
+10
*
Change bn_mul_mont declaration and BN_MONT_CTX. Update CHANGES.
Andy Polyakov
2005-10-22
1
-3
/
+5
*
Fix bug in SMALL_FOOTPRINT path and clarify comment.
Andy Polyakov
2005-10-14
1
-4
/
+8
*
Leave the decision to call/implement bn_sqr_mont to assembler developer.
Andy Polyakov
2005-10-06
1
-19
/
+26
*
Reserve for SMALL_FOOTPRINT bn_asm.c. Currently OPENSSL_SMALL_FOOTPRINT
Andy Polyakov
2005-10-04
1
-75
/
+82
*
Add reference implementation for bn_[mul|sqr]_mont, new candidates for
Andy Polyakov
2005-10-04
1
-2
/
+124
*
3-4 times better RSA/DSA performance on WIN64A target. Well, on AMD64 CPU,
Andy Polyakov
2005-08-04
1
-0
/
+28
*
fix assertion
Nils Larsch
2005-05-31
1
-1
/
+1
*
Make the definition of bn_add_words() match the definition.
Richard Levitte
2000-11-18
1
-1
/
+1
*
More constification of the BN library.
Richard Levitte
2000-11-16
1
-10
/
+10
*
Avoid abort() throughout the library, except when preprocessor
Bodo Möller
2000-09-04
1
-8
/
+3
*
Typo.
Ben Laurie
2000-02-27
1
-1
/
+1
*
Reorganize bn_mul.c (no bugfix yet), remove obsolete files in BN library.
Ulf Möller
2000-02-26
1
-18
/
+29
*
Support for "multiply high" instruction, see BN_UMULT_HIGH comment in
Andy Polyakov
2000-02-02
1
-37
/
+61
*
Bignum division tune-up. Idea is to move multiplications in front of
Andy Polyakov
1999-07-30
1
-4
/
+6
*
Get rid of redundant multiplications in bn_div_words.
Andy Polyakov
1999-07-21
1
-5
/
+5
*
Circument egcs bug.
Bodo Möller
1999-05-26
1
-1
/
+2
*
Change functions to ANSI C.
Ulf Möller
1999-04-19
1
-51
/
+19
*
Fixes to BN code. Previously the default was to define BN_RECURSION
Mark J. Cox
1999-01-28
1
-1
/
+3
*
Import of old SSLeay release: SSLeay 0.9.1b (unreleased)
Ralf S. Engelschall
1998-12-21
1
-0
/
+829