summaryrefslogtreecommitdiffstats
path: root/crypto/asn1 (unfollow)
Commit message (Expand)AuthorFilesLines
2018-02-01Fix some instances of the wrong alert type being sentMatt Caswell2-4/+9
2018-02-01ocsp.c doesn't free the whole output chain, maybe causing a memory leakRichard Levitte1-1/+1
2018-02-01Make sure that apps/openssl prefixes its output with '# ' during testsRichard Levitte4-2/+29
2018-02-01Add an apps internal BIO filter for prefixing output linesRichard Levitte3-2/+186
2018-01-31Add missing \n in some testutil outputRichard Levitte1-2/+2
2018-01-31Make test/uitest depend on the private apps support libraryRichard Levitte1-3/+4
2018-01-31Apps: divide the modules in direct command modules, support library and initRichard Levitte5-16/+30
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte48-3/+48
2018-01-31test/asn1_time_test.c: fix pre-C90 warning.Andy Polyakov1-1/+1
2018-01-31poly1305/poly1305_ieee754.c: add support for MIPS.Andy Polyakov1-1/+17
2018-01-31Restore clearing of init_lock after freeBenjamin Kaduk1-0/+1
2018-01-31Revert the crypto "global lock" implementationBenjamin Kaduk14-110/+21
2018-01-31Remove "dummy" BIO create and destroy functionsRichard Levitte2-43/+4
2018-01-31BIO: at the end of BIO_new, declare the BIO inited if no create method presentRichard Levitte1-0/+2
2018-01-31crypto/rand/rand_lib.c: fix undefined reference to `clock_gettime'Dr. Matthias St. Pierre1-6/+6
2018-01-31Configure: Fix configdata.pm shorthand for --dump, should be -dPeter Meerwald-Stadler2-6/+6
2018-01-30Fix small typo (parenthesis missing)Richard Levitte1-1/+1
2018-01-30Configure: when checking user input, check both %user and %useraddRichard Levitte1-2/+4
2018-01-30Configure: add configure command line C flags after the configured C flagsRichard Levitte1-10/+16
2018-01-30Move decisions about whether to accept reneg into the state machineMatt Caswell3-46/+26
2018-01-30Add a 'reconfigure' make targetRichard Levitte4-0/+14
2018-01-29Restore perl variables for ENGINESDIR and OPENSSLDIRRichard Levitte1-2/+2
2018-01-29Fix typo in Windows makefile template: quotify, not quotiryRichard Levitte1-1/+1
2018-01-29To make it less surprising and confusing, leave a message on configdata.pmRichard Levitte1-0/+11
2018-01-29Make Travis and Appveyor display the configuration data dumpRichard Levitte2-0/+2
2018-01-29Document the use of configdata.pm as a scriptRichard Levitte4-2/+23
2018-01-29Move the display of disabled features to configdata.pm as well.Richard Levitte1-66/+90
2018-01-29Have the build files use the executable configdata.pmRichard Levitte3-6/+3
2018-01-29Make configdata.pm runnable and move all display of information thereRichard Levitte1-31/+212
2018-01-29Don't define OPENSSL_NO_ERR for the command lineRichard Levitte1-5/+0
2018-01-29Remove $no_sse2, as it's just a 'copy' of $disabled{sse2}Richard Levitte1-5/+3
2018-01-29Fix recent typo. -DL_ENDIAN / -DB_ENDIAN, not -DL_DEBIAN / -DB_DEBIANRichard Levitte1-17/+17
2018-01-29Don't break testing when runnins as rootRichard Levitte1-3/+2
2018-01-29Add RAND_DRBG_bytesKurt Roeckx6-2/+104
2018-01-28Create troubleshooting subsection in INSTALL filenickthetait1-8/+20
2018-01-28Get rid of a warning about unused resultsRichard Levitte1-3/+4
2018-01-28Treat C++ flags more like C flags, and only if C++ compiler specifiedRichard Levitte3-6/+31
2018-01-28Fix WinCE config targetRichard Levitte1-1/+1
2018-01-28VMS config.com: better handling of argumentsRichard Levitte1-3/+3
2018-01-28Update copyright year in mkerr.plSteve Linsell1-2/+2
2018-01-28Add a note on Configure variable processing in NEWS and CHANGESRichard Levitte2-1/+4
2018-01-28Make sure all our config targets inherit a BASE templateRichard Levitte2-5/+11
2018-01-28We need Unixly defaults for config targets that don't inherit a BASERichard Levitte1-3/+15
2018-01-28Stop having Unix defaults in Configure (partial)Richard Levitte2-12/+9
2018-01-28Processing GNU-style "make variables" - implementationRichard Levitte7-150/+318
2018-01-28Processing GNU-style "make variables" - separate CPP flags from C flagsRichard Levitte25-208/+436
2018-01-26Fix some style nits in commit eee8a40Bernd Edlinger1-6/+8
2018-01-26Catch some more old sigalg names in commentsBenjamin Kaduk2-2/+2
2018-01-26Fix ssl-trace with TLS 1.3 draft-23 PSS sigalgsBenjamin Kaduk1-3/+6
2018-01-26Fix uninitialized read in sigalg parsing codeBenjamin Kaduk1-1/+1