2005-05-06 |
Richard Levitte | Since BN_LLONG will only be defined for Alpha/VMS and... |
blob | commitdiff | raw |
2005-05-03 |
Nils Larsch | remove BN_ncopy, it was only used in bn_nist.c and... |
blob | commitdiff | raw | diff to current |
2005-04-26 |
Dr. Stephen Henson | Port BN_MONT_CTX_set_locked() from stable branch. |
blob | commitdiff | raw | diff to current |
2005-04-26 |
Nils Larsch | some updates for the blinding code; summary: |
blob | commitdiff | raw | diff to current |
2005-04-26 |
Bodo Möller | Fix various incorrect error function codes. |
blob | commitdiff | raw | diff to current |
2005-04-22 |
Nils Larsch | - use BN_set_negative and BN_is_negative instead of... |
blob | commitdiff | raw | diff to current |
2004-07-06 |
Geoff Thorpe | Improve error handling if decompression of an ec point... |
blob | commitdiff | raw | diff to current |
2004-06-20 |
Geoff Thorpe | Tidy up, including; |
blob | commitdiff | raw | diff to current |
2004-06-17 |
Geoff Thorpe | Deprecate unused cruft, and "make update". |
blob | commitdiff | raw | diff to current |
2004-05-15 |
Geoff Thorpe | Make some more API types opaquely available from ossl_t... |
blob | commitdiff | raw | diff to current |
2004-03-17 |
Geoff Thorpe | Variety of belt-tightenings in the bignum code. (Please... |
blob | commitdiff | raw | diff to current |
2004-03-13 |
Geoff Thorpe | The efforts to eliminate the dual-representation of... |
blob | commitdiff | raw | diff to current |
2003-12-02 |
Geoff Thorpe | BN_FLG_FREE is of extremely dubious usefulness, and... |
blob | commitdiff | raw | diff to current |
2003-11-30 |
Geoff Thorpe | If BN_STRICT is defined, don't accept an ambiguous... |
blob | commitdiff | raw | diff to current |
2003-11-30 |
Geoff Thorpe | Improve a couple of the bignum macros. Note, this doesn... |
blob | commitdiff | raw | diff to current |
2003-11-30 |
Geoff Thorpe | Make BN_DEBUG_RAND less painfully slow by only consumin... |
blob | commitdiff | raw | diff to current |
2003-11-06 |
Geoff Thorpe | This extends the debugging macros to use "pollution... |
blob | commitdiff | raw | diff to current |
2003-11-05 |
Geoff Thorpe | This is a revert of my previous commit to "improve... |
blob | commitdiff | raw | diff to current |
2003-11-05 |
Ulf Möller | cleanup as discussed with Geoff |
blob | commitdiff | raw | diff to current |
2003-11-04 |
Geoff Thorpe | Put the first stage of my bignum debugging adventures... |
blob | commitdiff | raw | diff to current |
2003-11-04 |
Geoff Thorpe | This is the least unacceptable way I've found for decla... |
blob | commitdiff | raw | diff to current |
2003-10-29 |
Geoff Thorpe | BN_CTX is opaque and the static initialiser BN_CTX_init... |
blob | commitdiff | raw | diff to current |
2003-04-02 |
Bodo Möller | make RSA blinding thread-safe |
blob | commitdiff | raw | diff to current |
2002-12-08 |
Geoff Thorpe | Nils Larsch submitted; |
blob | commitdiff | raw | diff to current |
2002-12-08 |
Geoff Thorpe | This is a first-cut at improving the callback mechanism... |
blob | commitdiff | raw | diff to current |
2002-11-04 |
Bodo Möller | implement and use new macros BN_get_sign(), BN_set_sign() |
blob | commitdiff | raw | diff to current |
2002-10-29 |
Bodo Möller | Sun has agreed to removing the covenant language from... |
blob | commitdiff | raw | diff to current |
2002-10-28 |
Bodo Möller | clean up new code for NIST primes |
blob | commitdiff | raw | diff to current |
2002-10-28 |
Bodo Möller | fast reduction for NIST curves |
blob | commitdiff | raw | diff to current |
2002-08-12 |
Richard Levitte | Do not use the word 'modulus', which is a class templat... |
blob | commitdiff | raw | diff to current |
2002-08-02 |
Bodo Möller | Binary field arithmetic contributed by Sun Microsystems. |
blob | commitdiff | raw | diff to current |
2002-05-10 |
Dr. Stephen Henson | Avoid gcc warning: BN_DEC_CONV when SIXTY_FOUR_BIT... |
blob | commitdiff | raw | diff to current |
2001-12-17 |
Bodo Möller | remove redundant ERR_load_... declarations |
blob | commitdiff | raw | diff to current |
2001-11-15 |
Richard Levitte | make update |
blob | commitdiff | raw | diff to current |
2001-11-09 |
Bodo Möller | adjust to OpenSSL_0_9_6-stable version |
blob | commitdiff | raw | diff to current |
2001-09-03 |
Bodo Möller | Use uniformly chosen witnesses for Miller-Rabin test |
blob | commitdiff | raw | diff to current |
2001-03-08 |
Bodo Möller | Hide BN_CTX structure details. |
blob | commitdiff | raw | diff to current |
2001-03-08 |
Bodo Möller | Constify BN_value_one. |
blob | commitdiff | raw | diff to current |
2001-03-08 |
Bodo Möller | More method functions for EC_GFp_simple_method. |
blob | commitdiff | raw | diff to current |
2001-02-22 |
Richard Levitte | Use e_os2.h rather than opensslconf.h, since some neede... |
blob | commitdiff | raw | diff to current |
2001-02-20 |
Richard Levitte | Use new-style system-id macros. |
blob | commitdiff | raw | diff to current |
2001-02-19 |
Richard Levitte | Make all configuration macros available for application... |
blob | commitdiff | raw | diff to current |
2001-02-10 |
Bodo Möller | Simplify BN_rand_range |
blob | commitdiff | raw | diff to current |
2001-02-08 |
Bodo Möller | Integrate my implementation of a countermeasure against |
blob | commitdiff | raw | diff to current |
2001-02-07 |
Ulf Möller | Bleichenbacher's DSA attack |
blob | commitdiff | raw | diff to current |
2000-12-04 |
Bodo Möller | Change error message to "bignum too long" |
blob | commitdiff | raw | diff to current |
2000-12-03 |
Bodo Möller | Don't allow BIGNUMs to become so large that computation... |
blob | commitdiff | raw | diff to current |
2000-12-02 |
Ulf Möller | New function BN_bntest_rand() to detect more BN library... |
blob | commitdiff | raw | diff to current |
2000-11-30 |
Bodo Möller | BN_sqrt |
blob | commitdiff | raw | diff to current |
2000-11-29 |
Bodo Möller | Expand expspeed.c to make BN_kronecker timings. |
blob | commitdiff | raw | diff to current |
2000-11-27 |
Bodo Möller | Fix BN_is_... macros. |
blob | commitdiff | raw | diff to current |
2000-11-26 |
Bodo Möller | More BN_mod_... functions. |
blob | commitdiff | raw | diff to current |
2000-11-26 |
Bodo Möller | modular arithmetics |
blob | commitdiff | raw | diff to current |
2000-11-17 |
Richard Levitte | Make sure BN_DIV2W is not defining when defining it... |
blob | commitdiff | raw | diff to current |
2000-11-16 |
Richard Levitte | More constification of the BN library. |
blob | commitdiff | raw | diff to current |
2000-11-08 |
Bodo Möller | BN_CTX-related fixes. |
blob | commitdiff | raw | diff to current |
2000-11-06 |
Richard Levitte | Constify the BIGNUM routines a bit more. The only... |
blob | commitdiff | raw | diff to current |
2000-08-04 |
Dr. Stephen Henson | Changes needed for Tandem NSK, supplied by Scott Uroff... |
blob | commitdiff | raw | diff to current |
2000-06-08 |
Bodo Möller | Slightly faster DSA verification (BN_mod_exp2_mont), |
blob | commitdiff | raw | diff to current |
2000-06-07 |
Bodo Möller | Speed up DH with small generator. |
blob | commitdiff | raw | diff to current |
2000-06-01 |
Ulf Möller | Use NO_FP_API. |
blob | commitdiff | raw | diff to current |
2000-03-01 |
Ulf Möller | check for WIN32 (needed by Mingw32) |
blob | commitdiff | raw | diff to current |
2000-02-26 |
Ulf Möller | Reorganize bn_mul.c (no bugfix yet), remove obsolete... |
blob | commitdiff | raw | diff to current |
2000-02-05 |
Bodo Möller | Commit patch to bn.h that CVS decided to throw away... |
blob | commitdiff | raw | diff to current |
2000-02-05 |
Ulf Möller | Use MONT_WORD macro to control if the word-based or... |
blob | commitdiff | raw | diff to current |
2000-02-05 |
Ulf Möller | New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end... |
blob | commitdiff | raw | diff to current |
2000-02-03 |
Ulf Möller | ispell (and minor modifications) |
blob | commitdiff | raw | diff to current |
2000-02-03 |
Bodo Möller | Some 'const's for BNs. |
blob | commitdiff | raw | diff to current |
2000-02-02 |
Bodo Möller | Tolerate negative numbers in BN_is_prime. |
blob | commitdiff | raw | diff to current |
2000-02-02 |
Bodo Möller | rndsort{Miller, Rabin} primality test. |
blob | commitdiff | raw | diff to current |
2000-01-30 |
Bodo Möller | Make DSA_generate_parameters, and fix a couple of bug |
blob | commitdiff | raw | diff to current |
2000-01-27 |
Richard Levitte | Declare BN_pseudo_rand(). |
blob | commitdiff | raw | diff to current |
2000-01-27 |
Ulf Möller | Document DSA and SHA. |
blob | commitdiff | raw | diff to current |
2000-01-27 |
Bodo Möller | Update comments to provide a better approximation of... |
blob | commitdiff | raw | diff to current |
2000-01-27 |
Ulf Möller | Run ispell. |
blob | commitdiff | raw | diff to current |
2000-01-23 |
Ulf Möller | Document the BN library. |
blob | commitdiff | raw | diff to current |
2000-01-22 |
Ulf Möller | Document the DH library, and make some minor changes... |
blob | commitdiff | raw | diff to current |
2000-01-12 |
Bodo Möller | Turn BN_prime_checks into a macro. |
blob | commitdiff | raw | diff to current |
1999-06-28 |
Ulf Möller | Use "long long" for all Win32 gcc ports. |
blob | commitdiff | raw | diff to current |
1999-06-28 |
Bodo Möller | With mingw32, use "long long" rather than "_int64"... |
blob | commitdiff | raw | diff to current |
1999-06-20 |
Dr. Stephen Henson | New functions CONF_load_bio() and CONF_load_fp() to... |
blob | commitdiff | raw | diff to current |
1999-06-05 |
Ben Laurie | const/type fixes. |
blob | commitdiff | raw | diff to current |
1999-06-04 |
Ben Laurie | Some constification and stacks that slipped through... |
blob | commitdiff | raw | diff to current |
1999-06-03 |
Ben Laurie | More evil cast removal. |
blob | commitdiff | raw | diff to current |
1999-05-20 |
Ulf Möller | Bignum library bug fix. IRIX 6 passes "make test" now! |
blob | commitdiff | raw | diff to current |
1999-05-17 |
Ulf Möller | Move prototypes to the right place. |
blob | commitdiff | raw | diff to current |
1999-05-13 |
Ulf Möller | VMS support. |
blob | commitdiff | raw | diff to current |
1999-04-26 |
Ulf Möller | Remove NOPROTO definitions and error code comments. |
blob | commitdiff | raw | diff to current |
1999-04-25 |
Dr. Stephen Henson | Fix mkerr.pl to find functions returning function point... |
blob | commitdiff | raw | diff to current |
1999-04-24 |
Bodo Möller | Avoid "incomprehensible" errors when required definitio... |
blob | commitdiff | raw | diff to current |
1999-04-24 |
Dr. Stephen Henson | Complete rewrite of the error code generation script... |
blob | commitdiff | raw | diff to current |
1999-04-23 |
Bodo Möller | Change #include filenames from <foo.h> to <openssl.h>. |
blob | commitdiff | raw | diff to current |
1999-04-23 |
Ben Laurie | Work with -pedantic! |
blob | commitdiff | raw | diff to current |
1999-04-22 |
Ulf Möller | Remove references to .org header file names. |
blob | commitdiff | raw | diff to current |
1999-04-21 |
Ulf Möller | Move all autogenerated header file parts to crypto... |
blob | commitdiff | raw | diff to current |
1998-12-28 |
Ben Laurie | Deal with generated files. |
blob | commitdiff | raw |
1998-12-22 |
Ralf S. Engelschall | Various cleanups and fixed by Marc and Ralf to start... |
blob | commitdiff | raw | diff to current |
1998-12-21 |
Ralf S. Engelschall | This commit was generated by cvs2svn to track changes... |
blob | commitdiff | raw | diff to current |
1998-12-21 |
Ralf S. Engelschall | Import of old SSLeay release: SSLeay 0.9.1b (unreleased) SSLeay |
blob | commitdiff | raw | diff to current |
1998-12-21 |
Ralf S. Engelschall | This commit was generated by cvs2svn to track changes... |
blob | commitdiff | raw | diff to current |
next |