Add an entry in NEWS about the new threading API
[openssl.git] / crypto /
2016-03-09 Matt CaswellRemove the old threading API
2016-03-09 Matt CaswellRemove use of the old CRYPTO_LOCK_X5O9_STORE
2016-03-09 Richard LevitteDon't call ENGINE_cleanup when configured "no-engine"
2016-03-09 Richard LevitteMake sure the effect of "pic" / "no-pic" is used with...
2016-03-09 Richard LevitteAdd extra include directory for includers of ppc_arch.h
2016-03-09 Andy Polyakovec/asm/ecp_nistz256-sparcv9.pl: get corner logic right.
2016-03-09 Richard LevitteUnified - adapt the generation of whirlpool assembler...
2016-03-09 Richard LevitteUnified - adapt the generation of sha assembler to...
2016-03-09 Richard LevitteUnified - adapt the generation of rc4 assembler to...
2016-03-09 Richard LevitteUnified - adapt the generation of rc5 assembler to...
2016-03-09 Richard LevitteUnified - adapt the generation of ripemd assembler...
2016-03-09 Richard LevitteUnified - adapt the generation of md5 assembler to...
2016-03-09 Richard LevitteUnified - adapt the generation of modes assembler to...
2016-03-09 Richard LevitteUnified - adapt the generation of poly1305 assembler...
2016-03-09 Richard LevitteUnified - adapt the generation of des assembler to...
2016-03-09 Richard LevitteUnified - adapt the generation of ec assembler to use...
2016-03-09 Richard LevitteUnified - adapt the generation of camellia assembler...
2016-03-09 Richard LevitteUnified - adapt the generation of cast assembler to...
2016-03-09 Richard LevitteUnified - adapt the generation of chacha assembler...
2016-03-09 Richard LevitteUnified - adapt the generation of cpuid, uplink and...
2016-03-09 Richard LevitteUnified - adapt the generation of aes assembler to...
2016-03-09 Richard LevitteUnified - adapt the generation of blowfish assembler...
2016-03-09 Matt CaswellAlways call ENGINE_cleanup() in de-init
2016-03-09 Matt CaswellMove engine library over to using the new thread API
2016-03-09 Richard Levitteerr_lcl.h is gone, don't pretend it's there
2016-03-09 Alessandro GhediniMove variable declaration to the start of the function
2016-03-09 Matt CaswellConvert rand code to new threading API
2016-03-09 Richard LevitteFix a typo in dynamic_load()
2016-03-08 Alessandro GhediniConvert RSA blinding to new multi-threading API
2016-03-08 Richard LevitteRemove the transfer of lock hooks from bind_engine
2016-03-08 Richard LevitteEngine API repair - memory management hooks
2016-03-08 Matt CaswellConvert mem_dbg and mem_sec to the new Thread API
2016-03-08 Rich SalzOpenSSLDie --> OPENSSL_die
2016-03-08 Richard LevitteInclude e_os.h from ec_lcl.h
2016-03-08 Dmitry-MeReuse strndup(), simplify code
2016-03-08 Dr. Stephen HensonMake DSA_SIG opaque.
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_X509_* to new multi-threading API
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_UI to new multi-threading API
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_EC_* to new multi-threading API
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_EVP_PKEY to new multi-threading API
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_BIO to new multi-threading API
2016-03-08 Andy PolyakovSPARCv9 assembly pack: unify build rules and argument...
2016-03-08 Todd ShortAdd cipher query functions
2016-03-08 Alessandro GhediniConvert ERR_STRING_DATA to new multi-threading API
2016-03-08 Alessandro GhediniConvert ERR_STATE to new multi-threading API
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_EX_DATA to new multi-threading API
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_DSO to new multi-threading API
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading API
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_GET*BYNAME to new multi-threading API
2016-03-07 Dr. Stephen HensonRemove kinv/r fields from DSA structure.
2016-03-07 Matt CaswellRename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get...
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
next