In the unified scheme, there is no $(TOP), use $(SRCDIR) instead
[openssl.git] / crypto / bn /
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.
2015-12-19 Matt CaswellFix URLs mangled by reformat
2015-12-14 Emilia KasperFix a ** 0 mod 1 = 0 for real this time.
2015-12-13 Andy Polyakovx86_64 assembly pack: tune clang version detection...
2015-12-07 Andy PolyakovARMv4 assembly pack: allow Thumb2 even in iOS build,
2015-12-03 Andy Polyakovbn/asm/x86_64-mont5.pl: fix carry propagating bug ...
2015-11-30 Rich SalzRemove BN_init
2015-11-26 Matt CaswellTighten up BN_with_flags usage and avoid a reachable...
2015-11-23 Andy Polyakovx86_64 assembly pack: tune clang version detection.
2015-11-20 Pascal CuoqBN_usub: Don't copy when r and a the same
2015-11-16 Andy Polyakovbn/asm/ppc64-mont.pl: adapt for little-endian.
2015-11-16 Andy Polyakovbn/asm/s390x.S: improve performance on z196 and z13...
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-11-05 Dr. Stephen HensonRebuild error source files.
2015-10-30 Rich SalzReplace "SSLeay" in API with OpenSSL
2015-10-29 Pascal CuoqBN_GF2m_mod_inv(): check bn_wexpand return value
2015-10-24 Ben LaurieFix undeclared variable warnings.
2015-10-23 Alessandro GhediniFix typos
2015-10-23 Alessandro GhediniFix memory leaks and other mistakes on errors
2015-10-22 Richard LevitteOnly include SRP headers when OPENSSL_NO_SRP is undefined
2015-10-07 Pascal CuoqSet flags to 0 before calling BN_with_flags()
2015-10-06 Alessandro GhediniFix travis builds on master
2015-09-30 Andy Polyakovbn/asm/armv4-mont.pl: boost NEON performance.
2015-09-25 Andy PolyakovARMv4 assembly pack: implement support for Thumb2.
2015-09-20 Dr. Stephen Hensonmake no-dh work
2015-09-11 Ben LaurieEnable -Wmissing-variable-declarations and
2015-09-05 Rich SalzRT3955: Reduce some stack usage
2015-09-03 Rich Salzremove 0 assignments.
2015-09-03 Rich SalzAdd and use OPENSSL_zalloc
2015-08-31 Emilia KasperBN_mod_exp_mont_consttime: check for zero modulus.
2015-08-27 Rich SalzFix memory over-read
2015-08-26 Rich SalzBN_bin2bn handle leading zero's
2015-08-11 Matt CaswellCheck for 0 modulus in BN_MONT_CTX_set
2015-08-10 Rich SalzRT3999: Remove sub-component version strings
2015-07-31 Loganaden VelvindronClear BN-mont values when free'ing it.
2015-07-23 Emilia Kasperrsaz_exp.h: align license with the rest of the contribution
2015-07-22 Rich SalzSome cleanups for crypto/bn
2015-07-13 Richard LevitteConversion to UTF-8 where needed
2015-06-23 Rich SalzMore secure storage of key material.
2015-06-23 Richard Levittemake update
2015-06-23 Richard LevitteRearrange rsaz
2015-06-11 Andy Polyakovbn/bn_gf2m.c: avoid infinite loop wich malformed ECPara...
2015-06-04 Matt CaswellFix off-by-one error in BN_bn2hex
2015-06-03 Dr. Stephen Hensonmake update.
2015-05-26 Andy Polyakovbn/bn_lcl.h: fix MIPS-specific gcc version check.
2015-05-24 Andy Polyakovbn/asm/x86_64-mont5.pl: fix valgrind error.
2015-05-24 Andy Polyakovbn/bn_gf2m.c: appease STACK, unstable code detector.
2015-05-22 Matt CaswellFix off-by-one in BN_rand
2015-05-22 Matt CaswellReject negative shifts for BN_rshift and BN_lshift
2015-05-22 Richard LevitteFix the update target and remove duplicate file updates
2015-05-20 Andy Polyakovbn/asm/vis3-mont.pl: fix intermittent EC failures on...
2015-05-14 Richard Levittemake depend
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-13 Andy Polyakovbn/Makefile: give MacOS X hand to compiler armv8-mont...
2015-05-13 Andy Polyakovbn/asm/armv8-mont.pl: boost performance.
2015-05-06 Rich Salzmemset, memcpy, sizeof consistency fixes
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-05-03 Dr. Stephen HensonAdd OSSL_NELEM macro.
2015-05-01 Rich Salzfree null cleanup finale
2015-05-01 Rich Salzfree NULL cleanup 7
2015-04-30 Rich Salzfree cleanup almost the finale
2015-04-28 Rich Salzremove malloc casts
2015-04-27 Emilia KasperError checking and memory leak fixes in NISTZ256.
2015-04-20 Andy PolyakovAdd assembly support for 32-bit iOS.
2015-04-20 Andy PolyakovAdd ARMv8 Montgomery multiplication module.
2015-03-31 Richard LevitteRemove EXHEADER, TEST, APPS, links:, install: and unins...
2015-03-31 Richard LevitteStop symlinking, move files to intended directory
2015-03-25 Matt CaswellRAND_bytes updates
2015-03-17 Matt CaswellFix probable_prime over large shift
2015-03-12 Matt CaswellFix error handling in bn_exp
2015-02-10 Matt CaswellRemove some functions that are no longer used and break...
2015-02-09 Andy Polyakovbn/bn_add.c: fix dead code elimination that went bad.
2015-02-08 Rich SalzFinal (for me, for now) dead code cleanup
2015-02-05 Rich SalzUse memset in bn_mont
2015-02-02 Rich SalzDead code cleanup: #if 0 dropped from tests
2015-01-29 Richard Levitteclang on Linux x86_64 complains about unreachable code.
2015-01-27 Rich Salz"#if 0" removal: header files
next