Constify some input parameters.
[openssl.git] / crypto / bn /
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.
2016-02-29 Matt CaswellFix BN_hex2bn/BN_dec2bn NULL ptr/heap corruption
2016-02-23 David WoodhouseRT4339: Fix handling of <internal/bn_conf.h>
2016-02-22 FdaSilvaYYGH678: Add a few more zalloc
2016-02-20 Richard LevitteAlways build library object files with shared library...
2016-02-18 Richard LevitteRemove all special make depend flags, as well as OPENSS...
2016-02-18 Rich SalzRemove outdated DEBUG flags.
2016-02-17 Richard LevitteIn the unified scheme, there is no $(TOP), use $(SRCDIR...
2016-02-13 Richard LevittePass $(CC) to perlasm scripts via the environment
2016-02-11 Rich SalzMissing header include.
2016-02-11 Richard LevitteAdd inclusion directory crypto/include for BN compilations
2016-02-10 Richard Levitteunified build scheme: add a "unified" template for...
2016-02-10 Rich SalzUse NON_EMPTY_TRANSLATION_UNIT, consistently.
2016-02-08 Andy Polyakovbn/Makefile.in: remove obsolete rules.
2016-02-05 FdaSilvaYYGH601: Various spelling fixes.
2016-02-02 Dr. Stephen HensonNew BN functions.
2016-02-01 Richard Levitteunified build scheme: add build.info files
2016-02-01 Richard Levitteunified build scheme: a first introduction
2016-01-30 Rich SalzMove more BN internals to bn_lcl.h
2016-01-29 Rich SalzTemplatize util/domd
2016-01-29 Emilia KasperAlways DPURIFY
2016-01-28 Viktor DukhovniRestore NUMPRIMES as a numeric literal
2016-01-28 Rich SalzRemove EIGHT_BIT and SIXTEEN_BIT
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-25 Rich SalzMove & split opensslconf.h.in
2016-01-20 Rich SalzConsolidate "make update"
2016-01-17 Rich SalzRemove some old makefile targets
2016-01-12 Rich SalzMove Makefiles to Makefile.in
2016-01-08 Viktor DukhovniUpdate comment as bn_dup_expand is gone
2016-01-08 Viktor DukhovniBackwards-compatibility subject to OPENSSL_API_COMPAT
2015-12-22 Andy Polyakovbn/asm/bn-c64xplus.asm: update commentary.
next