aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bn
Commit message (Expand)AuthorAgeFilesLines
* make RSA blinding thread-safeBodo Möller2003-04-021-0/+2
* Make sure we get the definition of OPENSSL_NO_ERR.Richard Levitte2003-03-201-0/+1
* more mingw related cleanups.Ulf Möller2003-02-222-12/+0
* Old-style callbacks can be NULL!Ben Laurie2003-02-011-0/+2
* This is an *initial* tune-up. This update puts Itanium2 back on par withAndy Polyakov2003-01-191-47/+76
* A few more files to ignoreRichard Levitte2003-01-161-0/+2
* Make sure everything that may be freed is allocated or initiated.Richard Levitte2003-01-101-1/+1
* Finalizing asm support for UnixWare, SCO, OpenUnix... Note that I'veAndy Polyakov2003-01-091-1/+1
* Unified targets for ELF assembler modules. Tested on Linux, Solaris andAndy Polyakov2003-01-031-24/+5
* Support for ILP32 on HPUX-IA64.Andy Polyakov2003-01-031-18/+96
* pa-risc2.s was not PIC, see RT#426. I strip call to fprintf as it'sAndy Polyakov2003-01-031-18/+18
* Finally, a bn_div_words() in VAX assembler that goes through all tests.Richard Levitte2002-12-231-55/+81
* Fix for "shift count too large" when compiling for hpux-parisc2 andAndy Polyakov2002-12-201-1/+1
* More accurate comments.Richard Levitte2002-12-201-2/+2
* A little debugging.Richard Levitte2002-12-201-0/+10
* x86_64 performance patch.Andy Polyakov2002-12-144-2/+610
* make updateRichard Levitte2002-12-091-0/+8
* Nils Larsch submitted;Geoff Thorpe2002-12-083-12/+18
* This is a first-cut at improving the callback mechanisms used inGeoff Thorpe2002-12-085-33/+201
* I think I got it now. Apparently, the case of having to shift downRichard Levitte2002-12-021-7/+27
* Make some names consistent.Richard Levitte2002-12-021-2/+2
* Through some experimentation and thinking, I think I finally got theRichard Levitte2002-12-021-57/+78
* Small bugfix: even when r == d, we need to adjust r and q.Richard Levitte2002-12-011-11/+11
* Redo the VAX assembler version of bn_div_words().Richard Levitte2002-12-011-101/+62
* A few more memset()s converted to OPENSSL_cleanse().Richard Levitte2002-11-292-3/+3
* Have all tests use EXIT() to exit rather than exit(), since the latter doesn'tRichard Levitte2002-11-282-15/+18
* Unused variable removed.Richard Levitte2002-11-271-1/+1
* Fix an unsigned/signed mismatch.Richard Levitte2002-11-191-2/+3
* Fix to build better with DJGPP.Richard Levitte2002-11-141-3/+3
* implement and use new macros BN_get_sign(), BN_set_sign()Bodo Möller2002-11-041-20/+42
* synchronise util/libeay.num with the 0.9.7-stable variant (guys, thisRichard Levitte2002-10-291-2/+7
* avoid warnings ('index' shadows global declaration)Bodo Möller2002-10-291-2/+2
* Sun has agreed to removing the covenant language from most files.Bodo Möller2002-10-292-26/+0
* 'covenant HOWTO' (what to do about the Sun covenant if you modify the code)Bodo Möller2002-10-291-0/+7
* clean up new code for NIST primesBodo Möller2002-10-283-21/+38
* fast reduction for NIST curvesBodo Möller2002-10-284-2/+901
* When BN_add_word() reaches top, it shouldn't try to add the the correspondingRichard Levitte2002-10-141-1/+4
* Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte2002-10-091-1/+1
* don't write beyond bufferBodo Möller2002-08-271-1/+5
* Do not use the word 'modulus', which is a class template name in VC++ 6.0/SP5.Richard Levitte2002-08-121-1/+1
* avoid SIGSEGVBodo Möller2002-08-071-3/+3
* oops, undo previous change (was just for testing)Bodo Möller2002-08-031-1/+1
* fix bn_expand2Bodo Möller2002-08-032-3/+4
* use bn_wexpand instead of bn_expand2 (the latter is not needed here,Bodo Möller2002-08-031-1/+1
* disable Sun divison algorithm by defaultBodo Möller2002-08-021-1/+1
* fix bn_expand2Bodo Möller2002-08-021-8/+11
* remove obsolete part of commentBodo Möller2002-08-021-2/+0
* remove obsoleted disabled codeBodo Möller2002-08-021-10/+0
* Let BN_rand_range() abort with an error after 100 iterationsBodo Möller2002-08-021-0/+14
* Change BN_mod_sqrt() so that it verifies that the input value isBodo Möller2002-08-021-18/+31