fix function name in error
[openssl.git] / crypto / bn /
2005-08-28 Nils Larschfix warnings when building openssl with the following...
2005-08-23 Bodo Mölleravoid potential spurious BN_free()
2005-08-21 Nils Larschadd missing file
2005-08-21 Ben LaurieMake D-H safer, include well-known primes.
2005-08-10 Andy PolyakovFix Intel assembler warnings.
2005-08-04 Andy Polyakov3-4 times better RSA/DSA performance on WIN64A target...
2005-07-25 Nils Larschfix BN_mod_word and give a more reasonable return value...
2005-07-21 Nils Larschset correct bn->top value
2005-07-18 Andy PolyakovFix unwind directives in IA-64 assembler modules. This...
2005-07-17 Nils Larschbugfix: 0 - w (w != 0) is actually negative
2005-07-03 Andy PolyakovTrap condition should be 64-bit when it's due.
2005-07-02 Andy PolyakovMore elegant solution to "sparse decimal printout on...
2005-07-01 Andy PolyakovDecimal printout of a BN is wrong on PPC, it's sparse...
2005-06-29 Ben LaurieBrought forward from 0.9.8 - 64 bit warning fixes and...
2005-06-28 Andy PolyakovReplace _int64 with __int64, which is more widely accep...
2005-06-23 Andy PolyakovMissed -c in IRIX rules.
2005-06-23 Andy PolyakovTypo in bn-mips3 rule.
2005-06-23 Andy PolyakovRename mips3.o to bn-mips3.o [it's better in long run...
2005-05-31 Nils Larschfix assertion
2005-05-31 Andy PolyakovMissing sparcv8.o rule.
2005-05-29 Richard LevitteTypo
2005-05-27 Bodo MöllerUse BN_with_flags() in a cleaner way.
2005-05-26 Bodo Möllercheck BN_copy() return value
2005-05-24 Richard LevitteDEC C complains about bad subscript, but we know better...
2005-05-16 Andy PolyakovFurther BUILDENV refinement, further fool-proofing...
2005-05-16 Bodo MöllerImplement fixed-window exponentiation to mitigate hyper...
2005-05-15 Andy PolyakovFool-proofing Makefiles
2005-05-11 Ben LaurieThere must be an explicit way to build the .o!
2005-05-11 Bodo MöllerFix more error codes.
2005-05-06 Richard LevitteSince BN_LLONG will only be defined for Alpha/VMS and...
2005-05-03 Nils Larschremove BN_ncopy, it was only used in bn_nist.c and...
2005-05-03 Nils Larschrewrite of bn_nist.c, disable support for some curves...
2005-04-29 Nils Larschdon't let BN_CTX_free(NULL) segfault
2005-04-26 Dr. Stephen HensonPort BN_MONT_CTX_set_locked() from stable branch.
2005-04-26 Dr. Stephen HensonStop unused variable warning.
2005-04-26 Nils Larschsome updates for the blinding code; summary:
2005-04-26 Bodo MöllerFix various incorrect error function codes.
2005-04-26 Ben LaurieAdd DTLS support.
2005-04-22 Nils Larsch- use BN_set_negative and BN_is_negative instead of...
2005-04-12 Dr. Stephen HensonRebuild error codes.
2005-04-11 Richard LevitteAdd emacs cache files to .cvsignore.
2005-04-04 Andy PolyakovExtend Solaris x86 support to amd64.
2005-04-03 Andy PolyakovMake bn/asm/x86_64-gcc.c gcc4 savvy. +r is likely to...
2005-03-30 Nils Larschfix header
2005-03-30 Ben LaurieBlow away Makefile.ssl.
2005-02-06 Andy PolyakovRemove unused assembler modules.
2005-02-06 Andy PolyakovThis patch was "ignited" by OpenBSD 3>=4 support. They...
2004-12-20 Andy PolyakovRefine PowerPC platform support.
2004-12-05 Dr. Stephen HensonAdd lots of checks for memory allocation failure, error...
2004-11-02 Richard LevitteDon't use $(EXHEADER) directly in for loops, as most...
2004-09-19 Geoff ThorpeTwo TODO comments taken care of. Nils pointed out that...
2004-08-29 Andy PolyakovProper support for OpenBSD-i386 shared build, including...
2004-08-29 Andy PolyakovOPENSSL_ia32cap final touches. Note that OPENSSL_ia32ca...
2004-08-01 Andy PolyakovOpenBSD fix-up for new a.out targets. OpenBSD .s.o...
2004-08-01 Andy PolyakovClean-up GAS targets: get rid of "cpp" stuff and replac...
2004-07-23 Andy PolyakovBuild-n-link new IA-64 modules on Linux and HP-UX.
2004-07-22 Andy PolyakovAll SIXTY_FOUR_BIT platforms (mind the difference betwe...
2004-07-18 Andy PolyakovAnchor AES and SHA-256/-512 assembler from C.
2004-07-18 Andy PolyakovAdd anchors for AES, SHA-256/-512 assembler modules...
2004-07-06 Geoff ThorpeImprove error handling if decompression of an ec point...
2004-07-01 Andy PolyakovNew scalable bn_mul_add_words loop, which provides...
2004-06-20 Geoff ThorpeTidy up, including;
2004-06-17 Geoff ThorpeDeprecate unused cruft, and "make update".
2004-06-17 Geoff ThorpeActually, that last change to BN_get_word() was a littl...
2004-06-17 Geoff ThorpeAs Nils put it;
2004-06-17 Geoff ThorpeBN_div_word() was breaking when called from BN_bn2dec...
2004-05-28 Andy PolyakovEliminate compiler warnings and throw in performance...
2004-05-15 Geoff ThorpeMake some more API types opaquely available from ossl_t...
2004-05-06 Andy PolyakovSSE2 accelerated bn_mul_add_words. Code is currently...
2004-04-27 Andy PolyakovImproved PowerPC support. Proper ./config support for...
2004-04-20 Richard LevittePrint the debug thingies on stderr instead of stdout...
2004-04-19 Geoff Thorpemake update
2004-03-25 Richard LevitteRAND_add() wants a double as it's last argument.
2004-03-25 Geoff ThorpeAdjust various bignum functions to use BN_CTX for varia...
2004-03-25 Geoff ThorpeReplace the BN_CTX implementation with my current work...
2004-03-17 Geoff ThorpeVariety of belt-tightenings in the bignum code. (Please...
2004-03-13 Geoff ThorpeConvert openssl code not to assume the deprecated form...
2004-03-13 Geoff ThorpeThe efforts to eliminate the dual-representation of...
2004-03-13 Geoff ThorpeDocument a change I'd already made, and at the same...
2004-03-09 Geoff ThorpeMinimise the amount of code dependent on BN_DEBUG_RAND...
2004-03-09 Geoff ThorpeMore changes coming out of the bignum auditing. BN_CTX_...
2004-02-22 Geoff ThorpeWhen adding positive elements, we can use BN_uadd(...
2004-02-07 Andy PolyakovTypo in crypto/bn/asm/x86_64.c, bn_div_words().
2004-01-30 Andy PolyakovTypo in PA-RISC 2 rules in crypto/bn/Makefile.ssl
2004-01-29 Andy PolyakovHP/UX PA-RISC 2 targets update.
2004-01-28 Richard Levittemake update
2004-01-25 Andy PolyakovEven though C specification explicitly says that consta...
2003-12-27 Richard LevitteUse sh explicitely to run point.sh
2003-12-27 Richard LevitteUse BUF_strlcpy() instead of strcpy().
2003-12-06 Ulf MöllerAdd "dif" variable to clean up the loop implementations.
2003-12-06 Ulf MöllerAvoid segfault if ret==0.
2003-12-02 Geoff ThorpeIncremental cleanups to bn_lib.c.
2003-12-02 Geoff ThorpeUse the BN_is_odd() macro in place of code that (incons...
2003-12-02 Geoff ThorpeBN_FLG_FREE is of extremely dubious usefulness, and...
2003-12-01 Geoff ThorpeDeclare the static BIGNUM "BN_value_one()" more carefully.
2003-12-01 Geoff ThorpeAdd missing bn_check_top()s to bn_kron.c, remove some...
2003-12-01 Geoff ThorpeAdd missing bn_check_top()s to bn_gf2m.c and remove...
2003-12-01 Geoff ThorpeThe bn_set_max() macro is only "used" by the bn_set_...
2003-12-01 Geoff Thorpebn_fix_top() exists for compatibility's sake and is...
2003-11-30 Geoff ThorpeIf BN_STRICT is defined, don't accept an ambiguous...
next