2005-07-26 |
Geoff Thorpe | Fix PEDANTIC compilation, using the same trick as elsewhere.
|
commit | commitdiff | tree |
2005-07-26 |
Geoff Thorpe | Fix 64-bit compilation when PQ_64BIT_IS_INTEGER isn...
|
commit | commitdiff | tree |
2005-07-22 |
Geoff Thorpe | Fix some signed/unsigned warnings.
|
commit | commitdiff | tree |
2005-05-29 |
Geoff Thorpe | Change the source and output paths for 'chil' and ...
|
commit | commitdiff | tree |
2005-05-25 |
Geoff Thorpe | Handle differences between engine IDs and their dynamic...
|
commit | commitdiff | tree |
2004-12-17 |
Geoff Thorpe | Fix typos in the ecparam doc.
|
commit | commitdiff | tree |
2004-10-21 |
Geoff Thorpe | Update ECDSA and ECDH for OPENSSL_NO_ENGINE.
|
commit | commitdiff | tree |
2004-09-24 |
Geoff Thorpe | Nils Larsch reported that this include is required...
|
commit | commitdiff | tree |
2004-09-19 |
Geoff Thorpe | Remove distracting comments and code. Thanks to Nils...
|
commit | commitdiff | tree |
2004-09-19 |
Geoff Thorpe | Two TODO comments taken care of. Nils pointed out that... Reviewed by: Geoff Thorpe
|
commit | commitdiff | tree |
2004-09-18 |
Geoff Thorpe | Make -Werror happy again.
|
commit | commitdiff | tree |
2004-08-04 |
Geoff Thorpe | Make a note of the new engine.
|
commit | commitdiff | tree |
2004-07-16 |
Geoff Thorpe | Quick fix.
|
commit | commitdiff | tree |
2004-07-16 |
Geoff Thorpe | Using Horner's algorithm to evaluate the ec polynomial
|
commit | commitdiff | tree |
2004-07-06 |
Geoff Thorpe | Improve error handling if decompression of an ec point... Reviewed by: Bodo Moeller, Geoff Thorpe
|
commit | commitdiff | tree |
2004-06-20 |
Geoff Thorpe | Tidy up, including; Reviewed by: Geoff Thorpe
|
commit | commitdiff | tree |
2004-06-19 |
Geoff Thorpe | Incomplete initial sweep over the engine code. Mainly...
|
commit | commitdiff | tree |
2004-06-17 |
Geoff Thorpe | Deprecate unused cruft, and "make update".
|
commit | commitdiff | tree |
2004-06-17 |
Geoff Thorpe | Attempt to bring the 'engine' documentation up to date...
|
commit | commitdiff | tree |
2004-06-17 |
Geoff Thorpe | Minor change to group like functions together.
|
commit | commitdiff | tree |
2004-06-17 |
Geoff Thorpe | Actually, that last change to BN_get_word() was a little...
|
commit | commitdiff | tree |
2004-06-17 |
Geoff Thorpe | Get rid of signed/unsigned warnings, and teach CVS...
|
commit | commitdiff | tree |
2004-06-17 |
Geoff Thorpe | Tweak my debug target flags.
|
commit | commitdiff | tree |
2004-06-17 |
Geoff Thorpe | As Nils put it; Submitted by: Nils Larsch, Geoff Thorpe
|
commit | commitdiff | tree |
2004-06-17 |
Geoff Thorpe | BN_div_word() was breaking when called from BN_bn2dec... Reviewed by: Geoff Thorpe
|
commit | commitdiff | tree |
2004-06-14 |
Geoff Thorpe | Correct the return codes for ecdsatest. Reviewed by: Geoff Thorpe
|
commit | commitdiff | tree |
2004-06-03 |
Geoff Thorpe | "no-engine" was being ignored, so remove it from the...
|
commit | commitdiff | tree |
2004-06-01 |
Geoff Thorpe | This fixes the installation target for dynamic engines...
|
commit | commitdiff | tree |
2004-05-17 |
Geoff Thorpe | After the latest round of header-hacking, regenerate...
|
commit | commitdiff | tree |
2004-05-17 |
Geoff Thorpe | Deprecate the recursive includes of bn.h from various...
|
commit | commitdiff | tree |
2004-05-17 |
Geoff Thorpe | Remove some unnecessary recursive includes from the...
|
commit | commitdiff | tree |
2004-05-17 |
Geoff Thorpe | Because of recent reductions in header interdependencies...
|
commit | commitdiff | tree |
2004-05-17 |
Geoff Thorpe | I can't verify this directly, but recent changes will...
|
commit | commitdiff | tree |
2004-05-17 |
Geoff Thorpe | The inclusion of bn.h from the engine.h API header...
|
commit | commitdiff | tree |
2004-05-17 |
Geoff Thorpe | Deprecate quite a few recursive includes from the ssl...
|
commit | commitdiff | tree |
2004-05-17 |
Geoff Thorpe | Deprecate some recursive includes from the store.h...
|
commit | commitdiff | tree |
2004-05-17 |
Geoff Thorpe | Reduce dependencies on crypto.h by moving the opaque...
|
commit | commitdiff | tree |
2004-05-17 |
Geoff Thorpe | Moving opaque definitions to ossl_typ.h lets us reduce...
|
commit | commitdiff | tree |
2004-05-15 |
Geoff Thorpe | Make some more API types opaquely available from ossl_typ...
|
commit | commitdiff | tree |
2004-05-15 |
Geoff Thorpe | This file implements various functions that have since...
|
commit | commitdiff | tree |
2004-05-04 |
Geoff Thorpe | Fix realloc usage in ec_curve.c Reviewed by: Geoff Thorpe
|
commit | commitdiff | tree |
2004-04-28 |
Geoff Thorpe | The new BN_CTX code makes this sort of abuse unnecessary.
|
commit | commitdiff | tree |
2004-04-27 |
Geoff Thorpe | With the new dynamic BN_CTX implementation, there should...
|
commit | commitdiff | tree |
2004-04-26 |
Geoff Thorpe | The problem of rsa key-generation getting stuck in...
|
commit | commitdiff | tree |
2004-04-26 |
Geoff Thorpe | Allow RSA key-generation to specify an arbitrary public... Reviewed by: Geoff Thorpe
|
commit | commitdiff | tree |
2004-04-21 |
Geoff Thorpe | As far as I can tell, the bugfix this comment refers...
|
commit | commitdiff | tree |
2004-04-21 |
Geoff Thorpe | Extend the index parameter checking from sk_value to...
|
commit | commitdiff | tree |
2004-04-19 |
Geoff Thorpe | make update
|
commit | commitdiff | tree |
2004-04-19 |
Geoff Thorpe | "make update" noticed a new function.
|
commit | commitdiff | tree |
2004-04-19 |
Geoff Thorpe | More updates for the header cleanups (and apologies...
|
commit | commitdiff | tree |
2004-04-19 |
Geoff Thorpe | When generating dependencies in the makefiles, generate...
|
commit | commitdiff | tree |
2004-04-19 |
Geoff Thorpe | header cleanup in apps/
|
commit | commitdiff | tree |
2004-04-19 |
Geoff Thorpe | (oops) Apologies all, that last header-cleanup commit...
|
commit | commitdiff | tree |
2004-04-19 |
Geoff Thorpe | Reduce header interdependencies, initially in engine...
|
commit | commitdiff | tree |
2004-04-02 |
Geoff Thorpe | Avoid undefined results when the parameter is out of...
|
commit | commitdiff | tree |
2004-03-25 |
Geoff Thorpe | Adjust various bignum functions to use BN_CTX for variables...
|
commit | commitdiff | tree |
2004-03-25 |
Geoff Thorpe | Replace the BN_CTX implementation with my current work...
|
commit | commitdiff | tree |
2004-03-25 |
Geoff Thorpe | Adds warnings about two curves and fixes the "seed...
|
commit | commitdiff | tree |
2004-03-25 |
Geoff Thorpe | ... and this should likewise fix up those RSA implementation...
|
commit | commitdiff | tree |
2004-03-25 |
Geoff Thorpe | By adding a BN_CTX parameter to the 'rsa_mod_exp' callback...
|
commit | commitdiff | tree |
2004-03-25 |
Geoff Thorpe | Damn, I was a bit hasty with my fix and hadn't spotted...
|
commit | commitdiff | tree |
2004-03-25 |
Geoff Thorpe | Remove some warnings.
|
commit | commitdiff | tree |
2004-03-25 |
Geoff Thorpe | Protect against gcc's "warning: cast does not match...
|
commit | commitdiff | tree |
2004-03-17 |
Geoff Thorpe | Note my bignum hijinx in case app maintainers are using...
|
commit | commitdiff | tree |
2004-03-17 |
Geoff Thorpe | Variety of belt-tightenings in the bignum code. (Please...
|
commit | commitdiff | tree |
2004-03-13 |
Geoff Thorpe | Convert openssl code not to assume the deprecated form...
|
commit | commitdiff | tree |
2004-03-13 |
Geoff Thorpe | The efforts to eliminate the dual-representation of...
|
commit | commitdiff | tree |
2004-03-13 |
Geoff Thorpe | Document a change I'd already made, and at the same...
|
commit | commitdiff | tree |
2004-03-10 |
Geoff Thorpe | static
|
commit | commitdiff | tree |
2004-03-09 |
Geoff Thorpe | Minimise the amount of code dependent on BN_DEBUG_RAND... Reviewed by: Geoff Thorpe, Ulf Möller
|
commit | commitdiff | tree |
2004-03-09 |
Geoff Thorpe | More changes coming out of the bignum auditing. BN_CTX_get... Reviewed by: Geoff Thorpe, Ulf Möller
|
commit | commitdiff | tree |
2004-02-27 |
Geoff Thorpe | Add ECDSA documentation.
|
commit | commitdiff | tree |
2004-02-22 |
Geoff Thorpe | A cleanup of the ecs_ossl.c code and some (doxygen... Reviewed by: Geoff Thorpe
|
commit | commitdiff | tree |
2004-02-22 |
Geoff Thorpe | When adding positive elements, we can use BN_uadd(... Reviewed by: Geoff Thorpe
|
commit | commitdiff | tree |
2004-02-10 |
Geoff Thorpe | minor signed/unsigned warning fixes
|
commit | commitdiff | tree |
2003-12-02 |
Geoff Thorpe | Incremental cleanups to bn_lib.c.
|
commit | commitdiff | tree |
2003-12-02 |
Geoff Thorpe | Use the BN_is_odd() macro in place of code that (inconsisten...
|
commit | commitdiff | tree |
2003-12-02 |
Geoff Thorpe | BN_FLG_FREE is of extremely dubious usefulness, and...
|
commit | commitdiff | tree |
2003-12-01 |
Geoff Thorpe | Declare the static BIGNUM "BN_value_one()" more carefully.
|
commit | commitdiff | tree |
2003-12-01 |
Geoff Thorpe | Add missing bn_check_top()s to bn_kron.c, remove some...
|
commit | commitdiff | tree |
2003-12-01 |
Geoff Thorpe | Add missing bn_check_top()s to bn_gf2m.c and remove...
|
commit | commitdiff | tree |
2003-12-01 |
Geoff Thorpe | The bn_set_max() macro is only "used" by the bn_set_...
|
commit | commitdiff | tree |
2003-12-01 |
Geoff Thorpe | bn_fix_top() exists for compatibility's sake and is...
|
commit | commitdiff | tree |
2003-11-30 |
Geoff Thorpe | Add more debugging to my Configure target, and "make...
|
commit | commitdiff | tree |
2003-11-30 |
Geoff Thorpe | If BN_STRICT is defined, don't accept an ambiguous...
|
commit | commitdiff | tree |
2003-11-30 |
Geoff Thorpe | Improve a couple of the bignum macros. Note, this doesn...
|
commit | commitdiff | tree |
2003-11-30 |
Geoff Thorpe | Make BN_DEBUG_RAND less painfully slow by only consuming...
|
commit | commitdiff | tree |
2003-11-29 |
Geoff Thorpe | This improves the placement of check_top() macros in...
|
commit | commitdiff | tree |
2003-11-28 |
Geoff Thorpe | Get rid of some signed/unsigned comparison warnings.
|
commit | commitdiff | tree |
2003-11-25 |
Geoff Thorpe | Due to recent debugging bursts, openssl should be more... Reviewed by: Geoff Thorpe
|
commit | commitdiff | tree |
2003-11-25 |
Geoff Thorpe | Fix some handling in bn_word. This also resolves the... Reviewed by: Geoff Thorpe
|
commit | commitdiff | tree |
2003-11-25 |
Geoff Thorpe | Some changes for bn_gf2m.c: better error checking plus...
|
commit | commitdiff | tree |
2003-11-22 |
Geoff Thorpe | BN_div() cleanup: replace the use of BN_sub and BN_add... Reviewed by: Geoff Thorpe, Ulf Moeller
|
commit | commitdiff | tree |
2003-11-21 |
Geoff Thorpe | Fix a small bug in str_copy: if more than one variable...
|
commit | commitdiff | tree |
2003-11-13 |
Geoff Thorpe | This rewrites two "for" loops in BN_rshift() - equality... Reviewed by: Geoff Thorpe
|
commit | commitdiff | tree |
2003-11-10 |
Geoff Thorpe | General improvements to the ec_asn1.c code. This squashes... Reviewed by: Geoff Thorpe
|
commit | commitdiff | tree |
2003-11-10 |
Geoff Thorpe | Avoid possible memory leaks in error-handling. Reviewed by: Geoff Thorpe
|
commit | commitdiff | tree |
2003-11-06 |
Geoff Thorpe | This extends the debugging macros to use "pollution...
|
commit | commitdiff | tree |
2003-11-06 |
Geoff Thorpe | Add debug-screening of input parameters to some functions...
|
commit | commitdiff | tree |
2003-11-06 |
Geoff Thorpe | Put more debug screening in BN_div() and correct a...
|
commit | commitdiff | tree |
next |