]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/bn
Don't auto-instantiate a DRBG when trying to use it and it's not
[thirdparty/openssl.git] / crypto / bn /
2017-08-23  Kazuki YamaguchiFix BN_print()
2017-08-22  PauliImprovement the formatting in bn_print.c
2017-08-22  Rich SalzUse "" not <> for internal/ includes
2017-08-21  PauliThis has been added to avoid the situation where some...
2017-08-21  Matt CaswellRemove OPENSSL_assert() usage from crypto/bn
2017-08-03  Rich SalzAdd RAND_priv_bytes() for private keys
2017-08-03  Rich SalzSwitch from ossl_rand to DRBG rand
2017-07-31  Andy Polyakovbn/bn_lcl.h: restore formatting.
2017-07-31  Andy Polyakovbn/bn_lcl.h: use __int128 whenever possible, not only...
2017-07-31  Andy Polyakovbn/bn_lcl.h: improve inline assembly coverage on PPC64.
2017-07-07  PauliAddress potential buffer overflows.
2017-07-07  Paulichange return (x) to return x
2017-07-05  Rich SalzUndo commit d420ac2
2017-07-03  Rich SalzBN_pseudo_rand is really BN_rand
2017-06-30  Rich SalzMerge Intel copyright notice into standard
2017-06-26  Paul YangChange to check last return value of BN_CTX_get
2017-06-26  Paul YangFix inaccurate comments in bn_prime.c
2017-06-20  Rich SalzModify Sun copyright to follow OpenSSL style
2017-06-17  Bernd EdlingerRemove a pointless "#if 0" block from BN_mul.
2017-06-14  Bernd EdlingerFix possible crash in X931 code.
2017-06-07  Rich Salzmake error tables const and separate header file
2017-05-11  David BenjaminRemove filename argument to x86 asm_init.
2017-05-11  Bernd EdlingerFix gcc-7 warnings.
2017-05-11  PauliRemove dead code.
2017-04-21  David BenjaminNumbers greater than 1 are usually non-negative.
2017-04-20  Adam LangleySmall primes are primes too.
2017-03-29  FdaSilvaYYMore typo fixes
2017-03-28  FdaSilvaYYRefomat a few comments on 80 cols
2017-03-24  Andy Polyakovbn/asm/sparcv9-mont.pl: fix squaring code path.
2017-03-03  Matt CaswellEnsure we don't call memcpy with a NULL pointer
2017-03-03  Bernd EdlingerReset executable bits on files where not needed.
2017-03-02  Andy Polyakovbn/asm: clean up unused PA-RISC modules.
2017-02-28  Emilia KasperRemove memcpy unrolling in bn_lib.c
2017-02-28  Matt CaswellRemove some commented out code in libcrypto
2017-02-28  Matt CaswellRemove dead code in bn
2017-02-28  Emilia KasperClean up references to FIPS
2017-02-28  Emilia KasperRemove BN_DEBUG_TRIX
2017-02-17  David BenjaminFix typo in x86_64-mont5.pl CFI directives
2017-02-10  Adam LangleyFix copy-pasteism in CFI directives.
2017-02-09  Andy Polyakovbn/asm/x86_64*: add DWARF CFI directives.
2017-02-09  Andy Polyakovbn/asm/rsaz-avx2.pl: refine Win64 SE handler.
2017-02-06  Andy Polyakovx86_64 assembly pack: Win64 SEH face-lift.
2017-02-01  Richard Levittebn: fix occurance of negative zero in BN_rshift1()
2017-02-01  Geoff Thorpebn: fix occurances of negative zero
2017-02-01  Geoff Thorpebn: catch negative zero as an error
2017-02-01  Geoff Thorpebn: fix BN_DEBUG + BN_DEBUG_RAND support
2017-01-26  Andy Polyakovbn/asm/x86_64-mont5.pl: fix carry bug in bn_sqr8x_internal.
2016-12-15  Kurt RoeckxDon't call memcpy with NULL as source
2016-11-25  Andy Polyakovbn/asm/ppc-mont.pl: signal no-op in 32-bit bit build.
2016-11-15  Rich SalzCheck return value of some BN functions.
2016-11-10  Richard LevitteRevert "Move algorithm specific ppccap code from crypto...
2016-11-10  Andy Polyakovbn/asm/x86_64-mont.pl: fix for CVE-2016-7055 (Low sever...
2016-11-09  Richard LevitteMove algorithm specific ppccap code from crypto/ppccap.c
2016-11-08  FdaSilvaYYMissing BN_RECP_CTX field init.
2016-11-08  Rich SalzZero stack variable with DSA nonce
2016-10-24  Andy Polyakovppccap.c: engage new multipplication and squaring subro...
2016-10-24  Andy Polyakovbn/asm/ppc-mont.pl: add optimized multiplication and...
2016-10-24  Andy Polyakovbn/asm/ppc-mont.pl: prepare for extension.
2016-10-10  David BenjaminFix up bn_prime.pl formatting.
2016-10-10  David BenjaminRemove trailing whitespace from some files.
2016-09-13  Andy Polyakovbn/bn_lcl.h: improve interoperability with clang and...
2016-09-06  Rich SalzMisc BN fixes
2016-09-02  Andy PolyakovMIPS assembly pack: adapt it for MIPS[32|64]R6.
2016-08-31  Andy Polyakovcrypto/bn/*: x86[_64] division instruction doesn't...
2016-08-29  Andy Polyakovbn/asm/ppc.pl: harmonize .size directive in bn_mul_words.
2016-08-24  Matt CaswellRemove useless assignment
2016-08-23  David BenjaminFix math in BN_bn2dec comment.
2016-08-22  Matt CaswellCheck for malloc error in bn_x931p.c
2016-08-22  Andy Polyakovbn/asm/x86[_64]-mont*.pl: implement slightly alternativ...
2016-08-22  Kazuki YamaguchiFix overflow check in BN_bn2dec()
2016-08-15  Dr. Stephen HensonCheck for errors in BN_bn2dec()
2016-08-14  Jakub ZelenkaNever return -1 from BN_exp
2016-08-10  Rich SalzChange callers to use the new constants.
2016-08-05  klemensspelling fixes, just comments and readme.
2016-08-02  FdaSilvaYYFix some style issues...
2016-07-20  Kurt RoeckxCheck for errors allocating the error strings.
2016-07-20  FdaSilvaYYFix a few if(, for(, while( inside code.
2016-07-19  Rich SalzRT4593: Add space after comma (doc nits)
2016-07-01  Richard LevitteSimplify INCLUDE statements in build.info files
2016-06-30  Matt CaswellConvert memset calls to OPENSSL_cleanse
2016-06-29  FdaSilvaYYWhitespace cleanup in crypto
2016-06-25  David BenjaminHandle BN_mod_word failures.
2016-06-25  David BenjaminFix BN_is_prime* calls.
2016-06-18  FdaSilvaYYUseless header include of openssl/rand.h
2016-06-13  Matt CaswellAdd some missing return value checks
2016-06-13  Andy Polyakovbn/bn_add.c: favour counted loops over ifs and breaks.
2016-06-11  Kurt RoeckxAvoid creating illegal pointers
2016-06-09  Rich SalzClean up "generic" intro pod files.
2016-06-07  Matt CaswellFix BN_mod_word bug
2016-06-02  Matt CaswellFix test failures when using enable-ubsan
2016-06-01  Rich SalzAdd final(?) set of copyrights.
2016-05-29  Andy Polyakovx86_64 assembly pack: tolerate spaces in source directo...
2016-05-27  Andy Polyakovbn/bn_exp.c: explain 'volatile' in MOD_EXP_CTIME_COPY_F...
2016-05-27  huangqinjinfix BN_hex2bn()/BN_dec2bn() memory leak
2016-05-25  Richard Levittebuild.info files: add quotes around any spec that may...
2016-05-24  Todd ShortClean up RAND_bytes() calls
2016-05-23  Rich SalzRemove unused error/function codes.
2016-05-23  Richard LevitteVMS: remove last VAX vestiges
2016-05-22  Kurt RoeckxAvoid creating an illegal pointer
2016-05-22  Kurt RoeckxAvoid creating an illegal pointer
next