index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
bn
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bn/asm/ppc.pl to use ppc-xlate.pl.
Andy Polyakov
2006-10-17
1
-160
/
+64
*
VIA-specific Montgomery multiplication routine.
Andy Polyakov
2006-10-17
1
-0
/
+227
*
Ensure that the addition mods[i]+delta cannot overflow in probable_prime().
Bodo Möller
2006-09-18
1
-6
/
+3
*
+20% tune-up for Power5.
Andy Polyakov
2006-08-09
1
-18
/
+11
*
Engage assembler in solaris64-x86_64-cc.
Andy Polyakov
2006-08-01
1
-0
/
+4
*
Update .cvsignore again.
Dr. Stephen Henson
2006-07-17
1
-0
/
+1
*
Unsigned vs signed comparison warning.
Andy Polyakov
2006-07-04
1
-2
/
+1
*
New functions CRYPTO_set_idptr_callback(),
Bodo Möller
2006-06-23
2
-1
/
+68
*
Change array representation of binary polynomials to make GF2m part of
Bodo Möller
2006-06-19
3
-64
/
+65
*
another thread-safety fix
Bodo Möller
2006-06-16
1
-6
/
+8
*
Thread-safety fixes
Bodo Möller
2006-06-14
1
-10
/
+75
*
Futher minor PPC assembler update.
Andy Polyakov
2006-05-04
1
-1
/
+1
*
Minor PPC assembler updates.
Andy Polyakov
2006-05-03
1
-0
/
+1
*
Yet another "teaser" Montgomery multiplication module, for PowerPC.
Andy Polyakov
2006-04-30
2
-0
/
+335
*
Add support for setting keybits and public exponent value for pkey RSA keygen.
Dr. Stephen Henson
2006-04-11
2
-0
/
+22
*
ensure the pointer is valid before using it
Nils Larsch
2006-03-18
1
-0
/
+2
*
make update
Ulf Möller
2006-02-13
1
-0
/
+2
*
Update filenames in makefiles.
Dr. Stephen Henson
2006-02-04
1
-1
/
+1
*
add additional checks + cleanup
Nils Larsch
2006-01-30
1
-1
/
+2
*
fix comment
Nils Larsch
2006-01-14
1
-2
/
+8
*
2 is a prime
Nils Larsch
2006-01-14
1
-1
/
+2
*
Minor sparcv9 clean-ups.
Andy Polyakov
2005-12-27
1
-11
/
+2
*
As SPARCV9 CPU flavor is [expected to be] detected at run-time, we can
Andy Polyakov
2005-12-19
1
-17
/
+14
*
Unify sparcv9 assembler naming and build rules among 32- and 64-bit builds.
Andy Polyakov
2005-12-16
4
-9
/
+23
*
We all make typos:-) Fix just introduced ones in bn.h
Andy Polyakov
2005-12-16
1
-3
/
+3
*
Eliminate warning induced by http://cvs.openssl.org/chngview?cn=14690 and
Andy Polyakov
2005-12-16
4
-119
/
+13
*
Add IALU-only bn_mul_mont for SPARCv9. See commentary section for details.
Andy Polyakov
2005-12-15
1
-0
/
+623
*
Switch 64-bit sparcv9 platforms from bn(64,64) to bn(64,32). This doesn't
Andy Polyakov
2005-12-15
1
-93
/
+64
*
Allow for bn(64,32) on LP64 platforms.
Andy Polyakov
2005-12-15
1
-2
/
+2
*
Apply "better safe than sorry" approach after addressing sporadic SEGV in
Andy Polyakov
2005-11-15
1
-0
/
+12
*
Attempt to resolve sporadic SEGV crashes in bn_sub_words in OpenSSH. I'm
Andy Polyakov
2005-11-11
1
-2
/
+2
*
Update from stable branch.
Dr. Stephen Henson
2005-11-11
1
-6
/
+6
*
Move declaration for optional bn_mul_mont to bn_lcl.h in order to hide
Andy Polyakov
2005-11-06
2
-1
/
+1
*
Clarify binary compatibility with HAL/Fujitsu SPARC64 family.
Andy Polyakov
2005-10-25
1
-4
/
+10
*
bn_asm.c update.
Andy Polyakov
2005-10-22
1
-4
/
+10
*
Eliminate gcc warning in bn_mont.c.
Andy Polyakov
2005-10-22
1
-2
/
+2
*
Add support for 32-bit ABI to sparcv9a-mont.pl module.
Andy Polyakov
2005-10-22
2
-173
/
+241
*
Change bn_mul_mont declaration and BN_MONT_CTX. Update CHANGES.
Andy Polyakov
2005-10-22
6
-15
/
+56
*
Yet another "teaser" Montgomery multiply module, for UltraSPARC. It's not
Andy Polyakov
2005-10-19
1
-0
/
+661
*
Flip saved argument block and tp [required for non-SSE2 path].
Andy Polyakov
2005-10-14
1
-26
/
+26
*
Make sure x86-mont.pl returns zero even if compiled with no-sse2.
Andy Polyakov
2005-10-14
1
-1
/
+4
*
Fix bug in SMALL_FOOTPRINT path and clarify comment.
Andy Polyakov
2005-10-14
1
-4
/
+8
*
Add timestamp to x86-mont.pl.
Andy Polyakov
2005-10-09
1
-0
/
+2
*
Throw in bn/asm/x86-mont.pl Montgomery multiplication "teaser".
Andy Polyakov
2005-10-09
2
-0
/
+244
*
x86_64-mont.pl readability improvement.
Andy Polyakov
2005-10-07
1
-15
/
+14
*
Throw in Montgomery multiplication assembler for x86_64.
Andy Polyakov
2005-10-07
2
-0
/
+209
*
Refine logic in bn_mont.c and eliminate redundant BN_CTX pulls.
Andy Polyakov
2005-10-06
1
-32
/
+55
*
Leave the decision to call/implement bn_sqr_mont to assembler developer.
Andy Polyakov
2005-10-06
3
-29
/
+34
*
Initialize bignum constants using BN_bin2bn() instead of BN_hex2bn(). This
Dr. Stephen Henson
2005-10-05
2
-190
/
+343
*
Fix typo in exptest.c.
Andy Polyakov
2005-10-04
1
-1
/
+1
[next]