poly1305/asm/poly1305-x86_64.pl: switch to vpermdd in table expansion.
[openssl.git] / crypto / bn /
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
2016-05-21 Rich SalzAdd OpenSSL copyright to .pl files
2016-05-17 Rich SalzManual fixes after copyright consolidation
2016-05-17 Rich SalzCopyright consolidation 06/10
2016-05-16 Rich SalzUse OPENSSL_hexchar2int
2016-05-16 Viktor DukhovniFold threads.h into crypto.h making API public
2016-05-04 Andy PolyakovAlpha assembly pack: make it work on Linux.
2016-05-03 Dmitry-MeImprove comment
2016-04-29 Matt CaswellDon't free the BIGNUM passed to BN_mpi2bn
2016-04-28 Matt CaswellDon't leak memory on error in BN_generate_prime_ex
2016-04-28 Matt CaswellFree a BIGNUM on error in BN_mpi2bn
2016-04-20 Rich SalzUpdate copyright; generated files.
2016-04-20 Richard LevitteRemove --classic build entirely
2016-04-20 Rich SalzCopyright consolidation: perl files
2016-04-18 Rich SalzRename some lowercase API's
2016-04-07 Andy PolyakovPPC assembly pack: remove branch hints.
2016-04-07 Andy PolyakovClean-up *_DEBUG options.
2016-03-21 Richard LevitteRemove the remainder of util/mk1mf.pl and companion...
2016-03-17 Rich SalzRemove ultrix/mips support.
2016-03-15 Emilia KasperOn Windows, page walking is known as __chkstk.
2016-03-15 Emilia KasperExplain *cough*-dows
2016-03-14 Andy Polyakovbuild.info/Makefile.in: Itanium fixups.
2016-03-12 Richard LevitteAdd $(LIB_CFLAGS) for any build.info generator that...
2016-03-11 Andy Polyakovcrypto/*/build.info: SPARC-specific fixups.
2016-03-10 Richard LevitteFix some assembler generating scripts for better unific...
2016-03-10 Richard LevitteAdd include directory options for assembler files that...
2016-03-09 Richard LevitteMake sure the effect of "pic" / "no-pic" is used with...
2016-03-08 Alessandro GhediniConvert RSA blinding to new multi-threading API
2016-03-08 Andy PolyakovSPARCv9 assembly pack: unify build rules and argument...
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading API
2016-03-07 Richard LevitteUnified - adapt the generation of bignum assembler...
2016-03-07 Andy Polyakovbn/asm/x86[_64]-mont*.pl: complement alloca with page...
2016-03-02 David BenjaminConsistently use arm_arch.h constants in armcap assembl...
2016-03-01 Andy Polyakovbn/asm/x86_64-mont5.pl: unify gather procedure in hardl...
2016-03-01 Andy Polyakovcrypto/bn/x86_64-mont5.pl: constant-time gather procedure.
2016-03-01 Andy Polyakovbn/asm/rsaz-avx2.pl: constant-time gather procedure.
2016-03-01 Andy Polyakovbn/asm/rsax-x86_64.pl: constant-time gather procedure.
2016-03-01 Andy Polyakovbn/bn_exp.c: constant-time MOD_EXP_CTIME_COPY_FROM_PREBUF.
next