summaryrefslogtreecommitdiffstats
path: root/util
AgeCommit message (Collapse)Author
2014-05-24Only copy opensslconf.h at init time.Ben Laurie
2014-04-25util/mkerr.pl: fix perl warningGeoff Thorpe
Gets rid of this; defined(@array) is deprecated at ../util/mkerr.pl line 792. (Maybe you should just omit the defined()?) defined(@array) is deprecated at ../util/mkerr.pl line 800. (Maybe you should just omit the defined()?) Signed-off-by: Geoff Thorpe <geoff@openssl.org>
2014-04-25util/mkdef.pl: o_time.h doesn't exist any moreGeoff Thorpe
o_time.h was removed in commit ff49a94, which breaks "make update" unless mkdir.pl is updated accordingly. Signed-off-by: Geoff Thorpe <geoff@openssl.org>
2014-03-12Update ordinals.Dr. Stephen Henson
Use a previously unused value as we will be updating multiple released branches. (cherry picked from commit 0737acd2a8cc688902b5151cab5dc6737b82fb96)
2014-02-24BC-32.pl: refresh Borland C support.Andy Polyakov
PR: 3251 Suggested by: Thorsten Schöning
2014-02-15Don't use getcwd in non-copy builds.Dr. Stephen Henson
2014-02-09Build on MacOS.Ben Laurie
2013-11-14Fix compilation with no-nextprotoneg.Piotr Sikora
PR#3106
2013-11-12Make Makefiles OSF-make-friendly.Andy Polyakov
PR: 3165
2013-10-03Support new asm files.Ben Laurie
2013-07-12Clarify FIXME.Ben Laurie
2013-07-12Note non-export of CC.Ben Laurie
2013-07-12Support new rsaz asm stuff.Ben Laurie
2013-06-12Add support for arbitrary TLS extensions.Trevor
Contributed by Trevor Perrin.
2013-06-12Add aesni-sha256-x86_64.Ben Laurie
2013-05-05Tests pass!Ben Laurie
2013-05-05Ugly hack to avoid recompiling the same thing multiple times in parallel.Ben Laurie
2013-04-08Asm build portability.Dr. Stephen Henson
Don't use Win32 specific options in mk1mf.pl to build assembly language files.
2013-04-07Make sure all tests are actually run, plus some fixups for things thatBen Laurie
turn out to be made somewhere by existing Makefiles.
2013-04-06Use original alltests target for definitive test list.Ben Laurie
2013-04-06Missing semicolon.Ben Laurie
2013-04-06Fix non-copy builds.Dr. Stephen Henson
Only use -MMD and .sinclude in copy builds: other platforms don't support them.
2013-04-06Missing file.Ben Laurie
2013-04-06Merge, go back to copy-if-different.Ben Laurie
2013-04-06Fix test_ss.Ben Laurie
2013-04-06Add new asm target.Ben Laurie
2013-04-06Show start/end of tests.Ben Laurie
2013-04-06Make session ID test work.Ben Laurie
2013-04-06Make S/MIME test work.Ben Laurie
2013-04-06Make RSA test work.Ben Laurie
2013-04-06Make PKCS#7 test work.Ben Laurie
2013-04-06Make OCSP test work.Ben Laurie
2013-04-06More progress towards working tests.Ben Laurie
2013-04-06Get closer to a working single Makefile with test support.Ben Laurie
2013-04-03Use $(PERL) when calling scripts in mk1mf.plDr. Stephen Henson
2013-03-05Use CFLAG for LFLAGS instead of the nonexistent CFLAGS.Ben Laurie
2013-03-04Remove unused variable.Ben Laurie
2013-03-04Actually comment out the cpuid asm!Ben Laurie
2013-03-04Merge branch 'master' of openssl.net:opensslBen Laurie
Conflicts: util/mk1mf.pl
2013-03-04Fix WIN32 build.Dr. Stephen Henson
Make assembly language handling conditional on the "copy" platform as Windows does its own thing here.
2013-03-04Only copy headers if they've changed.Ben Laurie
2013-03-04Don't make CPUID stuff twice.Ben Laurie
2013-03-04Handle assembler files.Ben Laurie
2013-03-04Allow variables to be overridden on the command line.Ben Laurie
2013-03-04Take the first definition of a variable.Ben Laurie
2013-03-04Use "copy" instead of "auto".Ben Laurie
2013-03-04Remove pointless diagnostic.Ben Laurie
2013-03-04Preserve the C compiler.Ben Laurie
2013-03-04Inherit CFLAGS when plaform is "auto".Ben Laurie
2013-03-04Remove empty command.Ben Laurie