]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto
Fix cert leaks in s_server
[thirdparty/openssl.git] / crypto /
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
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.
next