summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-154-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
* Change an function macro for ERR match the function it's used in.Richard Levitte2016-03-131-1/+1
* Complete incomplete makefile variable referensesRichard Levitte2016-03-131-2/+2
* Collect the names of generated files and clean them away at target clean:Richard Levitte2016-03-131-7/+9
* Add $(LIB_CFLAGS) for any build.info generator that uses $(CFLAGS)Richard Levitte2016-03-1318-35/+35
* Use single quotes rather than double quotes when neededRichard Levitte2016-03-131-16/+16
* Harmonize Unix Makefile template with Windows ditoRichard Levitte2016-03-132-27/+28
* Fix memory leak in library deinitEmilia Kasper2016-03-122-16/+20
* Add doc on when to use SCT callback.Rich Salz2016-03-122-1/+7
* Workaround for false -Warray-bounds in TravisEmilia Kasper2016-03-121-1/+1
* Fix no-comp buildEmilia Kasper2016-03-122-1/+9
* Fix build break; add function declarationRich Salz2016-03-111-0/+1
* When creating directory specs, use srctop_dir rather than srctop_file.Richard Levitte2016-03-121-3/+3
* Avoid sed for dependency post-processingRichard Levitte2016-03-121-7/+3
* Because bn_expand2 is declared non-static, it must not be staticRichard Levitte2016-03-121-1/+1
* Remove some dead code from 1999Matt Caswell2016-03-112-12/+0