summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2018-02-08util/mkdef.pl: use better array in search of 'DEPRECATEDIN_'Richard Levitte
2018-02-08With nmake, invoking $(MAKE) needs /$(MAKEFLAGS)Richard Levitte
2018-02-07Don't run tls13encryptiontest on a shared Windows buildMatt Caswell
2018-02-07Fix some undefined behaviour in ossltest engineMatt Caswell
2018-02-07Fix clienthellotest with TLSv1.3Matt Caswell
2018-02-07Enable TLSv1.3 by defaultMatt Caswell
2018-02-07Revert "Modify test/afalgtest to fail if the afalg engine couldn't be loaded"Richard Levitte
2018-02-07make update ERROR_REBUILD=-rebuildRichard Levitte
2018-02-07mkerr.pl: When writing internal FOOerr.h, pay attention to disablable modulesRichard Levitte
2018-02-07Make all private functions in e_afalg.c staticRichard Levitte
2018-02-07test/recipes/30-test_afalg.t: set OPENSSL_ENGINES correctlyRichard Levitte
2018-02-07Modify test/afalgtest to fail if the afalg engine couldn't be loadedRichard Levitte
2018-02-07Fix glibc specific conditional for Mac OS/XPauli
2018-02-07Unify timer codePauli
2018-02-07Make OPENSSL_rdtsc universally available.Pauli
2018-02-07Make the OPENSSL_CPUID_OBJ define internal.Pauli
2018-02-06Code cleanup: remove benchmark code from internal testsRichard Levitte
2018-02-06Remove unused fileRich Salz
2018-02-06crypto/evp/e_aes.c: add comments to s390x aes gcm implementationPatrick Steuer
2018-02-06s390x assembly pack: add KMAC code path for aes-ccmPatrick Steuer
2018-02-06util/mkdef.pl: Trust configdata.pmRichard Levitte
2018-02-05Use RAND_DRBG_bytes() for RAND_bytes() and RAND_priv_bytes()Dr. Matthias St. Pierre
2018-02-05Fix size limitation of RAND_DRBG_bytes()Dr. Matthias St. Pierre
2018-02-05drbg_bytes: remove check for DRBG_UNINITIALIZED stateDr. Matthias St. Pierre
2018-02-05Add MiddleboxCompat option to SSL_CONF_cmd man pageMatt Caswell
2018-02-02Make sure that exporting keying material is allowedTatsuhiro Tsujikawa
2018-02-02Remove generation of exporter master secret on client application trafficTatsuhiro Tsujikawa
2018-02-02Generate exporter_master_secret after server FinishedTatsuhiro Tsujikawa
2018-02-02Have configdata.pm also display the contents of %targetRichard Levitte
2018-02-02Document SSL_OP_ENABLE_MIDDLEBOX_COMPATMatt Caswell
2018-02-01Fix of prefix bio filter (bf_prefix.c): rely on the given lengthRichard Levitte
2018-02-01Fix timing leak in BN_from_montgomery_word.David Benjamin
2018-02-01Don't leak the exponent bit width in BN_mod_exp_mont_consttime.David Benjamin
2018-02-01Make BN_num_bits_word constant-time.David Benjamin
2018-02-01Add OPENSSL_VERSION_AT_LEASTMichael Richardson
2018-02-01Shorten output by a lineRich Salz
2018-02-01VMS: MMS wants a space before the target / dependecies separatorRichard Levitte
2018-02-01Fix some minor code nitsTodd Short
2018-02-01Fix doc nitsTodd Short
2018-02-01Free pha_dgst in SSL_clear()Todd Short
2018-02-01Add TLSv1.3 post-handshake authentication (PHA)Todd Short
2018-02-01Remove bad commentsTodd Short
2018-02-01Fix some instances of the wrong alert type being sentMatt Caswell