summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2018-02-13171-171/+171
* OpenSSL 1.1.1 is now in pre releaseMatt Caswell2018-02-133-4/+4
* Update last release letter for CHANGES and NEWSMatt Caswell2018-02-132-2/+2
* Fix whitespace issues in CHANGES and NEWSDr. Matthias St. Pierre2018-02-132-71/+70
* Document new random generator in NEWS and CHANGESDr. Matthias St. Pierre2018-02-132-0/+20
* Update NEWS file for new releaseMatt Caswell2018-02-121-0/+8
* Some minor tweaks following TLSv1.3 becoming defaultMatt Caswell2018-02-122-2/+2
* Remove code that prints "<SPACES/NULS>" in hexdumpsBernd Edlinger2018-02-121-16/+1
* sha/asm/sha512-armv8.pl: add hardware-assisted SHA512 subroutine.Andy Polyakov2018-02-121-3/+127
* crypto/armcap.c: detect hardware-assisted SHA512 support.Andy Polyakov2018-02-123-0/+24
* The function ssl_get_min_max_version() can failMatt Caswell2018-02-124-6/+17
* Don't overestimate the ticket ageMatt Caswell2018-02-121-0/+10
* Fix include in manpage of X509_check_hostDaniƫl van Eeden2018-02-111-1/+1
* Copy name string in BIO_meth_newRich Salz2018-02-105-6/+15
* Avoid leaking peername data via accept BIOsViktor Dukhovni2018-02-091-0/+5
* Swap the check in ssl3_write_pending to avoid usingBernd Edlinger2018-02-091-2/+2
* Fixes for no-tls1_2 and no-tls1_2-methodMatt Caswell2018-02-099-61/+101
* Run "make update"Nick Mathewson2018-02-091-1/+1
* In err_all.c, include the *err.h headers.Nick Mathewson2018-02-091-26/+27
* Improve #include structure of pem{,2}.hNick Mathewson2018-02-092-7/+3
* Remove redundant declarations of ERR_load_*_strings()Nick Mathewson2018-02-0925-33/+0
* Don't calculate the Finished MAC twiceMatt Caswell2018-02-094-40/+27
* Configuration: move the handling of zlib_include to config filesRichard Levitte2018-02-095-24/+26
* Turn off printf format checking for BIO_printf et al on Mac OS/XRichard Levitte2018-02-091-1/+2
* Small simplification in mkerr.plFdaSilvaYY2018-02-0932-143/+51
* VMS: take care of includesRichard Levitte2018-02-091-10/+33
* Fix glibc version detection.Pauli2018-02-091-5/+34
* Fix check of cpuid_asm_src config attributeRichard Levitte2018-02-091-1/+1
* Revert ".travis.yml: remove osx from build matrix."Richard Levitte2018-02-091-0/+1
* CRYPTO_THREAD_run_once.pod: fix typo and punktuationDr. Matthias St. Pierre2018-02-091-3/+3
* Fix no-chacha and no-poly1305Matt Caswell2018-02-082-1/+5
* util/mkdef.pl: use better array in search of 'DEPRECATEDIN_'Richard Levitte2018-02-081-1/+1
* With nmake, invoking $(MAKE) needs /$(MAKEFLAGS)Richard Levitte2018-02-081-1/+1
* Don't run tls13encryptiontest on a shared Windows buildMatt Caswell2018-02-071-0/+3
* Fix some undefined behaviour in ossltest engineMatt Caswell2018-02-071-5/+11
* Fix clienthellotest with TLSv1.3Matt Caswell2018-02-071-0/+9
* Enable TLSv1.3 by defaultMatt Caswell2018-02-0710-458/+2266
* Revert "Modify test/afalgtest to fail if the afalg engine couldn't be loaded"Richard Levitte2018-02-071-5/+5
* make update ERROR_REBUILD=-rebuildRichard Levitte2018-02-0710-819/+869
* mkerr.pl: When writing internal FOOerr.h, pay attention to disablable modulesRichard Levitte2018-02-072-10/+30
* Make all private functions in e_afalg.c staticRichard Levitte2018-02-071-5/+5
* test/recipes/30-test_afalg.t: set OPENSSL_ENGINES correctlyRichard Levitte2018-02-071-1/+1
* Modify test/afalgtest to fail if the afalg engine couldn't be loadedRichard Levitte2018-02-071-5/+5
* Fix glibc specific conditional for Mac OS/XPauli2018-02-071-1/+2
* Unify timer codePauli2018-02-071-21/+71
* Make OPENSSL_rdtsc universally available.Pauli2018-02-072-4/+10
* Make the OPENSSL_CPUID_OBJ define internal.Pauli2018-02-072-3/+3
* Code cleanup: remove benchmark code from internal testsRichard Levitte2018-02-063-183/+0
* Remove unused fileRich Salz2018-02-061-38/+0
* crypto/evp/e_aes.c: add comments to s390x aes gcm implementationPatrick Steuer2018-02-061-2/+32