Configure - make the use of environment variables for overrides consistent
[openssl.git] / crypto /
2016-03-02 Richard LevitteMake uplink auxiliary source separate from cpuid source
2016-03-02 Kurt RoeckxMake k25519Precomp const
2016-03-02 Andy Polyakovpoly1305/asm/poly1305-*.pl: flip horizontal add and...
2016-03-02 David BenjaminConsistently use arm_arch.h constants in armcap assembl...
2016-03-01 Dr. Stephen Hensonremove old unused oneline name field
2016-03-01 Dr. Stephen Hensonmake errors
2016-03-01 Dr. Stephen HensonAdd default operations to EC_METHOD
2016-03-01 Dr. Stephen HensonReplace overrides.
2016-03-01 Rob PercivalCT policy validation
2016-03-01 David WoodhouseRT4347: Fix GCC unused-value warnings with HOST_c2l()
2016-03-01 Rob PercivalMove macros for reading/writing integers into ct_locl.h
2016-03-01 Rob PercivalAddresses review comments from richsalz
2016-03-01 Rob PercivalFixes potential double free and memory leak in ct_b64.c
2016-03-01 Rob PercivalVerify SCT signatures
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 Dmitry-MeGH762: Reuse strdup()
2016-02-29 Matt CaswellFix BN_hex2bn/BN_dec2bn NULL ptr/heap corruption
2016-02-29 Dr. Stephen Hensonremove unused variables
2016-02-29 Matt CaswellClarify ASYNC_WAIT_CTX_clear_fd() docs
2016-02-29 Matt CaswellRefactor the async wait fd logic
2016-02-28 Dr. Stephen HensonRemove unused code.
2016-02-28 Dr. Stephen HensonChange BORINGSSL defines to OPENSSL
2016-02-28 Dr. Stephen HensonInitial adaptations for Curve25519 code.
2016-02-28 Emilia KasperPlace under OpenSSL license.
2016-02-28 Dr. Stephen HensonAdd X25519 code from BoringSSL.
2016-02-28 Dr. Stephen HensonTLS support for X25519
2016-02-28 Dr. Stephen HensonAdd X25519 curve to list
2016-02-28 Dr. Stephen HensonAdd no signing flag.
2016-02-28 Dr. Stephen HensonAdd new EC_METHOD for X25519.
2016-02-28 Dr. Stephen HensonAdd group_order_bits to EC_METHOD.
2016-02-28 Dr. Stephen HensonAdd custom_data field for EC_POINT, EC_KEY.
2016-02-28 Dr. Stephen HensonExtract compression form in EC_KEY_oct2key().
2016-02-28 Dr. Stephen HensonExtended EC_METHOD customisation support.
2016-02-28 Dr. Stephen HensonEC_METHOD customisation operations.
2016-02-28 Dr. Stephen HensonRename OIDs.
2016-02-28 FdaSilvaYYGH715: Missed some null-check-removals. follow commits...
2016-02-28 Rich SalzGH715: Missed some null-check-removals.
2016-02-27 Andy Polyakovmodes/asm/ghash-x86_64.pl: refine GNU assembler version...
2016-02-27 Andy Polyakovchacha/asm/chacha-*.pl: fix typos in tail processing.
2016-02-27 FdaSilvaYYGH753: More spelling fix
2016-02-26 Rob PercivalFix for potential deferencing of null pointer in o2i_SC...
2016-02-26 Rob PercivalPublic API for Certificate Transparency
2016-02-26 Rich SalzRevert "EC_KEY_priv2buf (): check parameter sanity"
2016-02-26 Matt CaswellFix master compile error
2016-02-26 Dmitry-MeGH680: Reuse strnlen() in strndup()
2016-02-26 J Mohan Rao ArisankalaEC_KEY_priv2buf (): check parameter sanity
2016-02-26 J Mohan Rao Arisankalacheck with NULL
2016-02-26 J Mohan Rao Arisankalaexplicit check for NULL
2016-02-26 J Mohan Rao ArisankalaCheck method before access and release ctx in error...
2016-02-26 David WoodhouseRT4335: Fix UEFI build of OBJ_NAME_new_index()
2016-02-26 Alessandro GhediniImplement new multi-threading API
2016-02-25 Matt CaswellFix memory issues in BIO_*printf functions
2016-02-25 Rich SalzGH715: ENGINE_finish can take NULL
2016-02-25 Rich SalzFix unified build after CT reorg
2016-02-25 Adam EijdenbergAdd more CT utility routines to be used as part of...
2016-02-25 Rich SalzBuild fix: remove cleanse_ctr
2016-02-25 Rich SalzRT4116: Change cleanse to just memset
2016-02-25 Emilia KasperCVE-2016-0798: avoid memory leak in SRP
2016-02-24 Flavio MedeirosGH480: Don't break statements with CPP stuff.
2016-02-23 Andy Polyakovec/asm/ecp_nistz256-*.pl: get corner case logic right.
2016-02-23 Andy Polyakovec/asm/ecp_nistz256-x86_64.pl: get corner case logic...
2016-02-23 Andy Polyakovpoly1305/asm/poly1305-armv4.pl: replace ambiguous instr...
2016-02-23 David WoodhouseRT4339: Fix handling of <internal/bn_conf.h>
2016-02-23 Rich SalzAdd PKCS7_NO_DUAL_CONTENT flag
2016-02-22 Rich SalzRemove unused parameters from internal functions
2016-02-22 FdaSilvaYYGH678: Add a few more zalloc
2016-02-22 Rich SalzRT4320/GH705: Fix PEM parsing bug.
2016-02-20 Richard LevitteAlways build library object files with shared library...
2016-02-20 Richard LevitteMake crypto/buildinf.h depend on configdata.pm rather...
2016-02-19 Dr. Stephen HensonRemove DSA negative integer workaround code.
2016-02-19 Dr. Stephen HensonRemove broken DSA private key workarounds.
2016-02-19 Emilia Kaspergetaddrinfo: zero the hints structure
2016-02-19 Richard LevitteBig rename fest of engine DSO names, from libFOO.so...
2016-02-19 Richard LevitteLet Configure figure out the diverse shared library...
2016-02-19 Richard LevitteRethink the uplink / applink story
2016-02-18 Richard LevitteRemove all special make depend flags, as well as OPENSS...
2016-02-18 Rich SalzRemove outdated DEBUG flags.
2016-02-18 Matt CaswellFix windows thread stop code
2016-02-18 Roumen PetrovFix OPENSSL_config with NULL parameter
2016-02-18 Dr. Stephen Hensontypo
2016-02-18 Rich SalzRemove "experimental" in code and comments, too.
2016-02-17 Richard LevitteIn the unified scheme, there is no $(TOP), use $(SRCDIR...
2016-02-17 David WoodhouseFinish 02f7114a7fbb3f3ac171bae87be8c13bc69e4005
2016-02-17 Rich SalzRT4310: Fix varous no-XXX builds
2016-02-17 David WoodhouseRT4315: Fix UEFI build in crypto/init.c
2016-02-17 Rich SalzRemove JPAKE
2016-02-17 David WoodhouseRT4313: Fix build for !IMPLEMENTED code path in CRYPTO_...
2016-02-17 Dmitry-MeFix mismatched curly brace
2016-02-17 Richard LevitteImplement the use of heap manipulator implementions
2016-02-16 Viktor Szakatsmd_rand: FAQ URL to use https and follow a redirect
2016-02-16 Richard LevitteOn solaris, the variable name sun clashes, use s_un...
2016-02-14 Rich SalzMake the BIO_ADDR param optional.
2016-02-14 Viktor DukhovniFixes to make no-deprecated work again
2016-02-14 Andy Polyakovchacha/asm/chacha*: ensure that zero length is handled...
2016-02-14 Andy Polyakovchacha/asm/chacha-x86[_64].pl: fix typos and logical...
2016-02-14 Richard LevitteMake the use of mdebug backtrace a separate option
next