summaryrefslogtreecommitdiff
path: root/crypto/bn
Commit message (Expand)AuthorAgeFilesLines
* Build-n-link new IA-64 modules on Linux and HP-UX.Andy Polyakov2004-07-231-11/+3
* All SIXTY_FOUR_BIT platforms (mind the difference between SIXTY_FOUR_BIT andAndy Polyakov2004-07-221-3/+19
* Anchor AES and SHA-256/-512 assembler from C.Andy Polyakov2004-07-181-1/+2
* Add anchors for AES, SHA-256/-512 assembler modules and SSE2 code pathes.Andy Polyakov2004-07-181-11/+0
* Improve error handling if decompression of an ec point fails, and cleanupGeoff Thorpe2004-07-063-1/+7
* New scalable bn_mul_add_words loop, which provides up to >20% overallAndy Polyakov2004-07-011-131/+86
* Tidy up, including;Geoff Thorpe2004-06-203-30/+10
* Deprecate unused cruft, and "make update".Geoff Thorpe2004-06-172-0/+5
* Actually, that last change to BN_get_word() was a little too simple.Geoff Thorpe2004-06-171-1/+3
* As Nils put it;Geoff Thorpe2004-06-171-48/+4
* BN_div_word() was breaking when called from BN_bn2dec() (actually, this isGeoff Thorpe2004-06-172-1/+69
* Eliminate compiler warnings and throw in performance table.Andy Polyakov2004-05-281-16/+34
* Make some more API types opaquely available from ossl_typ.h, meaning theGeoff Thorpe2004-05-151-16/+20
* SSE2 accelerated bn_mul_add_words. Code is currently disabled till properAndy Polyakov2004-05-061-0/+79
* Improved PowerPC support. Proper ./config support for ppc targets,Andy Polyakov2004-04-272-0/+2088
* Print the debug thingies on stderr instead of stdout. If for nothingRichard Levitte2004-04-201-13/+13
* make updateGeoff Thorpe2004-04-191-68/+69
* RAND_add() wants a double as it's last argument.Richard Levitte2004-03-251-1/+1
* Adjust various bignum functions to use BN_CTX for variables instead ofGeoff Thorpe2004-03-255-102/+95
* Replace the BN_CTX implementation with my current work. I'm leaving theGeoff Thorpe2004-03-251-75/+345
* Variety of belt-tightenings in the bignum code. (Please help test this!)Geoff Thorpe2004-03-174-18/+48
* Convert openssl code not to assume the deprecated form of BN_zero().Geoff Thorpe2004-03-1310-37/+64
* The efforts to eliminate the dual-representation of zero and to ensureGeoff Thorpe2004-03-131-0/+10
* Document a change I'd already made, and at the same time, correct theGeoff Thorpe2004-03-132-3/+4
* Minimise the amount of code dependent on BN_DEBUG_RAND. In particular,Geoff Thorpe2004-03-093-23/+5
* More changes coming out of the bignum auditing. BN_CTX_get() should ideallyGeoff Thorpe2004-03-091-12/+6
* When adding positive elements, we can use BN_uadd() instead of BN_add().Geoff Thorpe2004-02-221-1/+1
* Typo in crypto/bn/asm/x86_64.c, bn_div_words().Andy Polyakov2004-02-071-1/+1
* Typo in PA-RISC 2 rules in crypto/bn/Makefile.sslAndy Polyakov2004-01-301-2/+2
* HP/UX PA-RISC 2 targets update.Andy Polyakov2004-01-291-0/+7
* make updateRichard Levitte2004-01-281-2/+7
* Even though C specification explicitly says that constant type "stretches"Andy Polyakov2004-01-252-14/+20
* Use sh explicitely to run point.shRichard Levitte2003-12-271-1/+1
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-272-6/+7
* Add "dif" variable to clean up the loop implementations.Ulf Möller2003-12-061-45/+46
* Avoid segfault if ret==0.Ulf Möller2003-12-061-1/+2
* Incremental cleanups to bn_lib.c.Geoff Thorpe2003-12-021-48/+38
* Use the BN_is_odd() macro in place of code that (inconsistently) does muchGeoff Thorpe2003-12-022-5/+7
* BN_FLG_FREE is of extremely dubious usefulness, and is only referred toGeoff Thorpe2003-12-022-1/+9
* Declare the static BIGNUM "BN_value_one()" more carefully.Geoff Thorpe2003-12-011-1/+1
* Add missing bn_check_top()s to bn_kron.c, remove some miscellaneousGeoff Thorpe2003-12-011-3/+5
* Add missing bn_check_top()s to bn_gf2m.c and remove some miscellaneousGeoff Thorpe2003-12-011-29/+70
* The bn_set_max() macro is only "used" by the bn_set_[low|high]() macrosGeoff Thorpe2003-12-011-32/+0
* bn_fix_top() exists for compatibility's sake and is mapped toGeoff Thorpe2003-12-011-2/+2
* If BN_STRICT is defined, don't accept an ambiguous representation of zeroGeoff Thorpe2003-11-301-2/+20
* Improve a couple of the bignum macros. Note, this doesn't eliminateGeoff Thorpe2003-11-301-5/+5
* Make BN_DEBUG_RAND less painfully slow by only consuming one byte ofGeoff Thorpe2003-11-301-1/+3
* This improves the placement of check_top() macros in a couple of bn_libGeoff Thorpe2003-11-291-2/+7
* Get rid of some signed/unsigned comparison warnings.Geoff Thorpe2003-11-281-7/+14
* Netware-specific changes,Richard Levitte2003-11-281-0/+3