summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2017-08-28Avoid out-of-bounds readRich Salz
2017-08-25Clear secret stack values after use in curve25519.cBernd Edlinger
2017-08-25NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guardRichard Levitte
2017-08-18err/err.c: fix "wraparound" bug in ERR_set_error_data.Andy Polyakov
2017-08-17Clear outputs in PKCS12_parse error handling.Bernd Edlinger
2017-08-16Fix OCSP_basic_verify() cert chain construction in case bs->certs is NULLDavid von Oheimb
2017-08-08Support CMS decrypt without a certificate for all key typesDr. Stephen Henson
2017-08-07Avoid surpising password dialog in X509 file lookup.Bernd Edlinger
2017-08-05Fix typo in files in crypto folderXiaoyin Liu
2017-07-31Fix an information leak in the RSA padding check code.Bernd Edlinger
2017-07-29Implement the CRYPTO_secure_clear_free function.Bernd Edlinger
2017-07-29Clean password buffer on stack for PEM_read_bio_PrivateKeyBernd Edlinger
2017-07-26Fix comment typo.David Benjamin
2017-07-26Fix async engine pause dead lock in error case.Emeric Brun
2017-07-26Remove resolved TODOEmilia Kasper
2017-07-25x86_64 assembly pack: "optimize" for Knights Landing.Andy Polyakov
2017-07-24aes/asm/aesni-sha*-x86_64.pl: add SHAEXT performance results.Andy Polyakov
2017-07-24evp/e_aes_cbc_hmac_sha256.c: give SHAEXT right priority.Andy Polyakov
2017-07-24Fix nid assignment in ASN1_STRING_TABLE_addlolyonok
2017-07-23Fix const correctness of EC_KEY_METHOD_get_*Johannes Bauer
2017-07-19Remove some dead codeMatt Caswell
2017-07-19Fix undefined behaviour in e_aes_cbc_hmac_sha256.c and e_aes_cbc_hmac_sha1.cMatt Caswell
2017-07-14Fix gcc-7 warnings about missing fall thru comments.Bernd Edlinger
2017-07-10Fix crash in BUF_MEM_grow_clean.Bernd Edlinger
2017-07-05Fix small UI issuesRichard Levitte
2017-07-05Avoid possible memleak in X509_policy_check()Richard Levitte
2017-06-22Fix OBJ_create() to tolerate a NULL sn and lnMatt Caswell
2017-06-21Fix DTLS failure when used in a build which has SCTP enabledMatt Caswell
2017-06-20Address some -Wold-style-declaration warningsBenjamin Kaduk
2017-06-19Fix the fall-out in 04-test_bioprint.tBernd Edlinger
2017-06-19Fix the error handling in ERR_get_state:Bernd Edlinger
2017-06-17Remove a pointless "#if 0" block from BN_mul.Bernd Edlinger
2017-06-14Fix crash in ecdh_simple_compute_key.Bernd Edlinger
2017-06-14Fix a possible crash in dsa_builtin_paramgen2.Bernd Edlinger
2017-06-14Fix another possible crash in rsa_ossl_mod_exp.Bernd Edlinger
2017-06-14Fix possible crash in X931 code.Bernd Edlinger
2017-06-14Fix ex_data and session_dup issuesTodd Short
2017-06-13Fix a possible crash in the error handling.Bernd Edlinger
2017-06-13Fix a memleak in ec_copy_parameters.Bernd Edlinger
2017-06-12Fix memleak in EVP_DigestSignFinal/VerifyFinal.Bernd Edlinger
2017-06-10Remove needless type casting.Rich Salz
2017-06-08Fix a read off the end of the input bufferRich Salz
2017-06-07Add a lock around the OBJ_NAME tableRich Salz
2017-06-05ec/asm/ecp_nistz256-x86_64.pl: minor sqr_montx cleanup.Andy Polyakov
2017-06-05Only release thread-local key if we created it.Rich Salz
2017-05-27Make default_method mostly compile-timeRich Salz
2017-05-27modes/ocb128.c: address undefined behaviour warning.Andy Polyakov
2017-05-22[1.1.0 backport] set entry type on SCTs from X.509 and OCSP extensionsAlex Gaynor
2017-05-22Fix infinite loops in secure memory allocation.Todd Short
2017-05-19Fix ASN1_TIME_to_generalizedtime to take a const ASN1_TIMEMatt Caswell