summaryrefslogtreecommitdiffstats
path: root/crypto (unfollow)
Commit message (Expand)AuthorFilesLines
2018-02-12sha/asm/sha512-armv8.pl: add hardware-assisted SHA512 subroutine.Andy Polyakov1-3/+127
2018-02-12crypto/armcap.c: detect hardware-assisted SHA512 support.Andy Polyakov3-0/+24
2018-02-12The function ssl_get_min_max_version() can failMatt Caswell4-6/+17
2018-02-12Don't overestimate the ticket ageMatt Caswell1-0/+10
2018-02-11Fix include in manpage of X509_check_hostDaniƫl van Eeden1-1/+1
2018-02-10Copy name string in BIO_meth_newRich Salz5-6/+15
2018-02-10Avoid leaking peername data via accept BIOsViktor Dukhovni1-0/+5
2018-02-09Swap the check in ssl3_write_pending to avoid usingBernd Edlinger1-2/+2
2018-02-09Fixes for no-tls1_2 and no-tls1_2-methodMatt Caswell9-61/+101
2018-02-09Run "make update"Nick Mathewson1-1/+1
2018-02-09In err_all.c, include the *err.h headers.Nick Mathewson1-26/+27
2018-02-09Improve #include structure of pem{,2}.hNick Mathewson2-7/+3
2018-02-09Remove redundant declarations of ERR_load_*_strings()Nick Mathewson25-33/+0
2018-02-09Don't calculate the Finished MAC twiceMatt Caswell4-40/+27
2018-02-09Configuration: move the handling of zlib_include to config filesRichard Levitte5-24/+26
2018-02-09Turn off printf format checking for BIO_printf et al on Mac OS/XRichard Levitte1-1/+2
2018-02-09Small simplification in mkerr.plFdaSilvaYY32-143/+51
2018-02-09VMS: take care of includesRichard Levitte1-10/+33
2018-02-09Fix glibc version detection.Pauli1-5/+34
2018-02-09Fix check of cpuid_asm_src config attributeRichard Levitte1-1/+1
2018-02-09Revert ".travis.yml: remove osx from build matrix."Richard Levitte1-0/+1
2018-02-09CRYPTO_THREAD_run_once.pod: fix typo and punktuationDr. Matthias St. Pierre1-3/+3
2018-02-08Fix no-chacha and no-poly1305Matt Caswell2-1/+5
2018-02-08util/mkdef.pl: use better array in search of 'DEPRECATEDIN_'Richard Levitte1-1/+1
2018-02-08With nmake, invoking $(MAKE) needs /$(MAKEFLAGS)Richard Levitte1-1/+1
2018-02-07Don't run tls13encryptiontest on a shared Windows buildMatt Caswell1-0/+3
2018-02-07Fix some undefined behaviour in ossltest engineMatt Caswell1-5/+11
2018-02-07Fix clienthellotest with TLSv1.3Matt Caswell1-0/+9
2018-02-07Enable TLSv1.3 by defaultMatt Caswell10-458/+2266
2018-02-07Revert "Modify test/afalgtest to fail if the afalg engine couldn't be loaded"Richard Levitte1-5/+5
2018-02-07make update ERROR_REBUILD=-rebuildRichard Levitte10-819/+869
2018-02-07mkerr.pl: When writing internal FOOerr.h, pay attention to disablable modulesRichard Levitte2-10/+30
2018-02-07Make all private functions in e_afalg.c staticRichard Levitte1-5/+5
2018-02-07test/recipes/30-test_afalg.t: set OPENSSL_ENGINES correctlyRichard Levitte1-1/+1
2018-02-07Modify test/afalgtest to fail if the afalg engine couldn't be loadedRichard Levitte1-5/+5
2018-02-07Fix glibc specific conditional for Mac OS/XPauli1-1/+2
2018-02-07Unify timer codePauli1-21/+71
2018-02-07Make OPENSSL_rdtsc universally available.Pauli2-4/+10
2018-02-07Make the OPENSSL_CPUID_OBJ define internal.Pauli2-3/+3
2018-02-06Code cleanup: remove benchmark code from internal testsRichard Levitte3-183/+0
2018-02-06Remove unused fileRich Salz1-38/+0
2018-02-06crypto/evp/e_aes.c: add comments to s390x aes gcm implementationPatrick Steuer1-2/+32
2018-02-06s390x assembly pack: add KMAC code path for aes-ccmPatrick Steuer3-10/+549
2018-02-06util/mkdef.pl: Trust configdata.pmRichard Levitte1-71/+13
2018-02-05Use RAND_DRBG_bytes() for RAND_bytes() and RAND_priv_bytes()Dr. Matthias St. Pierre2-15/+5
2018-02-05Fix size limitation of RAND_DRBG_bytes()Dr. Matthias St. Pierre1-1/+13
2018-02-05drbg_bytes: remove check for DRBG_UNINITIALIZED stateDr. Matthias St. Pierre1-3/+0
2018-02-05Add MiddleboxCompat option to SSL_CONF_cmd man pageMatt Caswell1-0/+6
2018-02-03Make sure that exporting keying material is allowedTatsuhiro Tsujikawa4-1/+17
2018-02-03Remove generation of exporter master secret on client application trafficTatsuhiro Tsujikawa1-10/+0