summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-04-21Prepare for 1.1.1g releaseOpenSSL_1_1_1gMatt Caswell
2020-04-21Update copyright yearMatt Caswell
2020-04-21Fix NULL dereference in SSL_check_chain() for TLS 1.3Benjamin Kaduk
2020-04-21Add test for CVE-2020-1967Benjamin Kaduk
2020-04-21Update CHANGES and NEWS for release of 1.1.1gMatt Caswell
2020-04-18Add a CHANGES entry for AES constant timeBernd Edlinger
2020-04-18Add AES consttime code for no-asm configurationsBernd Edlinger
2020-04-17s_time: Allow using -CAfile option as in other commandsTomas Mraz
2020-04-17INSTALL: document 'no-ui-console' rather than 'no-ui'Richard Levitte
2020-04-17Windows: Add type casting in CRYPTO_atomic_add to remove warningKochise
2020-04-14BIO_do_accept: correct error return valuescott
2020-04-12Don't compile commands if disabledRich Salz
2020-04-11Add manpage entry for X509_check_purpose()Jake Maynard
2020-04-09Update RAND_METHOD definition in man pageJim Newsome
2020-04-09Fix AES-CTR_DRBG on 1.1.1.Pauli
2020-04-08AES CTR-DRGB: do not leak timing informationPatrick Steuer
2020-04-08Integer overflow in ASN1_STRING_set.Pauli
2020-04-07[crypto/ec] blind coordinates in ec_wNAF_mul for robustnessBilly Brumley
2020-04-07Fix the error handling in EC_POINTs_mulBernd Edlinger
2020-04-07Ensure ECDSA_size always returns >= 0William Brawner
2020-04-06Add test cases for the non CA certificate with pathlen:0Tomas Mraz
2020-04-06Set X509_V_ERR_INVALID_EXTENSION error for invalid basic constraintsTomas Mraz
2020-04-06Allow certificates with Basic Constraints CA:false, pathlen:0Tomas Mraz
2020-04-03Expand the XTS documentationMatt Caswell
2020-04-01[crypto/ec] Ladder tweaksBilly Brumley
2020-04-01[test] Make sm2_internal_test less fragile to changes in the ec moduleBilly Brumley
2020-03-31Prepare for 1.1.1g-devMatt Caswell
2020-03-31Prepare for 1.1.1f releaseOpenSSL_1_1_1fMatt Caswell
2020-03-31Update copyright yearMatt Caswell
2020-03-29fix generated Makefile for Windows builds made on *nix (1.1.1d)Viktor Szakats
2020-03-25Document the revert of the proper reporting of an unexpected EOFTomas Mraz
2020-03-25Partially revert "Detect EOF while reading in libssl"Tomas Mraz
2020-03-24Use ctx2 instead ctx.Richard Könning
2020-03-22Fix error handling in x509v3_cache_extensions and related functionsBernd Edlinger
2020-03-20Coverity: fix two minor NPD issues.FdaSilvaYY
2020-03-19Add a CHANGES entry for BN_generate_prime_exBernd Edlinger
2020-03-19Update documentation of BN_generate_prime_exBernd Edlinger
2020-03-19Merge probable_prime_dh_safe with bn_probable_prime_dhBernd Edlinger
2020-03-19Add a parameter to probable_prime if we look for a safe primeBernd Edlinger
2020-03-17Prepare for 1.1.1f-devMatt Caswell
2020-03-17Prepare for 1.1.1e releaseOpenSSL_1_1_1eMatt Caswell
2020-03-17Update copyright yearMatt Caswell
2020-03-17Update CHANGES for the new releaseMatt Caswell
2020-03-17Update NEWS for the new releaseMatt Caswell
2020-03-17sslapitest: don't leak the SSL_CTX pairBen Kaduk
2020-03-13Add test that changes ciphers on CCSBenjamin Kaduk
2020-03-13Code to thread-safety in ChangeCipherStateBenjamin Kaduk
2020-03-13Don't write to the session when computing TLS 1.3 keysBenjamin Kaduk
2020-03-13Fix whitespace nit in ssl_generate_master_secret()Benjamin Kaduk
2020-03-13doc: fix spelling of TYPE_get_ex_new_indexBenjamin Kaduk