summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-02-14Harmonize the make variables across all known platforms familiesRichard Levitte
2018-02-14d2i_X509.pod: clarify usage of the 'pp' function parameterDr. Matthias St. Pierre
2018-02-14Ignore an s_client psk in TLSv1.3 if not TLSv1.3 suitableMatt Caswell
2018-02-14Make sure we check the return value of extract_min_max()Matt Caswell
2018-02-14Fix a memory leak in an error pathMatt Caswell
2018-02-14Build files: parametrize cppRichard Levitte
2018-02-14VMS: simplify config targetsRichard Levitte
2018-02-13Avoid fragile aliasing of SHA224/384 update/finalViktor Dukhovni
2018-02-13Use both getrandom() and /dev/urandom by default on Linux.Kurt Roeckx
2018-02-13VMS: for testutil, make sure to use BIO_f_linebufferRichard Levitte
2018-02-13Configure: if a file is generated, never assume it's in the source dirRichard Levitte
2018-02-13s390x assembly pack: implement OPENSSL_rdtsc as STCKFPatrick Steuer
2018-02-13Generate copyright year properlyRich Salz
2018-02-13OPENSSL_cleanup: cleanup secure memoryDr. Matthias St. Pierre
2018-02-13DRBG: make the derivation function the default for ctr_drbgDr. Matthias St. Pierre
2018-02-13DRBG: unify initialization and cleanup codeDr. Matthias St. Pierre
2018-02-13DRBG: add locking apiDr. Matthias St. Pierre
2018-02-13Prepare for 1.1.1-pre2-devMatt Caswell
2018-02-13Prepare for 1.1.1-pre1 releaseOpenSSL_1_1_1-pre1Matt Caswell
2018-02-13Update copyright yearMatt Caswell
2018-02-13OpenSSL 1.1.1 is now in pre releaseMatt Caswell
2018-02-13Update last release letter for CHANGES and NEWSMatt Caswell
2018-02-13Fix whitespace issues in CHANGES and NEWSDr. Matthias St. Pierre
2018-02-13Document new random generator in NEWS and CHANGESDr. Matthias St. Pierre
2018-02-12Update NEWS file for new releaseMatt Caswell
2018-02-12Some minor tweaks following TLSv1.3 becoming defaultMatt Caswell
2018-02-12Remove code that prints "<SPACES/NULS>" in hexdumpsBernd Edlinger
2018-02-12sha/asm/sha512-armv8.pl: add hardware-assisted SHA512 subroutine.Andy Polyakov
2018-02-12crypto/armcap.c: detect hardware-assisted SHA512 support.Andy Polyakov
2018-02-12The function ssl_get_min_max_version() can failMatt Caswell
2018-02-12Don't overestimate the ticket ageMatt Caswell
2018-02-11Fix include in manpage of X509_check_hostDaniƫl van Eeden
2018-02-10Copy name string in BIO_meth_newRich Salz
2018-02-09Avoid leaking peername data via accept BIOsViktor Dukhovni
2018-02-09Swap the check in ssl3_write_pending to avoid usingBernd Edlinger
2018-02-09Fixes for no-tls1_2 and no-tls1_2-methodMatt Caswell
2018-02-09Run "make update"Nick Mathewson
2018-02-09In err_all.c, include the *err.h headers.Nick Mathewson
2018-02-09Improve #include structure of pem{,2}.hNick Mathewson
2018-02-09Remove redundant declarations of ERR_load_*_strings()Nick Mathewson
2018-02-09Don't calculate the Finished MAC twiceMatt Caswell
2018-02-09Configuration: move the handling of zlib_include to config filesRichard Levitte
2018-02-09Turn off printf format checking for BIO_printf et al on Mac OS/XRichard Levitte
2018-02-09Small simplification in mkerr.plFdaSilvaYY
2018-02-09VMS: take care of includesRichard Levitte
2018-02-09Fix glibc version detection.Pauli
2018-02-09Fix check of cpuid_asm_src config attributeRichard Levitte
2018-02-09Revert ".travis.yml: remove osx from build matrix."Richard Levitte
2018-02-09CRYPTO_THREAD_run_once.pod: fix typo and punktuationDr. Matthias St. Pierre
2018-02-08Fix no-chacha and no-poly1305Matt Caswell