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