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 |
2003-11-05 |
Geoff Thorpe | This is a revert of my previous commit to "improve...
|
commit | commitdiff | tree |
2003-11-04 |
Geoff Thorpe | Put the first stage of my bignum debugging adventures...
|
commit | commitdiff | tree |
2003-11-04 |
Geoff Thorpe | Avoid some shadowed variable names.
|
commit | commitdiff | tree |
2003-11-04 |
Geoff Thorpe | This is the least unacceptable way I've found for declaring...
|
commit | commitdiff | tree |
2003-10-31 |
Geoff Thorpe | bn_div() does some pretty nasty things with temporary...
|
commit | commitdiff | tree |
2003-10-30 |
Geoff Thorpe | When a BN_CTX is used for temporary workspace, the...
|
commit | commitdiff | tree |
2003-10-30 |
Geoff Thorpe | This fixes a couple of cases where an inconsistent...
|
commit | commitdiff | tree |
2003-10-29 |
Geoff Thorpe | make update
|
commit | commitdiff | tree |
2003-10-29 |
Geoff Thorpe | Tighten up my compiler settings.
|
commit | commitdiff | tree |
2003-10-29 |
Geoff Thorpe | Remove a line that was causing redundant declarations.
|
commit | commitdiff | tree |
2003-10-29 |
Geoff Thorpe | Copy-n-paste bug (don't mix variable declarations and...
|
commit | commitdiff | tree |
2003-10-29 |
Geoff Thorpe | Oops, this file already had the "empty source file...
|
commit | commitdiff | tree |
2003-10-29 |
Geoff Thorpe | Make md32_common.h friendlier to compiler warnings.
|
commit | commitdiff | tree |
2003-10-29 |
Geoff Thorpe | Some provisional bignum debugging has begun to detect...
|
commit | commitdiff | tree |
2003-10-29 |
Geoff Thorpe | A general spring-cleaning (in autumn) to fix up signed...
|
commit | commitdiff | tree |
2003-10-29 |
Geoff Thorpe | BN_CTX is opaque and the static initialiser BN_CTX_init...
|
commit | commitdiff | tree |
2003-10-29 |
Geoff Thorpe | remove accidentally committed debugging cruft.
|
commit | commitdiff | tree |
2003-10-29 |
Geoff Thorpe | Remove an unnecessary cast that causes certain compilers...
|
commit | commitdiff | tree |
2003-10-29 |
Geoff Thorpe | Remove redundant declaration.
|
commit | commitdiff | tree |
2003-10-29 |
Geoff Thorpe | Relax some over-zealous constification that gave some...
|
commit | commitdiff | tree |
2003-10-29 |
Geoff Thorpe | Comments out some unimplemented functions instead of...
|
commit | commitdiff | tree |
2003-10-29 |
Geoff Thorpe | Avoid "empty source file" warnings.
|
commit | commitdiff | tree |
2003-10-29 |
Geoff Thorpe | For whatever reason (compiler or header bugs), at least...
|
commit | commitdiff | tree |
2003-10-29 |
Geoff Thorpe | Update any code that was using deprecated functions...
|
commit | commitdiff | tree |
2003-10-29 |
Geoff Thorpe | When OPENSSL_NO_DEPRECATED is defined, deprecated functions...
|
commit | commitdiff | tree |
2003-10-29 |
Geoff Thorpe | The "cryptodev" engine preprocessor logic used undefined...
|
commit | commitdiff | tree |
2003-10-28 |
Geoff Thorpe | Add my own debug config target.
|
commit | commitdiff | tree |
2003-10-28 |
Geoff Thorpe | make update
|
commit | commitdiff | tree |
2003-10-28 |
Geoff Thorpe | Ignore derived file.
|
commit | commitdiff | tree |
2003-10-28 |
Geoff Thorpe | crypto/evp/evptests.txt is copied to tests/ rather...
|
commit | commitdiff | tree |
2003-10-24 |
Geoff Thorpe | Remove duplicate prototypes have already been (correctly...
|
commit | commitdiff | tree |
2003-09-08 |
Geoff Thorpe | These should be write-locks, not read-locks.
|
commit | commitdiff | tree |
2003-06-06 |
Geoff Thorpe | This memset() in the ubsec ENGINE is a bug. Zeroing... Approved by: Geoff Thorpe
|
commit | commitdiff | tree |
2003-03-13 |
Geoff Thorpe | Fix a bone-head bug. This warrants a CHANGES entry...
|
commit | commitdiff | tree |
2003-03-11 |
Geoff Thorpe | The default implementation of DSA_METHOD has an interdepende...
|
commit | commitdiff | tree |
2003-02-15 |
Geoff Thorpe | Session cache implementations shouldn't have to access...
|
commit | commitdiff | tree |
2003-02-15 |
Geoff Thorpe | Declare prototypes for function pointer types, even...
|
commit | commitdiff | tree |
2003-02-15 |
Geoff Thorpe | We cache a montgomery form for 'n' if the PUBLIC flag...
|
commit | commitdiff | tree |
2003-02-14 |
Geoff Thorpe | David Brumley <dbrumley@stanford.edu> noted and corrected...
|
commit | commitdiff | tree |
2003-01-30 |
Geoff Thorpe | Summarise the last couple of commits.
|
commit | commitdiff | tree |
2003-01-30 |
Geoff Thorpe | This glues the GMP wrapper ENGINE into OpenSSL if it...
|
commit | commitdiff | tree |
next |