summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2018-02-01ocsp.c doesn't free the whole output chain, maybe causing a memory leakRichard Levitte
2018-02-01Make sure that apps/openssl prefixes its output with '# ' during testsRichard Levitte
2018-02-01Add an apps internal BIO filter for prefixing output linesRichard Levitte
2018-01-31Add missing \n in some testutil outputRichard Levitte
2018-01-31Make test/uitest depend on the private apps support libraryRichard Levitte
2018-01-31Apps: divide the modules in direct command modules, support library and initRichard Levitte
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte
2018-01-31test/asn1_time_test.c: fix pre-C90 warning.Andy Polyakov
2018-01-31poly1305/poly1305_ieee754.c: add support for MIPS.Andy Polyakov
2018-01-31Restore clearing of init_lock after freeBenjamin Kaduk
2018-01-31Revert the crypto "global lock" implementationBenjamin Kaduk
2018-01-31Remove "dummy" BIO create and destroy functionsRichard Levitte
2018-01-31BIO: at the end of BIO_new, declare the BIO inited if no create method presentRichard Levitte
2018-01-31crypto/rand/rand_lib.c: fix undefined reference to `clock_gettime'Dr. Matthias St. Pierre
2018-01-31Configure: Fix configdata.pm shorthand for --dump, should be -dPeter Meerwald-Stadler
2018-01-30Fix small typo (parenthesis missing)Richard Levitte
2018-01-30Configure: when checking user input, check both %user and %useraddRichard Levitte
2018-01-30Configure: add configure command line C flags after the configured C flagsRichard Levitte
2018-01-30Move decisions about whether to accept reneg into the state machineMatt Caswell
2018-01-30Add a 'reconfigure' make targetRichard Levitte
2018-01-29Restore perl variables for ENGINESDIR and OPENSSLDIRRichard Levitte
2018-01-29Fix typo in Windows makefile template: quotify, not quotiryRichard Levitte
2018-01-29To make it less surprising and confusing, leave a message on configdata.pmRichard Levitte
2018-01-29Make Travis and Appveyor display the configuration data dumpRichard Levitte
2018-01-29Document the use of configdata.pm as a scriptRichard Levitte
2018-01-29Move the display of disabled features to configdata.pm as well.Richard Levitte