summaryrefslogtreecommitdiffstats
path: root/crypto/bn
AgeCommit message (Expand)Author
2005-05-31fix assertionNils Larsch
2005-05-31Missing sparcv8.o rule.Andy Polyakov
2005-05-29TypoRichard Levitte
2005-05-27Use BN_with_flags() in a cleaner way.Bodo Möller
2005-05-26check BN_copy() return valueBodo Möller
2005-05-24DEC C complains about bad subscript, but we know better, so let's shut it up.Richard Levitte
2005-05-16Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov
2005-05-16Implement fixed-window exponentiation to mitigate hyper-threadingBodo Möller
2005-05-15Fool-proofing MakefilesAndy Polyakov
2005-05-11There must be an explicit way to build the .o!Ben Laurie
2005-05-11Fix more error codes.Bodo Möller
2005-05-06Since BN_LLONG will only be defined for Alpha/VMS and not VAX/VMS,Richard Levitte
2005-05-03remove BN_ncopy, it was only used in bn_nist.c and wasn't particularNils Larsch
2005-05-03rewrite of bn_nist.c, disable support for some curves on 64 bit platformsNils Larsch
2005-04-29don't let BN_CTX_free(NULL) segfaultNils Larsch
2005-04-26Port BN_MONT_CTX_set_locked() from stable branch.Dr. Stephen Henson
2005-04-26Stop unused variable warning.Dr. Stephen Henson
2005-04-26some updates for the blinding code; summary:Nils Larsch
2005-04-26Fix various incorrect error function codes.Bodo Möller
2005-04-26Add DTLS support.Ben Laurie
2005-04-22- use BN_set_negative and BN_is_negative instead of BN_set_signNils Larsch
2005-04-12Rebuild error codes.Dr. Stephen Henson
2005-04-11Add emacs cache files to .cvsignore.Richard Levitte
2005-04-04Extend Solaris x86 support to amd64.Andy Polyakov
2005-04-03Make bn/asm/x86_64-gcc.c gcc4 savvy. +r is likely to be initiallyAndy Polyakov
2005-03-30fix headerNils Larsch
2005-03-30Blow away Makefile.ssl.Ben Laurie
2005-02-06Remove unused assembler modules.Andy Polyakov
2005-02-06This patch was "ignited" by OpenBSD 3>=4 support. They've switched to ELFAndy Polyakov
2004-12-20Refine PowerPC platform support.Andy Polyakov
2004-12-05Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson
2004-11-02Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte
2004-09-19Two TODO comments taken care of. Nils pointed out that one of them had alreadyGeoff Thorpe
2004-08-29Proper support for OpenBSD-i386 shared build, including assember modules!Andy Polyakov
2004-08-29OPENSSL_ia32cap final touches. Note that OPENSSL_ia32cap is no longer aAndy Polyakov
2004-08-01OpenBSD fix-up for new a.out targets. OpenBSD .s.o rule is busted...Andy Polyakov
2004-08-01Clean-up GAS targets: get rid of "cpp" stuff and replace it with "purified"Andy Polyakov
2004-07-23Build-n-link new IA-64 modules on Linux and HP-UX.Andy Polyakov
2004-07-22All SIXTY_FOUR_BIT platforms (mind the difference between SIXTY_FOUR_BIT andAndy Polyakov
2004-07-18Anchor AES and SHA-256/-512 assembler from C.Andy Polyakov
2004-07-18Add anchors for AES, SHA-256/-512 assembler modules and SSE2 code pathes.Andy Polyakov
2004-07-06Improve error handling if decompression of an ec point fails, and cleanupGeoff Thorpe
2004-07-01New scalable bn_mul_add_words loop, which provides up to >20% overallAndy Polyakov
2004-06-20Tidy up, including;Geoff Thorpe
2004-06-17Deprecate unused cruft, and "make update".Geoff Thorpe
2004-06-17Actually, that last change to BN_get_word() was a little too simple.Geoff Thorpe
2004-06-17As Nils put it;Geoff Thorpe
2004-06-17BN_div_word() was breaking when called from BN_bn2dec() (actually, this isGeoff Thorpe
2004-05-28Eliminate compiler warnings and throw in performance table.Andy Polyakov
2004-05-15Make some more API types opaquely available from ossl_typ.h, meaning theGeoff Thorpe