summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2018-01-29Have the build files use the executable configdata.pmRichard Levitte
2018-01-29Make configdata.pm runnable and move all display of information thereRichard Levitte
2018-01-29Don't define OPENSSL_NO_ERR for the command lineRichard Levitte
2018-01-29Remove $no_sse2, as it's just a 'copy' of $disabled{sse2}Richard Levitte
2018-01-29Fix recent typo. -DL_ENDIAN / -DB_ENDIAN, not -DL_DEBIAN / -DB_DEBIANRichard Levitte
2018-01-29Don't break testing when runnins as rootRichard Levitte
2018-01-29Add RAND_DRBG_bytesKurt Roeckx
2018-01-28Create troubleshooting subsection in INSTALL filenickthetait
2018-01-28Get rid of a warning about unused resultsRichard Levitte
2018-01-28Treat C++ flags more like C flags, and only if C++ compiler specifiedRichard Levitte
2018-01-28Fix WinCE config targetRichard Levitte
2018-01-28VMS config.com: better handling of argumentsRichard Levitte
2018-01-28Update copyright year in mkerr.plSteve Linsell
2018-01-28Add a note on Configure variable processing in NEWS and CHANGESRichard Levitte
2018-01-28Make sure all our config targets inherit a BASE templateRichard Levitte
2018-01-28We need Unixly defaults for config targets that don't inherit a BASERichard Levitte
2018-01-28Stop having Unix defaults in Configure (partial)Richard Levitte
2018-01-28Processing GNU-style "make variables" - implementationRichard Levitte
2018-01-28Processing GNU-style "make variables" - separate CPP flags from C flagsRichard Levitte
2018-01-26Fix some style nits in commit eee8a40Bernd Edlinger
2018-01-26Catch some more old sigalg names in commentsBenjamin Kaduk
2018-01-26Fix ssl-trace with TLS 1.3 draft-23 PSS sigalgsBenjamin Kaduk
2018-01-25Fix uninitialized read in sigalg parsing codeBenjamin Kaduk
2018-01-25Add TLSProxy tests for signature_algorithms_certBenjamin Kaduk
2018-01-25Add support for the TLS 1.3 signature_algorithms_cert extensionBenjamin Kaduk
2018-01-25Update documentation for SSL_set1_sigalgs()Benjamin Kaduk
2018-01-25Propagate TLS 1.3 sigalgs through tls1_set_sigalgs()Benjamin Kaduk
2018-01-25Add TLS 1.3 draft-23 PSS signature algorithmsBenjamin Kaduk
2018-01-25Renumber TLSEXT_TYPE_key_share for draft-23Benjamin Kaduk