Add documentation for new s_server/s_client options
[openssl.git] / crypto /
2016-03-07 Matt CaswellUpdate the dasync engine to add a pipeline cipher
2016-03-07 David WoodhouseElide OPENSSL_INIT_set_config_filename() for no-stdio...
2016-03-07 David WoodhouseElide DES_read_password() for no-ui build
2016-03-07 Rich SalzISSUE 43: Add BIO_sock_shutdown
2016-03-07 Rob PercivalFixes memory leaks in CT code
2016-03-07 David WoodhouseElide EVP_read_pw_string() and friends for no-ui
2016-03-07 Richard LevitteUnified - adapt the generation of bignum assembler...
2016-03-07 Matt CaswellAdd a function to detect if we have async or not
2016-03-07 Matt CaswellRemove use of CRYPTO_LOCK_INIT in init code
2016-03-07 Matt CaswellSwap the init code to use the new Thread API thread...
2016-03-07 Matt CaswellSwap the init code to use CRYPTO_ONCE
2016-03-07 Dr. Stephen HensonMake PKCS8_PRIV_KEY_INFO opaque.
2016-03-07 Andy Polyakovbn/asm/x86[_64]-mont*.pl: complement alloca with page...
2016-03-07 Andy Polyakovperlasm/x86_64-xlate.pl: handle binary constants early.
2016-03-07 Matt CaswellFix OPENSSL_INIT flags to avoid a clash.
2016-03-07 cluceyRework based on feedback:
2016-03-05 Rich SalzGH616: Remove dead code
2016-03-04 Emilia KasperCurve25519: fix const-initialization
2016-03-04 Dr. Stephen HensonAdd ASN.1 ADB callback.
2016-03-04 Dmitry-MeGH784: Better variable name
2016-03-04 Rob PercivalHandle empty log name in "enable_logs" line of the...
2016-03-04 Rob PercivalHandle missing "enabled_logs" line in CT log file
2016-03-04 Rob PercivalIf a CT log entry in CTLOG_FILE is invalid, skip it...
2016-03-04 Rob PercivalChange default CT log list filename to "ct_log_list...
2016-03-04 Emilia KasperCurve25519: avoid undefined behaviour
2016-03-04 Andy Polyakovchacha/asm/chacha-ppc.pl: fix typo.
2016-03-04 Dr. Stephen HensonSanity check PVK file fields.
2016-03-04 FdaSilvaYYGH773: Possible leak on CRYPTO_THREAD_lock_new failure
2016-03-04 Dmitry-MeGH769: Reuse strndup()
2016-03-03 Alessandro GhediniGH355: Implement HKDF
2016-03-03 Emilia KasperClean up curve25519 build
2016-03-02 Dr. Stephen HensonAdd KDF error codes
2016-03-02 Dr. Stephen HensonAdd string ctrl operations to TLS1 PRF, update document...
2016-03-02 Dr. Stephen HensonUse utility functions for HMAC and CMAC.
2016-03-02 Dr. Stephen HensonEVP_PKEY_CTX utility functions.
2016-03-02 Dr. Stephen Hensonmake errors
2016-03-02 Dr. Stephen HensonHandle KDF internally.
2016-03-02 Matt CaswellEnsure Async is deinited properly
2016-03-02 Matt CaswellConvert ASYNC code to use new Thread API
2016-03-02 Emilia Kaspercurve25519: add missing const-qualifier
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
next