aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-17Disallow --classic for WindowsRichard Levitte1-1/+1
2016-03-17windows-makefile.tmpl: Stop keeping temporary filesRichard Levitte1-2/+2
2016-03-17Add install targets for WindowsRichard Levitte3-12/+101
2016-03-17Report TLS 1.0 as backwards-compatible TLSv1Viktor Dukhovni2-1/+8
2016-03-17Remove ultrix/mips support.Rich Salz7-70/+5
2016-03-17Remove support for Borland C++Richard Levitte6-185/+3
2016-03-17Use correct C format for keysets.plDr. Stephen Henson1-63/+64
2016-03-17Start documenting Configure internalsRichard Levitte1-0/+136
2016-03-17Added build.info debugging capability to ConfigureRichard Levitte1-2/+20
2016-03-17Simplify define as we don't support MS-DOS anymore.Dr. Stephen Henson1-7/+2
2016-03-17Don't define OPENSSL_ENGINES in test recipes, do it in Makefiles insteadRichard Levitte13-9/+8
2016-03-17Have 'openssl version -a' output the default engines directory as wellRichard Levitte1-1/+1
2016-03-17Bugfix: Encode the requested length in s_cb.c:hexencode()Viktor Dukhovni1-1/+1
2016-03-16Sort cipher-list at runtime.Rich Salz4-1530/+1228
2016-03-16unix-Makefile template: use $(PERL) everywhereRichard Levitte1-1/+1
2016-03-16Deal with DSA_SIG opaqueness.Ben Laurie1-16/+12
2016-03-16Prepare for 1.1.0-pre5-devRichard Levitte2-4/+4
2016-03-16Prepare for 1.1.0-pre4 releaseOpenSSL_1_1_0-pre4Richard Levitte2-3/+3
2016-03-16Some platforms provide getcontext() but it does not workMatt Caswell2-32/+21
2016-03-16When building DLLs, hack the library name in the .def fileRichard Levitte1-1/+7
2016-03-16DLL object files should not be built with /Zl"Richard Levitte1-1/+3
2016-03-16Appveyor - make sure to actually build "shared" in the shared configurationRichard Levitte1-1/+7
2016-03-16Fix up CHANGESEmilia Kasper2-3/+4
2016-03-16We should use $SRCDIR in MakefilesMatt Caswell1-1/+1
2016-03-16Disable AFALG when cross-compilingMatt Caswell1-0/+2
2016-03-15Fix a TLSProxy race conditionMatt Caswell4-15/+50
2016-03-15poly1305/asm/poly1305-x86_64.pl: make it work with linux-x32.Andy Polyakov2-3/+9
2016-03-15On Windows, page walking is known as __chkstk.Emilia Kasper3-0/+6
2016-03-15Explain *cough*-dowsEmilia Kasper3-3/+3
2016-03-15Make the perl dependency post-processor into just one lineRichard Levitte1-3/+1
2016-03-15Not all shells understand !Richard Levitte1-9/+9
2016-03-15General verify options to openssl tsfbroda3-28/+99
2016-03-15Fix CRYPTO_THREAD_run_once return value checksEmilia Kasper1-4/+4
2016-03-15Cygwin configs were missing thread_scheme settings, add themRichard Levitte1-0/+2
2016-03-15Small typoRichard Levitte1-1/+1
2016-03-15static-engine is no longer an internal keyword, remove it from %disabledRichard Levitte1-1/+0
2016-03-15Clarify NOTES.WIN.Andy Polyakov1-37/+43
2016-03-14Update and clarify ECDSA documentation.Dr. Stephen Henson1-121/+119
2016-03-14Disable afalg when engine is disabled.Emilia Kasper3-15/+23
2016-03-14Fix typo in manual, missing ending '>'Richard Levitte1-1/+1
2016-03-14Travis: build tests in BUILDONLY modeEmilia Kasper1-0/+2
2016-03-14config: fix HP-UX PA-RISC detection.Andy Polyakov1-1/+6
2016-03-14s390x assembly pack: 32-bit fixups.Andy Polyakov3-3/+6
2016-03-14build.info/Makefile.in: Itanium fixups.Andy Polyakov3-12/+12
2016-03-14engines/Makefile.in: some [older] shell complain about 'for i ;',Andy Polyakov1-1/+1
2016-03-14Fix the init cleanup orderMatt Caswell1-14/+21
2016-03-14Add some missing cleanup calls to de-initMatt Caswell1-0/+2
2016-03-14Fix freeze in config's interrupt trap with some shellsRichard Levitte1-11/+11
2016-03-14Enforce the demand for Perl 5.10.0 as a minimum.Richard Levitte1-1/+1
2016-03-14Fix a few Configure errorsRichard Levitte2-15/+11