Configure: disable new trace api by default
[openssl.git] / crypto / bn / bn_lib.c
2019-02-26 Richard LevitteAdd BN_native2bn and BN_bn2nativepad, for native BIGNUM...
2019-02-25 Matt CaswellEnsure bn_cmp_words can handle the case where n == 0
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-12-06 Richard LevitteRefactor the computation of API version limits
2018-11-26 Billy BrumleyClean up BN_consttime_swap.
2018-11-10 Billy Brumley[crypto/bn] swap BN_FLG_FIXED_TOP too
2018-08-23 Andy Polyakovbn/bn_lib.c: conceal even memmory access pattern in...
2018-07-18 Andy Polyakovbn/bn_lib.c address Coverity nit in bn2binpad.
2018-07-14 Andy Polyakovbn/bn_lib.c: make BN_bn2binpad computationally constant...
2018-07-12 Andy Polyakovbn/bn_lib.c: add BN_FLG_FIXED_TOP flag.
2018-07-12 Andy Polyakovbn/bn_lib.c: remove bn_check_top from bn_expand2.
2018-04-27 Billy Brumleyfix: BN_swap mishandles flags
2018-04-23 Billy BrumleyRemove superfluous NULL checks. Add Andy's BN_FLG comment.
2018-04-23 Billy BrumleyElliptic curve scalar multiplication with timing attack...
2018-02-01 David BenjaminMake BN_num_bits_word constant-time.
2018-01-19 Richard LevitteCopyright update of more files that have changed this...
2018-01-16 Matt CaswellRevert BN_copy() flag copy semantics change
2017-10-23 Matt CaswellCorrect value for BN_security_bits()
2017-10-18 KaoruTodaRemove parentheses of return.
2017-10-12 Dr. Stephen HensonSupport constant BN for DH parameters
2017-10-09 KaoruTodaSince return is inconsistent, I removed unnecessary...
2017-09-27 Samuel WeiserBN_copy now propagates BN_FLG_CONSTTIME
2017-03-03 Matt CaswellEnsure we don't call memcpy with a NULL pointer
2017-02-28 Emilia KasperRemove memcpy unrolling in bn_lib.c
2016-09-06 Rich SalzMisc BN fixes
2016-08-02 FdaSilvaYYFix some style issues...
2016-06-30 Matt CaswellConvert memset calls to OPENSSL_cleanse
2016-06-11 Kurt RoeckxAvoid creating illegal pointers
2016-05-22 Kurt RoeckxAvoid creating an illegal pointer
2016-05-17 Rich SalzCopyright consolidation 06/10
2016-05-03 Dmitry-MeImprove comment
2016-04-07 Andy PolyakovClean-up *_DEBUG options.
2016-03-17 Rich SalzRemove ultrix/mips support.
2016-02-05 FdaSilvaYYGH601: Various spelling fixes.
2016-02-02 Dr. Stephen HensonNew BN functions.
2016-01-29 Emilia KasperAlways DPURIFY
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-08 Viktor DukhovniUpdate comment as bn_dup_expand is gone
2016-01-08 Viktor DukhovniBackwards-compatibility subject to OPENSSL_API_COMPAT
2015-11-30 Rich SalzRemove BN_init
2015-11-26 Matt CaswellTighten up BN_with_flags usage and avoid a reachable...
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-09-03 Rich Salzremove 0 assignments.
2015-08-27 Rich SalzFix memory over-read
2015-08-26 Rich SalzBN_bin2bn handle leading zero's
2015-08-10 Rich SalzRT3999: Remove sub-component version strings
2015-07-22 Rich SalzSome cleanups for crypto/bn
2015-06-23 Rich SalzMore secure storage of key material.
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-06 Rich Salzmemset, memcpy, sizeof consistency fixes
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-05-01 Rich Salzfree null cleanup finale
2015-05-01 Rich Salzfree NULL cleanup 7
2015-04-28 Rich Salzremove malloc casts
2015-02-08 Rich SalzFinal (for me, for now) dead code cleanup
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt CaswellMove more comments that confuse indent
2015-01-22 Matt CaswellFix indent comment corruption issue
2015-01-22 Matt Caswellindent has problems with comments that are on the right...
2015-01-06 Andy PolyakovRevert "CHANGES: mention "universal" ARM support."
2015-01-06 Andy PolyakovCHANGES: mention "universal" ARM support.
2014-12-30 Tim Hudsonmark all block comments that need format preserving...
2014-12-08 Matt CaswellMove bn internal functions into bn_int.h and bn_lcl.h
2014-12-08 Matt CaswellPrepare for bn opaquify. Implement internal helper...
2014-12-08 Dr. Stephen Hensonremove OPENSSL_FIPSAPI
2014-12-08 Dr. Stephen HensonRemove fips_constseg references.
2014-08-18 Doug GoldsteinRT2163: Remove some unneeded #include's
2014-07-15 Rich SalzMerge branch 'master' of git.openssl.org:openssl
2014-07-13 Matt CaswellFixed valgrind complaint due to BN_consttime_swap readi...
2014-03-28 Dr. Stephen HensonAdd functions returning security bits.
2014-03-12 Dr. Stephen HensonFix for CVE-2014-0076
2011-09-14 Andy PolyakovAllow for dynamic base in Win64 FIPS module.
2011-01-27 Dr. Stephen HensonMove all FIPSAPI renames into fips.h header file, inclu...
2011-01-27 Dr. Stephen HensonRedirect FIPS memory allocation to FIPS_malloc() routin...
2011-01-25 Dr. Stephen HensonMove BN_options function to bn_print.c to remove depend...
2008-12-29 Andy Polyakovbn_lib.c: [re-]fix Win64 compiler warning.
2008-12-29 Andy PolyakovFix "possible loss of data" Win64 compiler warnings.
2008-11-12 Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-01 Ben Lauriesize_tification.
2008-10-28 Andy PolyakovMinor clean-up in bn_lib.c: constification and optimiza...
2007-03-28 Bodo MöllerChange to mitigate branch prediction attacks
2007-01-21 Dr. Stephen HensonConstify version strings and some structures.
2005-12-16 Andy PolyakovEliminate warning induced by cvs.openssl.org/chngview...
2005-05-03 Nils Larschremove BN_ncopy, it was only used in bn_nist.c and...
2005-04-22 Nils Larsch- use BN_set_negative and BN_is_negative instead of...
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-03-17 Geoff ThorpeVariety of belt-tightenings in the bignum code. (Please...
2003-12-27 Richard LevitteUse BUF_strlcpy() instead of strcpy().
2003-12-02 Geoff ThorpeIncremental cleanups to bn_lib.c.
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-11-29 Geoff ThorpeThis improves the placement of check_top() macros in...
2003-11-15 Ulf MöllerBN_set_bit() etc should use "unsigned int".
2003-11-05 Geoff ThorpeThis is a revert of my previous commit to "improve...
2003-11-04 Geoff ThorpePut the first stage of my bignum debugging adventures...
2003-11-04 Geoff ThorpeThis is the least unacceptable way I've found for decla...
2003-10-29 Geoff ThorpeSome provisional bignum debugging has begun to detect...
next