]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto
apps/speed.c: add 'rand' algo to enable DRBG performance measurements.
[thirdparty/openssl.git] / crypto /
2017-10-09  PauliAdd atomic write call
2017-10-09  PauliAdd a CRYPTO_atomic_read call which allows an int varia...
2017-10-09  KaoruTodaSince return is inconsistent, I removed unnecessary...
2017-10-08  PauliDocument that lhash isn't thread safe under any circums...
2017-10-07  Rich SalzRewrite some code
2017-10-05  Andy Polyakovstack/stack.c: various cleanups.
2017-10-04  Todd ShortSession resume broken switching contexts
2017-10-03  FdaSilvaYYUse more pre-allocation
2017-10-03  FdaSilvaYYPostpone allocation of STACK internal storage ... until...
2017-10-02  Adam Langleynistp521: add a comment to the P+P exceptional case...
2017-10-02  Bernd EdlingerFix the return type of felem_is_zero_int which should...
2017-09-29  Samuel WeiserAdded const-time flag to DSA key decoding to avoid...
2017-09-28  PauliRemove unnecessary #include <openssl/lhash.h> directives.
2017-09-28  PauliUse safestack.h exclusively internally.
2017-09-27  PauliAdd stack space reservations.
2017-09-27  PauliAdd a reserve call to the stack data structure.
2017-09-27  Samuel WeiserBN_copy now propagates BN_FLG_CONSTTIME
2017-09-27  Samuel WeiserFixed error in propagating BN_FLG_CONSTTIME flag throug...
2017-09-26  David BenjaminAllow DH_set0_key with only private key.
2017-09-22  David BenjaminGuard against DoS in name constraints handling.
2017-09-19  David BenjaminFix overflow in c2i_ASN1_BIT_STRING.
2017-09-17  PauliNull pointer used.
2017-09-14  PauliAvoid signed vs unsigned comparison error.
2017-09-14  PauliAdd explanatory comment about fitting into a size_t.
2017-09-14  PauliRemote unrequited casts
2017-09-14  Rich SalzReplace malloc+strcpy with strdup
2017-09-14  Rich SalzFix function name in ECerr call
2017-09-14  Paul YangSupport EVP_PKEY_meth_remove and pmeth internal cleanup
2017-09-14  PauliEnsure that the requested memory size cannot exceed...
2017-09-14  PauliManually revert "Ensure allocation size fits into size_t"
2017-09-14  PauliRevert "Reuse strndup(), simplify code"
2017-09-14  PauliRevert "GH614: Use memcpy()/strdup() when possible"
2017-09-13  Paul YangSupport key check in EVP interface
2017-09-11  Andy Polyakovrsa/rsa_pmeth.c: recognize SHA3 as supported RSA digest.
2017-09-11  Andy Polyakovevp/m_sha3.c: wire SHA3 to rsaEncryption.
2017-09-11  Andy Polyakovobjects/obj_xref.txt: cross-reference SHA3 and rsaEncry...
2017-09-11  Andy Polyakovobjects/objects.txt: fix RSA-SHA3-284 typo.
2017-09-09  Andy Polyakovsha/asm/keccak1600-armv8.pl: fix return value buglet...
2017-09-08  Richard LevitteAdd UI functions to set result with explicit length...
2017-09-07  Rich SalzFix error handling/cleanup
2017-09-06  Rich SalzAdd checks for alloc failing.
2017-09-05  Richard LevitteFix OSSL_STORE's 'file' loader: make sure peekbuf is...
2017-09-01  Andy Polyakovcrypto/cryptlib.c: mask more capability bits upon FXSR...
2017-08-31  Paulistruct timeval include guards
2017-08-31  Rich SalzAddress feedback
2017-08-31  Rich SalzAdd CRYPTO_thread_glock_new
2017-08-31  PauliFix potential null problem.
2017-08-31  Matt CaswellComplain if we are writing early data but SNI or ALPN...
2017-08-31  Zhu Qun-YingFixed address family test error for AF_UNIX in BIO_ADDR...
2017-08-30  Todd ShortFix return value of ASN1_TIME_compare
2017-08-30  Jon SpillettImplement Aria GCM/CCM Modes and TLS cipher suites
2017-08-30  Jon SpillettFix potential null pointer dereference in ARIA implemen...
2017-08-29  PauliMove e_os.h to be the very first include.
2017-08-29  PauliMove the REF_PRINT support from e_os.h to internal...
2017-08-29  Paulie_os.h removal from other headers and source files.
2017-08-28  Kurt RoeckxMake the global DRBGs static
2017-08-28  Kurt RoeckxDon't auto-instantiate a DRBG when trying to use it...
2017-08-28  Rich SalzAvoid out-of-bounds read
2017-08-28  Dr. Matthias St... DRBG: Remove 'randomness' buffer from 'RAND_DRBG'
2017-08-28  Dr. Matthias St... RAND: Rename the RAND_poll_ex() callback and its typedef
2017-08-28  Dr. Matthias St... DRBG: clarify difference between entropy counts and...
2017-08-27  Rich SalzMSC_VER <= 1200 isn't supported; remove dead code
2017-08-25  Paul YangThis part fixes braces around if-else.
2017-08-25  Paul YangFix coding style in crypto/rsa directory
2017-08-25  Rich SalzUse strcpy instead of sprintf %s
2017-08-25  Bernd EdlingerClear secret stack values after use in the ED25519...
2017-08-25  Bernd EdlingerClear secret stack values after use in curve25519.c
2017-08-25  Richard LevitteNO_SYS_TYPES_H isn't defined anywhere, stop using it...
2017-08-24  PauliCheck for EOF in ASCII conversions.
2017-08-23  Kazuki YamaguchiFix BN_print()
2017-08-23  Rich SalzMove randomness to allocated buffer
2017-08-22  PauliImprovement the formatting in bn_print.c
2017-08-22  Rich Salz(Re)move some things from e_os.h
2017-08-22  Rich SalzUse "" not <> on e_os.h include
2017-08-22  Rich SalzRemove custom base64 code.
2017-08-22  Rich SalzUse "" not <> for internal/ includes
2017-08-22  PauliAvoid a self-assignment.
2017-08-21  PauliThis has been added to avoid the situation where some...
2017-08-21  Matt CaswellMore updates following review feedback
2017-08-21  Matt CaswellUpdates following feedback on OPENSSL_assert() removal
2017-08-21  Matt CaswellRemove OPENSSL_assert() from crypto/x509v3
2017-08-21  Matt CaswellRemove OPENSSL_assert() from crypto/x509
2017-08-21  Matt CaswellRemove OPENSSL_assert() from crypto/threads_none.c
2017-08-21  Matt CaswellRemove OPENSSL_assert() from crypto/pem
2017-08-21  Matt CaswellRemove OPENSSL_assert() from crypto/kdf
2017-08-21  Matt CaswellRemove OPENSSL_assert() from crypto/hmac
2017-08-21  Matt CaswellRemove OPENSSL_assert() from crypto/ec
2017-08-21  Matt CaswellRemove OPENSSL_assert() from conf_api.c
2017-08-21  Matt CaswellRemove OPENSSL_assert() usage from crypto/bn
2017-08-21  Matt CaswellRemove OPENSSL_assert() from various crypto/bio files
2017-08-21  Matt CaswellRemove OPENSSL_assert() from crypto/asn1/bio_asn1.c
2017-08-18  Rich SalzPut thread-fork-init inside a run-once guard
2017-08-18  Andy Polyakoverr/err.c: improve readability.
2017-08-18  Andy Polyakoverr/err.c: fix "wraparound" bug in ERR_set_error_data.
2017-08-17  Bernd EdlingerClear outputs in PKCS12_parse error handling.
2017-08-16  David von OheimbFix OCSP_basic_verify() cert chain construction in...
2017-08-16  Andy Polyakovsha/asm/keccak1600-armv4.pl: optimize for Thumb-2.
2017-08-15  Johannes BauerFix coding style of EVP_PKEY_CTX_ctrl_uint64
2017-08-15  Rich SalzRevert "Add some casts for %j"
2017-08-15  Richard LevitteClear error stack on successful OSSL_STORE_open()
next