| Commit message (Expand) | Author | Files | Lines |
2018-02-01 | Fix some instances of the wrong alert type being sent | Matt Caswell | 2 | -4/+9 |
2018-02-01 | ocsp.c doesn't free the whole output chain, maybe causing a memory leak | Richard Levitte | 1 | -1/+1 |
2018-02-01 | Make sure that apps/openssl prefixes its output with '# ' during tests | Richard Levitte | 4 | -2/+29 |
2018-02-01 | Add an apps internal BIO filter for prefixing output lines | Richard Levitte | 3 | -2/+186 |
2018-01-31 | Add missing \n in some testutil output | Richard Levitte | 1 | -2/+2 |
2018-01-31 | Make test/uitest depend on the private apps support library | Richard Levitte | 1 | -3/+4 |
2018-01-31 | Apps: divide the modules in direct command modules, support library and init | Richard Levitte | 5 | -16/+30 |
2018-01-31 | apps: Don't include progs.h in apps.h | Richard Levitte | 48 | -3/+48 |
2018-01-31 | test/asn1_time_test.c: fix pre-C90 warning. | Andy Polyakov | 1 | -1/+1 |
2018-01-31 | poly1305/poly1305_ieee754.c: add support for MIPS. | Andy Polyakov | 1 | -1/+17 |
2018-01-31 | Restore clearing of init_lock after free | Benjamin Kaduk | 1 | -0/+1 |
2018-01-31 | Revert the crypto "global lock" implementation | Benjamin Kaduk | 14 | -110/+21 |
2018-01-31 | Remove "dummy" BIO create and destroy functions | Richard Levitte | 2 | -43/+4 |
2018-01-31 | BIO: at the end of BIO_new, declare the BIO inited if no create method present | Richard Levitte | 1 | -0/+2 |
2018-01-31 | crypto/rand/rand_lib.c: fix undefined reference to `clock_gettime' | Dr. Matthias St. Pierre | 1 | -6/+6 |
2018-01-31 | Configure: Fix configdata.pm shorthand for --dump, should be -d | Peter Meerwald-Stadler | 2 | -6/+6 |
2018-01-30 | Fix small typo (parenthesis missing) | Richard Levitte | 1 | -1/+1 |
2018-01-30 | Configure: when checking user input, check both %user and %useradd | Richard Levitte | 1 | -2/+4 |
2018-01-30 | Configure: add configure command line C flags after the configured C flags | Richard Levitte | 1 | -10/+16 |
2018-01-30 | Move decisions about whether to accept reneg into the state machine | Matt Caswell | 3 | -46/+26 |
2018-01-30 | Add a 'reconfigure' make target | Richard Levitte | 4 | -0/+14 |
2018-01-29 | Restore perl variables for ENGINESDIR and OPENSSLDIR | Richard Levitte | 1 | -2/+2 |
2018-01-29 | Fix typo in Windows makefile template: quotify, not quotiry | Richard Levitte | 1 | -1/+1 |
2018-01-29 | To make it less surprising and confusing, leave a message on configdata.pm | Richard Levitte | 1 | -0/+11 |
2018-01-29 | Make Travis and Appveyor display the configuration data dump | Richard Levitte | 2 | -0/+2 |
2018-01-29 | Document the use of configdata.pm as a script | Richard Levitte | 4 | -2/+23 |
2018-01-29 | Move the display of disabled features to configdata.pm as well. | Richard Levitte | 1 | -66/+90 |
2018-01-29 | Have the build files use the executable configdata.pm | Richard Levitte | 3 | -6/+3 |
2018-01-29 | Make configdata.pm runnable and move all display of information there | Richard Levitte | 1 | -31/+212 |
2018-01-29 | Don't define OPENSSL_NO_ERR for the command line | Richard Levitte | 1 | -5/+0 |
2018-01-29 | Remove $no_sse2, as it's just a 'copy' of $disabled{sse2} | Richard Levitte | 1 | -5/+3 |
2018-01-29 | Fix recent typo. -DL_ENDIAN / -DB_ENDIAN, not -DL_DEBIAN / -DB_DEBIAN | Richard Levitte | 1 | -17/+17 |
2018-01-29 | Don't break testing when runnins as root | Richard Levitte | 1 | -3/+2 |
2018-01-29 | Add RAND_DRBG_bytes | Kurt Roeckx | 6 | -2/+104 |
2018-01-28 | Create troubleshooting subsection in INSTALL file | nickthetait | 1 | -8/+20 |
2018-01-28 | Get rid of a warning about unused results | Richard Levitte | 1 | -3/+4 |
2018-01-28 | Treat C++ flags more like C flags, and only if C++ compiler specified | Richard Levitte | 3 | -6/+31 |
2018-01-28 | Fix WinCE config target | Richard Levitte | 1 | -1/+1 |
2018-01-28 | VMS config.com: better handling of arguments | Richard Levitte | 1 | -3/+3 |
2018-01-28 | Update copyright year in mkerr.pl | Steve Linsell | 1 | -2/+2 |
2018-01-28 | Add a note on Configure variable processing in NEWS and CHANGES | Richard Levitte | 2 | -1/+4 |
2018-01-28 | Make sure all our config targets inherit a BASE template | Richard Levitte | 2 | -5/+11 |
2018-01-28 | We need Unixly defaults for config targets that don't inherit a BASE | Richard Levitte | 1 | -3/+15 |
2018-01-28 | Stop having Unix defaults in Configure (partial) | Richard Levitte | 2 | -12/+9 |
2018-01-28 | Processing GNU-style "make variables" - implementation | Richard Levitte | 7 | -150/+318 |
2018-01-28 | Processing GNU-style "make variables" - separate CPP flags from C flags | Richard Levitte | 25 | -208/+436 |
2018-01-26 | Fix some style nits in commit eee8a40 | Bernd Edlinger | 1 | -6/+8 |
2018-01-26 | Catch some more old sigalg names in comments | Benjamin Kaduk | 2 | -2/+2 |
2018-01-26 | Fix ssl-trace with TLS 1.3 draft-23 PSS sigalgs | Benjamin Kaduk | 1 | -3/+6 |
2018-01-26 | Fix uninitialized read in sigalg parsing code | Benjamin Kaduk | 1 | -1/+1 |