summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-03-15Explain *cough*-dowsEmilia Kasper
2016-03-15Make the perl dependency post-processor into just one lineRichard Levitte
2016-03-15Not all shells understand !Richard Levitte
2016-03-15General verify options to openssl tsfbroda
2016-03-15Fix CRYPTO_THREAD_run_once return value checksEmilia Kasper
2016-03-15Cygwin configs were missing thread_scheme settings, add themRichard Levitte
2016-03-15Small typoRichard Levitte
2016-03-15static-engine is no longer an internal keyword, remove it from %disabledRichard Levitte
2016-03-15Clarify NOTES.WIN.Andy Polyakov
2016-03-14Update and clarify ECDSA documentation.Dr. Stephen Henson
2016-03-14Disable afalg when engine is disabled.Emilia Kasper
2016-03-14Fix typo in manual, missing ending '>'Richard Levitte
2016-03-14Travis: build tests in BUILDONLY modeEmilia Kasper
2016-03-14config: fix HP-UX PA-RISC detection.Andy Polyakov
2016-03-14s390x assembly pack: 32-bit fixups.Andy Polyakov
2016-03-14build.info/Makefile.in: Itanium fixups.Andy Polyakov
2016-03-14engines/Makefile.in: some [older] shell complain about 'for i ;',Andy Polyakov
2016-03-14Fix the init cleanup orderMatt Caswell
2016-03-14Add some missing cleanup calls to de-initMatt Caswell
2016-03-14Fix freeze in config's interrupt trap with some shellsRichard Levitte
2016-03-14Enforce the demand for Perl 5.10.0 as a minimum.Richard Levitte
2016-03-14Fix a few Configure errorsRichard Levitte
2016-03-14Document X509_get_serialNumber and X509_set_serialNumber.Dr. Stephen Henson
2016-03-13Add EVP_PKEY documentation.Dr. Stephen Henson
2016-03-13Change an function macro for ERR match the function it's used in.Richard Levitte
2016-03-13Complete incomplete makefile variable referensesRichard Levitte
2016-03-13Collect the names of generated files and clean them away at target clean:Richard Levitte
2016-03-13Add $(LIB_CFLAGS) for any build.info generator that uses $(CFLAGS)Richard Levitte
2016-03-13Use single quotes rather than double quotes when neededRichard Levitte
2016-03-13Harmonize Unix Makefile template with Windows ditoRichard Levitte
2016-03-12Fix memory leak in library deinitEmilia Kasper
2016-03-12Add doc on when to use SCT callback.Rich Salz
2016-03-12Workaround for false -Warray-bounds in TravisEmilia Kasper
2016-03-12Fix no-comp buildEmilia Kasper
2016-03-11Fix build break; add function declarationRich Salz
2016-03-12When creating directory specs, use srctop_dir rather than srctop_file.Richard Levitte
2016-03-12Avoid sed for dependency post-processingRichard Levitte
2016-03-12Because bn_expand2 is declared non-static, it must not be staticRichard Levitte
2016-03-11Remove some dead code from 1999Matt Caswell
2016-03-11Don't clobber the last errorMatt Caswell
2016-03-11removed extra defineMat
2016-03-11Fix no-blake2 for Windows classic buildMat
2016-03-11make updateDr. Stephen Henson
2016-03-11Make X509_SIG opaque.Dr. Stephen Henson
2016-03-11Some sed implementations are not greedy enough, use perl insteadRichard Levitte
2016-03-11Make update to catch function renames.Rich Salz
2016-03-11Use unsigned int instead of just unsigned.Kurt Roeckx
2016-03-11Save leaf_node and node_offset as character arrayKurt Roeckx
2016-03-11Review commentsKurt Roeckx
2016-03-11Add blake2 support.Bill Cox