summaryrefslogtreecommitdiffstats
path: root/crypto/bn
AgeCommit message (Expand)Author
2004-04-03Type. "pa-rics2W" -> "pa-risc2W"Richard Levitte
2004-03-30Recent changes from 0.9.7-stableRichard Levitte
2004-03-11Finish elimination of Makefile.sslBen Laurie
2004-03-10Step 1 in blowing away Makefile.sslBen Laurie
2004-02-07Typo in crypto/bn/asm/x86_64.c, bn_div_words().Andy Polyakov
2004-01-29Recent changes from 0.9.7-stableRichard Levitte
2004-01-23Recent changes from 0.9.7-stable.Richard Levitte
2004-01-19Recent and not so recent changes from 0.9.7-stable, all conflicts resolved.Richard Levitte
2003-12-18I haven't merged from 0.9.7-stable in a loooong time. It shows :-).Richard Levitte
2003-05-29Have ASFLAGS be defined the same way as CFLAGSRichard Levitte
2003-05-28Make sure to compare unsigned against unsigned.Richard Levitte
2003-05-21Fix sign bugs.Richard Levitte
2003-04-02make RSA blinding thread-safeBodo Möller
2003-02-22mingw related cleanups, as in headUlf Möller
2003-01-24consistencyBodo Möller
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-12IA-32 assembler support enhancements from HEAD branch: unified ELF,Andy Polyakov
2003-01-10Make sure everything that may be freed is allocated or initiated.Richard Levitte
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-16This is rollback to 0.9.6h bn_mul.c to address problem reported in RT#272.Andy Polyakov
2002-12-14x86_64 performance patch.Andy Polyakov
2002-12-14This commit was manufactured by cvs2svn to create branchcvs2svn
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-02Merge from HEADRichard Levitte
2002-12-02I think I got it now. Apparently, the case of having to shift downRichard Levitte
2002-12-02Merge from HEADRichard 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-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-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-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-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-14Fix to build better with DJGPP.Richard Levitte
2002-11-04implement and use new macros BN_get_sign(), BN_set_sign()Bodo Möller