2016-03-19 |
Richard Levitte | make update
|
commit | commitdiff | tree |
2016-03-19 |
Richard Levitte | Don't let 'generate' target depend on generated files...
|
commit | commitdiff | tree |
2016-03-19 |
Richard Levitte | apps/progs.pl: add back the INCLUDE_FUNCTION_TABLE...
|
commit | commitdiff | tree |
2016-03-19 |
Richard Levitte | Correct faulty L<> links in .pods
|
commit | commitdiff | tree |
2016-03-19 |
Richard Levitte | Add a few more quotes for Windows (install_ssldirs)
|
commit | commitdiff | tree |
2016-03-19 |
Richard Levitte | The command source are files, not directories
|
commit | commitdiff | tree |
2016-03-19 |
Richard Levitte | Replace sed command with perl
|
commit | commitdiff | tree |
2016-03-19 |
Richard Levitte | Clear the exit code from 'find' in 'make depend'
|
commit | commitdiff | tree |
2016-03-19 |
Richard Levitte | Shut find up about files not found
|
commit | commitdiff | tree |
2016-03-19 |
Richard Levitte | Use the dependencies received in generatesrc()
|
commit | commitdiff | tree |
2016-03-19 |
Richard Levitte | Ignore the generated apps/progs.h
|
commit | commitdiff | tree |
2016-03-19 |
Richard Levitte | Generate apps/progs.h on the fly
|
commit | commitdiff | tree |
2016-03-19 |
Richard Levitte | Include progs.h directly in openssl.c instead of via...
|
commit | commitdiff | tree |
2016-03-19 |
Richard Levitte | Make apps/progs.pl more flexible
|
commit | commitdiff | tree |
2016-03-19 |
Richard Levitte | Correct the export list when writing configdata.pm
|
commit | commitdiff | tree |
2016-03-19 |
Richard Levitte | Correct the check of files to depend on against known...
|
commit | commitdiff | tree |
2016-03-19 |
Richard Levitte | Don't perform tsa tests if configured "no-ts"
|
commit | commitdiff | tree |
2016-03-19 |
Richard Levitte | Correct incorrect path
|
commit | commitdiff | tree |
2016-03-18 |
Richard Levitte | Better 'make depend' mechanism
|
commit | commitdiff | tree |
2016-03-18 |
Richard Levitte | make update
|
commit | commitdiff | tree |
2016-03-18 |
Richard Levitte | Implement support for no-ts
|
commit | commitdiff | tree |
2016-03-18 |
Richard Levitte | apps/progs.pl: more consistent output for digests
|
commit | commitdiff | tree |
2016-03-18 |
Richard Levitte | Add a test to see that signals are caught as failures
|
commit | commitdiff | tree |
2016-03-18 |
Richard Levitte | Make OpenSSL::Test::run() sensitive to signals
|
commit | commitdiff | tree |
2016-03-17 |
Richard Levitte | README: small fixups
|
commit | commitdiff | tree |
2016-03-17 |
Richard Levitte | Make picker, thread and combine standard config helper...
|
commit | commitdiff | tree |
2016-03-17 |
Richard Levitte | Disallow --classic for Windows
|
commit | commitdiff | tree |
2016-03-17 |
Richard Levitte | windows-makefile.tmpl: Stop keeping temporary files
|
commit | commitdiff | tree |
2016-03-17 |
Richard Levitte | Add install targets for Windows
|
commit | commitdiff | tree |
2016-03-17 |
Richard Levitte | Remove support for Borland C++
|
commit | commitdiff | tree |
2016-03-17 |
Richard Levitte | Start documenting Configure internals
|
commit | commitdiff | tree |
2016-03-17 |
Richard Levitte | Added build.info debugging capability to Configure
|
commit | commitdiff | tree |
2016-03-17 |
Richard Levitte | Don't define OPENSSL_ENGINES in test recipes, do it...
|
commit | commitdiff | tree |
2016-03-17 |
Richard Levitte | Have 'openssl version -a' output the default engines...
|
commit | commitdiff | tree |
2016-03-16 |
Richard Levitte | unix-Makefile template: use $(PERL) everywhere
|
commit | commitdiff | tree |
2016-03-16 |
Richard Levitte | Prepare for 1.1.0-pre5-dev
|
commit | commitdiff | tree |
2016-03-16 |
Richard Levitte | Prepare for 1.1.0-pre4 release
|
commit | commitdiff | tree |
2016-03-16 |
Matt Caswell | Some platforms provide getcontext() but it does not... Reviewed-by: Richard Levitte <levitte@openssl.org>
|
commit | commitdiff | tree |
2016-03-16 |
Richard Levitte | When building DLLs, hack the library name in the .def...
|
commit | commitdiff | tree |
2016-03-16 |
Richard Levitte | DLL object files should not be built with /Zl"
|
commit | commitdiff | tree |
2016-03-16 |
Richard Levitte | Appveyor - make sure to actually build "shared" in...
|
commit | commitdiff | tree |
2016-03-16 |
Matt Caswell | We should use $SRCDIR in Makefiles Reviewed-by: Richard Levitte <levitte@openssl.org>
|
commit | commitdiff | tree |
2016-03-15 |
Andy Polyakov | poly1305/asm/poly1305-x86_64.pl: make it work with... Reviewed-by: Richard Levitte <levitte@openssl.org>
|
commit | commitdiff | tree |
2016-03-15 |
Emilia Kasper | On Windows, page walking is known as __chkstk.
|
commit | commitdiff | tree |
2016-03-15 |
Emilia Kasper | Explain *cough*-dows
|
commit | commitdiff | tree |
2016-03-15 |
Richard Levitte | Make the perl dependency post-processor into just one...
|
commit | commitdiff | tree |
2016-03-15 |
Richard Levitte | Not all shells understand !
|
commit | commitdiff | tree |
2016-03-15 |
fbroda | General verify options to openssl ts Reviewed-by: Richard Levitte <levitte@openssl.org>
|
commit | commitdiff | tree |
2016-03-15 |
Emilia Kasper | Fix CRYPTO_THREAD_run_once return value checks Reviewed-by: Richard Levitte <levitte@openssl.org>
|
commit | commitdiff | tree |
2016-03-15 |
Richard Levitte | Cygwin configs were missing thread_scheme settings...
|
commit | commitdiff | tree |
2016-03-15 |
Richard Levitte | Small typo
|
commit | commitdiff | tree |
2016-03-15 |
Richard Levitte | static-engine is no longer an internal keyword, remove...
|
commit | commitdiff | tree |
2016-03-15 |
Andy Polyakov | Clarify NOTES.WIN. Reviewed-by: Richard Levitte <levitte@openssl.org>
|
commit | commitdiff | tree |
2016-03-14 |
Dr. Stephen Henson | Update and clarify ECDSA documentation. Reviewed-by: Richard Levitte <levitte@openssl.org>
|
commit | commitdiff | tree |
2016-03-14 |
Emilia Kasper | Disable afalg when engine is disabled. Reviewed-by: Richard Levitte <levitte@openssl.org>
|
commit | commitdiff | tree |
2016-03-14 |
Richard Levitte | Fix typo in manual, missing ending '>'
|
commit | commitdiff | tree |
2016-03-14 |
Emilia Kasper | Travis: build tests in BUILDONLY mode Reviewed-by: Richard Levitte <levitte@openssl.org>
|
commit | commitdiff | tree |
2016-03-14 |
Andy Polyakov | config: fix HP-UX PA-RISC detection. Reviewed-by: Richard Levitte <levitte@openssl.org>
|
commit | commitdiff | tree |
2016-03-14 |
Andy Polyakov | s390x assembly pack: 32-bit fixups. Reviewed-by: Richard Levitte <levitte@openssl.org>
|
commit | commitdiff | tree |
2016-03-14 |
Andy Polyakov | build.info/Makefile.in: Itanium fixups. Reviewed-by: Richard Levitte <levitte@openssl.org>
|
commit | commitdiff | tree |
2016-03-14 |
Andy Polyakov | engines/Makefile.in: some [older] shell complain about... Reviewed-by: Richard Levitte <levitte@openssl.org>
|
commit | commitdiff | tree |
2016-03-14 |
Richard Levitte | Fix freeze in config's interrupt trap with some shells
|
commit | commitdiff | tree |
2016-03-14 |
Richard Levitte | Enforce the demand for Perl 5.10.0 as a minimum.
|
commit | commitdiff | tree |
2016-03-14 |
Richard Levitte | Fix a few Configure errors
|
commit | commitdiff | tree |
2016-03-13 |
Richard Levitte | Change an function macro for ERR match the function...
|
commit | commitdiff | tree |
2016-03-13 |
Richard Levitte | Complete incomplete makefile variable referenses
|
commit | commitdiff | tree |
2016-03-12 |
Richard Levitte | Collect the names of generated files and clean them...
|
commit | commitdiff | tree |
2016-03-12 |
Richard Levitte | Add $(LIB_CFLAGS) for any build.info generator that...
|
commit | commitdiff | tree |
2016-03-12 |
Richard Levitte | Use single quotes rather than double quotes when needed
|
commit | commitdiff | tree |
2016-03-12 |
Richard Levitte | Harmonize Unix Makefile template with Windows dito
|
commit | commitdiff | tree |
2016-03-12 |
Richard Levitte | When creating directory specs, use srctop_dir rather...
|
commit | commitdiff | tree |
2016-03-12 |
Richard Levitte | Avoid sed for dependency post-processing
|
commit | commitdiff | tree |
2016-03-12 |
Richard Levitte | Because bn_expand2 is declared non-static, it must...
|
commit | commitdiff | tree |
2016-03-11 |
Richard Levitte | Some sed implementations are not greedy enough, use...
|
commit | commitdiff | tree |
2016-03-11 |
Richard Levitte | Avoid getting unresolved referense to bn_expand2 in...
|
commit | commitdiff | tree |
2016-03-11 |
Mat | Fix no-rmd160 classic Windows build Reviewed-by: Richard Levitte <levitte@openssl.org>
|
commit | commitdiff | tree |
2016-03-11 |
Richard Levitte | Don't build dynamic engines unless configured "shared"
|
commit | commitdiff | tree |
2016-03-11 |
Richard Levitte | Harmonise the two methods to generate dependency files
|
commit | commitdiff | tree |
2016-03-10 |
Richard Levitte | Fix some assembler generating scripts for better unification
|
commit | commitdiff | tree |
2016-03-10 |
Richard Levitte | Add include directory options for assembler files that...
|
commit | commitdiff | tree |
2016-03-10 |
Richard Levitte | Add include directory options for assembler files that...
|
commit | commitdiff | tree |
2016-03-10 |
Richard Levitte | In the recipe using "makedepend", make sure the object...
|
commit | commitdiff | tree |
2016-03-10 |
Richard Levitte | Configure - don't trust $1 to stick around, save its...
|
commit | commitdiff | tree |
2016-03-10 |
Richard Levitte | Harmonize the option processing in 'config' and 'config...
|
commit | commitdiff | tree |
2016-03-10 |
Richard Levitte | Add cleaning targets to Configurations/windows-makefile...
|
commit | commitdiff | tree |
2016-03-10 |
Richard Levitte | The typedef ECPARAMETERS is already defined, don't...
|
commit | commitdiff | tree |
2016-03-10 |
David Woodhouse | Allow OPENSSL_NO_SOCK in e_os.h even for non-Windows... Reviewed-by: Richard Levitte <levitte@openssl.org>
|
commit | commitdiff | tree |
2016-03-10 |
Richard Levitte | Pass down inclusion directories to source file generators
|
commit | commitdiff | tree |
2016-03-10 |
Richard Levitte | Travis - add missing semi-colon
|
commit | commitdiff | tree |
2016-03-10 |
Richard Levitte | Travis - don't use ccache with cross compiles
|
commit | commitdiff | tree |
2016-03-10 |
Richard Levitte | When configured "shared", don't build static libraries...
|
commit | commitdiff | tree |
2016-03-10 |
Richard Levitte | Make util/mk1mf.pl recognise no-weak-ssl-ciphers
|
commit | commitdiff | tree |
2016-03-10 |
Richard Levitte | Remove duplicate typedef of ECPKPARAMETERS in ec.h
|
commit | commitdiff | tree |
2016-03-10 |
Richard Levitte | Travis - the source directory is _srcdist, not _srcdir
|
commit | commitdiff | tree |
2016-03-09 |
Richard Levitte | Correct slight logic error in processing IF in build...
|
commit | commitdiff | tree |
2016-03-09 |
Richard Levitte | When grepping something starting with a dash, remember...
|
commit | commitdiff | tree |
2016-03-09 |
Richard Levitte | Comment away the extra checks in Configure
|
commit | commitdiff | tree |
2016-03-09 |
Richard Levitte | Make ct_dir and certs_dir static in test/ct_test.c
|
commit | commitdiff | tree |
2016-03-09 |
Richard Levitte | Restore building out of source with the unified build...
|
commit | commitdiff | tree |
2016-03-09 |
Richard Levitte | CT test can't run without EC, so skip it on that algo...
|
commit | commitdiff | tree |
next |