Invoke tear_down when exiting test_encode_tls_sct() prematurely
[openssl.git] / crypto / bn / bn_lib.c
2023-09-07 Matt CaswellCopyright year updates
2023-08-14 Matt CaswellDon't call ossl_assert on the result of bn_wexpand
2023-05-11 Dimitri PapadopoulosFix a typo found by codespell in a variable name
2023-04-04 Bernd EdlingerAlternative fix for CVE-2022-4304
2023-01-20 Richard Levittebn2bin(): Don't accept len < 0
2023-01-20 Richard Levittebin2bn(): When len==0, just return a zero BIGNUM
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-06-13 Billy Brumley[crypto/bn] BN_consttime_swap: remove superfluous early...
2022-05-03 Matt CaswellUpdate copyright year
2022-02-10 Kelvin Leebn_lib.c: Change Endianess check to as a binary condition.
2022-02-07 Dimitris ApostolouFix typos
2022-01-20 Richard LevitteAdd signed bn2bin and bin2bn functions
2022-01-20 Richard Levitte[refactor] BIGNUM: Modify bin2bn() to work from least...
2022-01-20 Richard Levitte[refactor] BIGNUM: Modify bn2binpad()'s setup to be...
2022-01-20 Richard Levitte[refactor] BIGNUM: collapse BN_bin2bn() and BN_lebin2bn...
2021-12-13 Tomas Mrazbn2binpad: Use memset as the buffer will be used later
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-07-15 aSoujyuTanakaDisable optimiization of BN_num_bits_word() for VS2005...
2020-07-11 Richard LevitteBN: Check endianness in run-time, in BN_native2bn(...
2020-04-23 Matt CaswellUpdate copyright year
2020-02-18 Nicola Tuveri[BN] harden `BN_copy()` against leaks from memory accesses
2019-11-07 Richard LevitteUpdate source files for pre-3.0 deprecation
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-09-06 Nicola TuveriUniform BN_bn2binpad() and BN_bn2lebinpad() implementations
2019-09-06 Nicola TuveriMake BN_num_bits() consttime upon BN_FLG_CONSTTIME
2019-07-23 PauliAvoid double clearing some BIGNUMs
2019-03-19 Shane LontisAdded NULL check to BN_clear() & BN_CTX_end()
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...
next