summaryrefslogtreecommitdiffstats
path: root/crypto/bn
AgeCommit message (Expand)Author
2003-02-22more mingw related cleanups.Ulf Möller
2003-02-01Old-style callbacks can be NULL!Ben Laurie
2003-01-19This is an *initial* tune-up. This update puts Itanium2 back on par withAndy Polyakov
2003-01-16A few more files to ignoreRichard Levitte
2003-01-10Make sure everything that may be freed is allocated or initiated.Richard Levitte
2003-01-09Finalizing asm support for UnixWare, SCO, OpenUnix... Note that I'veAndy Polyakov
2003-01-03Unified targets for ELF assembler modules. Tested on Linux, Solaris andAndy Polyakov
2003-01-03Support for ILP32 on HPUX-IA64.Andy Polyakov
2003-01-03pa-risc2.s was not PIC, see RT#426. I strip call to fprintf as it'sAndy Polyakov
2002-12-23Finally, a bn_div_words() in VAX assembler that goes through all tests.Richard Levitte
2002-12-20Fix for "shift count too large" when compiling for hpux-parisc2 andAndy Polyakov
2002-12-20More accurate comments.Richard Levitte
2002-12-20A little debugging.Richard Levitte
2002-12-14x86_64 performance patch.Andy Polyakov
2002-12-09make updateRichard Levitte
2002-12-08Nils Larsch submitted;Geoff Thorpe
2002-12-08This is a first-cut at improving the callback mechanisms used inGeoff Thorpe
2002-12-02I think I got it now. Apparently, the case of having to shift downRichard Levitte
2002-12-02Make some names consistent.Richard Levitte
2002-12-02Through some experimentation and thinking, I think I finally got theRichard Levitte
2002-12-01Small bugfix: even when r == d, we need to adjust r and q.Richard Levitte
2002-12-01Redo the VAX assembler version of bn_div_words().Richard Levitte
2002-11-29A few more memset()s converted to OPENSSL_cleanse().Richard Levitte
2002-11-28Have all tests use EXIT() to exit rather than exit(), since the latter doesn'tRichard Levitte
2002-11-27Unused variable removed.Richard Levitte
2002-11-19Fix an unsigned/signed mismatch.Richard Levitte
2002-11-14Fix to build better with DJGPP.Richard Levitte
2002-11-04implement and use new macros BN_get_sign(), BN_set_sign()Bodo Möller
2002-10-29synchronise util/libeay.num with the 0.9.7-stable variant (guys, thisRichard Levitte
2002-10-29avoid warnings ('index' shadows global declaration)Bodo Möller
2002-10-29Sun has agreed to removing the covenant language from most files.Bodo Möller
2002-10-29'covenant HOWTO' (what to do about the Sun covenant if you modify the code)Bodo Möller
2002-10-28clean up new code for NIST primesBodo Möller
2002-10-28fast reduction for NIST curvesBodo Möller
2002-10-14When BN_add_word() reaches top, it shouldn't try to add the the correspondingRichard Levitte
2002-10-09Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte
2002-08-27don't write beyond bufferBodo Möller
2002-08-12Do not use the word 'modulus', which is a class template name in VC++ 6.0/SP5.Richard Levitte
2002-08-07avoid SIGSEGVBodo Möller
2002-08-03oops, undo previous change (was just for testing)Bodo Möller
2002-08-03fix bn_expand2Bodo Möller
2002-08-03use bn_wexpand instead of bn_expand2 (the latter is not needed here,Bodo Möller
2002-08-02disable Sun divison algorithm by defaultBodo Möller
2002-08-02fix bn_expand2Bodo Möller
2002-08-02remove obsolete part of commentBodo Möller
2002-08-02remove obsoleted disabled codeBodo Möller
2002-08-02Let BN_rand_range() abort with an error after 100 iterationsBodo Möller
2002-08-02Change BN_mod_sqrt() so that it verifies that the input value isBodo Möller
2002-08-02move GF2m tests to the endBodo Möller
2002-08-02Rename implementations of method functions so that they matchBodo Möller