openssl.git
2018-02-20 Matt CaswellYet more style updates to the curve448 code
2018-02-20 Matt CaswellFurther style changes to curve448 code
2018-02-20 Matt CaswellSimplify some code
2018-02-20 Matt CaswellRemove some unneccessary use of constant time code...
2018-02-20 Matt CaswellFix a travis failure in the curve448 code
2018-02-20 Matt CaswellRemove the curve448 vector code
2018-02-20 Matt CaswellMore style fixes for the curve448 code
2018-02-20 Matt CaswellRemove a strict aliasing issue with pre-computed curve4...
2018-02-20 Matt CaswellMore style fixes to Curve448 code based on review feedback
2018-02-20 Matt CaswellSome style fixes
2018-02-20 Matt CaswellFormatting tweak based on review feedback
2018-02-20 Matt CaswellUse NLIMBS where appropriate to simplify the code
2018-02-20 Matt CaswellRemove cplusplus guards in internal headers
2018-02-20 Matt CaswellRemove the curve448 specific constant time implementation
2018-02-20 Matt CaswellAdd some new constant time functions needed by curve448
2018-02-20 Matt CaswellUse the NLIMBS macro rather than try and calculate...
2018-02-20 Matt CaswellRename a function to avoid a clash
2018-02-20 Matt CaswellRemove curve448 architecture specific files
2018-02-20 Matt CaswellFix AppVeyor failure in eddsa.c
2018-02-20 Matt CaswellFix travis failure in f_impl.c
2018-02-20 Matt CaswellFix a typo in a comment
2018-02-20 Matt CaswellUpdate Curve448 copyright for 2018
2018-02-20 Matt CaswellCode tidy up
2018-02-20 Matt CaswellFixes for compilation using clang
2018-02-20 Matt CaswellUpdate the curve448 internal test to use testutil.h
2018-02-20 Matt CaswellMove curve448_test.c to be a full internal test
2018-02-20 Matt CaswellFix build errors for Curve448 code on Windows (VC-WIN32...
2018-02-20 Matt CaswellRemove some gcc/clang specific attributes we don't...
2018-02-20 Matt CaswellRemove duplicated 448 in the names of various things
2018-02-20 Matt CaswellMerge f_field.h into field.h
2018-02-20 Matt CaswellMerge f_arithmetic.c into f_generic.c
2018-02-20 Matt CaswellRemove references to libdecaf
2018-02-20 Matt CaswellRemove some unneeded code
2018-02-20 Matt CaswellManual formatting tweaks to Curve448 code
2018-02-20 Matt CaswellRun util/openssl-format-source on the Curve448 code
2018-02-20 Matt CaswellUpdate the imported curve448 code to use OpenSSL copyri...
2018-02-20 Matt CaswellFix the ED448 key lengths
2018-02-20 Matt CaswellIntegrate Curve448 into the build system
2018-02-20 Matt CaswellConvert to C90 from C99
2018-02-20 Matt CaswellRename the decaf files to curve448 files
2018-02-20 Matt CaswellRemove portable_endian.h
2018-02-20 Matt CaswellRemove the old shake256 implementation
2018-02-20 Matt CaswellConvert Curve448 internals to use OpenSSL shake256
2018-02-20 Matt CaswellUse OpenSSL shake256
2018-02-20 Matt CaswellAdd tests for Ed448ph
2018-02-20 Matt CaswellAdd Ed448 tests
2018-02-20 Matt CaswellRemove inclusion of header files that we can't rely...
2018-02-20 Matt CaswellRemove DECAF_NOINLINE
2018-02-20 Matt CaswellRemove DECAF_NONNULL
2018-02-20 Matt CaswellRemove all instances of DECAF_API_VIS
2018-02-20 Matt CaswellReplace DECAF_WARN_UNUSED with __owur
2018-02-20 Matt CaswellReplace DECAF_INLINE with ossl_inline
2018-02-20 Matt CaswellRemove some vestiges of the old decaf template approach
2018-02-20 Matt CaswellRename decaf_448_* to curve448_*
2018-02-20 Matt CaswellRemove some more unneeded code
2018-02-20 Matt CaswellRemove some uneeded macros and conditionally compiled...
2018-02-20 Matt CaswellRemove some unneeded stuff
2018-02-20 Matt CaswellAdd a local test
2018-02-20 Matt CaswellAdd the X448() and X448_public_from_private() functions
2018-02-20 Matt CaswellRemove the decaf_bzero function and replace with OPENSS...
2018-02-20 Matt CaswellRemove the curve448/decaf sub-directory
2018-02-20 Matt CaswellRemove some unneeded code
2018-02-20 Matt CaswellRemove some deprecated curve 448 code and remove some...
2018-02-20 Matt CaswellRemove some unneeded files and further flatten the...
2018-02-20 Matt CaswellFlatten the Curve 448 source structure
2018-02-20 Matt CaswellImport Curve 448 support
2018-02-19 John HughesAdd BIO_bind function to bind local address for a socket.
2018-02-19 Massimiliano... Add X509_get0_authority_key_id() function
2018-02-19 Matt CaswellThe record version for ClientHello2 should be TLS1.2
2018-02-19 Andy Polyakovsha/asm/keccak1600-armv8.pl: add hardware-assisted...
2018-02-19 Richard Levittetest_ssl_old: avoid empty strings for flags
2018-02-19 Richard LevitteOpenSSL::Test::quotify: put quotes around empty arguments
2018-02-18 PauliAvoid mentioning uninitialised contexts.
2018-02-17 Richard LevitteConfigure: avoid uninit data in configdata.pm
2018-02-16 Dr. Matthias... pkeyparam.pod: correct the command description
2018-02-15 Richard LevitteConfigure: move down the treatment of seed sources
2018-02-15 Richard LevitteAIX: make sure that the arflags value includes the...
2018-02-15 Matt CaswellCheck the return code from ASN1_TIME_diff()
2018-02-15 Matt CaswellThe function X509_gmtime_adj() can fail
2018-02-15 Matt CaswellIf s->ctx is NULL then this is an internal error
2018-02-15 Dr. Matthias... DRBG: make locking api truly private
2018-02-15 Bernd EdlingerFix a gcc warning about possible fall through
2018-02-15 Richard LevitteNOTES.UNIX: add additional note about --enable-new...
2018-02-14 Benjamin KadukAuto-size more of configdata.pm "disabled features"
2018-02-14 Richard LevitteOSSL_STORE: Add OSSL_STORE_vctrl()
2018-02-14 Dr. Matthias... PEM_read_bio_PrivateKey.pod: replace geek speek by...
2018-02-14 Richard LevitteVMS: build ia64 assembler files if 'ias' is available
2018-02-14 Richard LevitteVMS: modify crypto/bn/asm/ia64.S to build properly
2018-02-14 Richard LevitteVMS: add the possibility to use Itanium assembler with...
2018-02-14 Richard LevitteHarmonize the make variables across all known platforms...
2018-02-14 Dr. Matthias... d2i_X509.pod: clarify usage of the 'pp' function parameter
2018-02-14 Matt CaswellIgnore an s_client psk in TLSv1.3 if not TLSv1.3 suitable
2018-02-14 Matt CaswellMake sure we check the return value of extract_min_max()
2018-02-14 Matt CaswellFix a memory leak in an error path
2018-02-14 Richard LevitteBuild files: parametrize cpp
2018-02-14 Richard LevitteVMS: simplify config targets
2018-02-14 Viktor DukhovniAvoid fragile aliasing of SHA224/384 update/final
2018-02-13 Kurt RoeckxUse both getrandom() and /dev/urandom by default on...
2018-02-13 Richard LevitteVMS: for testutil, make sure to use BIO_f_linebuffer
2018-02-13 Richard LevitteConfigure: if a file is generated, never assume it...
next