2015-08-27 |
Rich Salz | Fix memory over-read |
blob | commitdiff | raw |
2015-08-26 |
Rich Salz | BN_bin2bn handle leading zero's |
blob | commitdiff | raw | diff to current |
2015-08-10 |
Rich Salz | RT3999: Remove sub-component version strings |
blob | commitdiff | raw | diff to current |
2015-07-22 |
Rich Salz | Some cleanups for crypto/bn |
blob | commitdiff | raw | diff to current |
2015-06-23 |
Rich Salz | More secure storage of key material. |
blob | commitdiff | raw | diff to current |
2015-05-14 |
Richard Levitte | Identify and move common internal libcrypto header... |
blob | commitdiff | raw | diff to current |
2015-05-06 |
Rich Salz | memset, memcpy, sizeof consistency fixes |
blob | commitdiff | raw | diff to current |
2015-05-04 |
Rich Salz | Use safer sizeof variant in malloc |
blob | commitdiff | raw | diff to current |
2015-05-01 |
Rich Salz | free null cleanup finale |
blob | commitdiff | raw | diff to current |
2015-05-01 |
Rich Salz | free NULL cleanup 7 |
blob | commitdiff | raw | diff to current |
2015-04-28 |
Rich Salz | remove malloc casts |
blob | commitdiff | raw | diff to current |
2015-02-08 |
Rich Salz | Final (for me, for now) dead code cleanup |
blob | commitdiff | raw | diff to current |
2015-01-22 |
Matt Caswell | Run util/openssl-format-source -v -c . |
blob | commitdiff | raw | diff to current |
2015-01-22 |
Matt Caswell | Move more comments that confuse indent |
blob | commitdiff | raw | diff to current |
2015-01-22 |
Matt Caswell | Fix indent comment corruption issue |
blob | commitdiff | raw | diff to current |
2015-01-22 |
Matt Caswell | indent has problems with comments that are on the right... |
blob | commitdiff | raw | diff to current |
2015-01-06 |
Andy Polyakov | Revert "CHANGES: mention "universal" ARM support." |
blob | commitdiff | raw | diff to current |
2015-01-06 |
Andy Polyakov | CHANGES: mention "universal" ARM support. |
blob | commitdiff | raw | diff to current |
2014-12-30 |
Tim Hudson | mark all block comments that need format preserving... |
blob | commitdiff | raw | diff to current |
2014-12-08 |
Matt Caswell | Move bn internal functions into bn_int.h and bn_lcl.h |
blob | commitdiff | raw | diff to current |
2014-12-08 |
Matt Caswell | Prepare for bn opaquify. Implement internal helper... |
blob | commitdiff | raw | diff to current |
2014-12-08 |
Dr. Stephen Henson | remove OPENSSL_FIPSAPI |
blob | commitdiff | raw | diff to current |
2014-12-08 |
Dr. Stephen Henson | Remove fips_constseg references. |
blob | commitdiff | raw | diff to current |
2014-08-18 |
Doug Goldstein | RT2163: Remove some unneeded #include's |
blob | commitdiff | raw | diff to current |
2014-07-15 |
Rich Salz | Merge branch 'master' of git.openssl.org:openssl |
blob | commitdiff | raw | diff to current |
2014-07-13 |
Matt Caswell | Fixed valgrind complaint due to BN_consttime_swap readi... |
blob | commitdiff | raw | diff to current |
2014-03-28 |
Dr. Stephen Henson | Add functions returning security bits. |
blob | commitdiff | raw | diff to current |
2014-03-12 |
Dr. Stephen Henson | Fix for CVE-2014-0076 |
blob | commitdiff | raw | diff to current |
2011-09-14 |
Andy Polyakov | Allow for dynamic base in Win64 FIPS module. |
blob | commitdiff | raw | diff to current |
2011-01-27 |
Dr. Stephen Henson | Move all FIPSAPI renames into fips.h header file, inclu... |
blob | commitdiff | raw | diff to current |
2011-01-27 |
Dr. Stephen Henson | Redirect FIPS memory allocation to FIPS_malloc() routin... |
blob | commitdiff | raw | diff to current |
2011-01-25 |
Dr. Stephen Henson | Move BN_options function to bn_print.c to remove depend... |
blob | commitdiff | raw | diff to current |
2008-12-29 |
Andy Polyakov | bn_lib.c: [re-]fix Win64 compiler warning. |
blob | commitdiff | raw | diff to current |
2008-12-29 |
Andy Polyakov | Fix "possible loss of data" Win64 compiler warnings. |
blob | commitdiff | raw | diff to current |
2008-11-12 |
Geoff Thorpe | Revert the size_t modifications from HEAD that had... |
blob | commitdiff | raw | diff to current |
2008-11-01 |
Ben Laurie | size_tification. |
blob | commitdiff | raw | diff to current |
2008-10-28 |
Andy Polyakov | Minor clean-up in bn_lib.c: constification and optimiza... |
blob | commitdiff | raw | diff to current |
2007-03-28 |
Bodo Möller | Change to mitigate branch prediction attacks |
blob | commitdiff | raw | diff to current |
2007-01-21 |
Dr. Stephen Henson | Constify version strings and some structures. |
blob | commitdiff | raw | diff to current |
2005-12-16 |
Andy Polyakov | Eliminate warning induced by cvs.openssl.org/chngview... |
blob | commitdiff | raw | diff to current |
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-22 |
Nils Larsch | - use BN_set_negative and BN_is_negative instead of... |
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-06-17 |
Geoff Thorpe | Actually, that last change to BN_get_word() was a littl... |
blob | commitdiff | raw | diff to current |
2004-06-17 |
Geoff Thorpe | As Nils put it; |
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 |
2003-12-27 |
Richard Levitte | Use BUF_strlcpy() instead of strcpy(). |
blob | commitdiff | raw | diff to current |
2003-12-02 |
Geoff Thorpe | Incremental cleanups to bn_lib.c. |
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-12-01 |
Geoff Thorpe | Declare the static BIGNUM "BN_value_one()" more carefully. |
blob | commitdiff | raw | diff to current |
2003-11-29 |
Geoff Thorpe | This improves the placement of check_top() macros in... |
blob | commitdiff | raw | diff to current |
2003-11-15 |
Ulf Möller | BN_set_bit() etc should use "unsigned int". |
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-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 | Some provisional bignum debugging has begun to detect... |
blob | commitdiff | raw | diff to current |
2003-10-29 |
Geoff Thorpe | A general spring-cleaning (in autumn) to fix up signed... |
blob | commitdiff | raw | diff to current |
2002-11-29 |
Richard Levitte | A few more memset()s converted to OPENSSL_cleanse(). |
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-03 |
Bodo Möller | fix bn_expand2 |
blob | commitdiff | raw | diff to current |
2002-08-02 |
Bodo Möller | fix bn_expand2 |
blob | commitdiff | raw | diff to current |
2002-07-25 |
Bodo Möller | Move zeroing from bn_expand_internal() to bn_expand2... |
blob | commitdiff | raw | diff to current |
2001-03-08 |
Bodo Möller | Constify BN_value_one. |
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 | include <limits.h> |
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 |
Richard Levitte | Add a comment to explain the purpose of bn_cmp_part_wor... |
blob | commitdiff | raw | diff to current |
2000-12-02 |
Ulf Möller | last commit was wrong. Now it works. :) |
blob | commitdiff | raw | diff to current |
2000-12-02 |
Ulf Möller | argl |
blob | commitdiff | raw | diff to current |
2000-12-02 |
Ulf Möller | Fix bn_cmp_part_words() and move it to bn_lib.c. |
blob | commitdiff | raw | diff to current |
2000-11-29 |
Bodo Möller | Fix warnings in expspeed.c (but the segmentation fault... |
blob | commitdiff | raw | diff to current |
2000-11-29 |
Bodo Möller | BN_bin2bn did *not* contain an off-by-one error; |
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-26 |
Bodo Möller | modular arithmetics |
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-07 |
Bodo Möller | Handle BN_copy failure after successful BN_new. |
blob | commitdiff | raw | diff to current |
2000-11-07 |
Bodo Möller | handle the case when BN_new returns NULL |
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-09-04 |
Bodo Möller | Avoid abort() throughout the library, except when prepr... |
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-01 |
Richard Levitte | There have been a number of complaints from a number... |
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 |
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-01-23 |
Ulf Möller | Document the BN library. |
blob | commitdiff | raw | diff to current |
1999-07-30 |
Bodo Möller | by request: let BN_dup(NULL) just return NULL |
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-04 |
Ben Laurie | Some constification and stacks that slipped through... |
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-15 |
Bodo Möller | OPENSSL_EXTERN, OPENSSL_GLOBAL |
blob | commitdiff | raw | diff to current |
1999-05-13 |
Ulf Möller | VMS support. |
blob | commitdiff | raw | diff to current |
1999-04-23 |
Ben Laurie | Work with -pedantic! |
blob | commitdiff | raw | diff to current |
1999-04-19 |
Ulf Möller | Change functions to ANSI C. |
blob | commitdiff | raw | diff to current |
1999-04-17 |
Ben Laurie | Massive constification. |
blob | commitdiff | raw | diff to current |
1999-04-15 |
Dr. Stephen Henson | Fix a horrible BN bug in bn_expand2 which caused BN_add... |
blob | commitdiff | raw | diff to current |
1999-03-22 |
Ben Laurie | Fix security hole. |
blob | commitdiff | raw | diff to current |
1999-01-07 |
Ben Laurie | Accept NULL in *_free. |
blob | commitdiff | raw | diff to current |
1998-12-31 |
Ralf S. Engelschall | Fix version stuff: |
blob | commitdiff | raw | diff to current |
1998-12-23 |
Ralf S. Engelschall | *** empty log message *** OpenSSL_0_9_1c |
blob | commitdiff | raw | diff to current |
next |