New function ssl_generate_param_group
[openssl.git] / crypto /
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()
2017-08-15 Richard LevitteAdd ERR_clear_last_mark()
2017-08-15 Richard LevitteRename crypto/evp/scrypt.c to crypto/evp/pbe_scrypt.c
2017-08-14 Rich SalzAdd some casts for %j
2017-08-13 Rich SalzInstantiate when RAND_status() checks
2017-08-12 Andy Polyakovsha/asm/keccak1600-avx512.pl: fix buglet in SHA3_squeez...
2017-08-12 Andy PolyakovWire SHAKE to EVP.
2017-08-12 Andy PolyakovAdd EVP_DigestFinalXOF, interface to extendable-output...
2017-08-08 Johannes BauerFix building without scrypt
2017-08-08 Dr. Stephen HensonSupport CMS decrypt without a certificate for all key...
2017-08-08 Johannes BauerAdd interface to the scrypt KDF by means of PKEY_METHOD
2017-08-07 Rich SalzVarious RAND improvements
2017-08-07 Bernd EdlingerAvoid surpising password dialog in X509 file lookup.
2017-08-07 Rich SalzMake RAND_DRBG fork-safe
2017-08-06 Rich SalzAdd missing include of cryptlib.h
2017-08-06 Dr. Stephen HensonUse passed drbg, not global one
2017-08-05 Xiaoyin LiuFix typo in files in crypto folder
2017-08-05 Dr. Stephen HensonAdd entropy sanity check
2017-08-05 Dr. Stephen HensonSet randomness buffer pointer in get_entropy calls.
2017-08-04 Todd ShortConsolidate to a single asn1_time_from_tm() function
next