summaryrefslogtreecommitdiffstats
path: root/Configure
Commit message (Collapse)AuthorAgeFilesLines
* Fix overly lenient comparisons:Bodo Moeller2013-09-171-1/+1
| | | | | | | | | | | | | | | | | | - EC_GROUP_cmp shouldn't consider curves equal just because the curve name is the same. (They really *should* be the same in this case, but there's an EC_GROUP_set_curve_name API, which could be misused.) - EC_POINT_cmp shouldn't return 0 for ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED or EC_R_INCOMPATIBLE_OBJECTS errors because in a cmp API, 0 indicates equality (not an error). Reported by: king cope (cherry picked from commit ca567a03ad4595589b6062465a8404764da4e3fa) Conflicts: Configure
* Add target so I can build.Ben Laurie2013-02-051-0/+1
|
* aix[64]-cc: get MT support right [from HEAD].Andy Polyakov2012-10-161-2/+2
| | | | PR: 2896
* * Configure: make the debug-levitte-linux{elf,noasm} less extreme.Richard Levitte2012-09-241-4/+4
|
* add Android changes from FIPS 1.2.2 moduleDr. Stephen Henson2010-12-111-0/+3
|
* oops, typoDr. Stephen Henson2010-05-201-2/+2
|
* Remove BF_PTR2 from configuration: it doesn't improve performance any more ↵Dr. Stephen Henson2009-11-091-7/+7
| | | | and causes gcc warnings about arrays out of range
* First cut of renegotiation extension.Ben Laurie2009-11-081-1/+2
|
* Don't replace whole AR lineDr. Stephen Henson2009-10-281-1/+1
|
* PR: 2081Dr. Stephen Henson2009-10-281-1/+3
| | | | | | | Submitted by: Mike Frysinger <vapier@gentoo.org> Approved by: steve@openssl.org Respect AR and RANLIB environment variables if set.
* PR: 2080Dr. Stephen Henson2009-10-281-1/+2
| | | | | | | Submitted by: Mike Frysinger <vapier@gentoo.org> Approved by: steve@openssl.org Respect MAKE environment variable if set.
* Pick up install prefix from the environment, if set.Dr. Stephen Henson2009-10-181-1/+1
|
* CROSS_COMPILE: don't override command line option from environmentDr. Stephen Henson2009-10-151-1/+1
|
* Backport cross compilation options from HEAD.Dr. Stephen Henson2009-10-151-2/+13
|
* Make it build, plus make depend.Ben Laurie2009-09-271-1/+1
|
* Add new option --strict-warnings to Configure script. This is used to addDr. Stephen Henson2009-09-091-0/+16
| | | | in devteam warnings into other configurations.
* PR: 2003Dr. Stephen Henson2009-08-101-0/+8
| | | | | Make it possible to install OpenSSL in directories with name other than "lib" for example "lib64". Based on patch from Jeremy Utley.
* Ooops, missing space.Dr. Stephen Henson2009-07-241-3/+3
|
* Add additional debug targets.Dr. Stephen Henson2009-07-241-0/+3
|
* Fix broken config entries.Dr. Stephen Henson2009-06-171-2/+2
|
* PR: 1939Dr. Stephen Henson2009-06-021-1/+2
| | | | | | | Submitted by: Sean Boudreau <seanb@qnx.com> Reviewed by: steve@openssl.org Better QNX6 support.
* Fix to escape backslashes in prefixDr. Stephen Henson2009-04-261-2/+13
|
* Use shared dev team flags, fix resulting warning.Ben Laurie2009-02-161-1/+1
|
* Include common warning options in 0.9.8, fix warnings in debug-steve64.Dr. Stephen Henson2009-02-151-3/+8
|
* Skip engines directory if no-engineDr. Stephen Henson2009-02-141-0/+1
|
* No need to add fips to @skipDr. Stephen Henson2009-01-191-2/+0
|
* If not compiling for fips don't do anything in fips directory.Dr. Stephen Henson2009-01-191-0/+2
| | | | Install fipscanister.o and friends from FIPSLIBDIR location.
* Make it possible to override CC.Ben Laurie2009-01-171-0/+4
|
* Update default compiler options for default tls extension config.Dr. Stephen Henson2008-12-291-2/+2
| | | | Add -Wsign-compare to debug-steve64
* Enable TLS Extensions by default.Ben Laurie2008-12-261-1/+0
|
* Implement Configure option pattern "experimental-foo"Bodo Möller2008-12-021-25/+57
| | | | (specifically, "experimental-jpake").
* Revert OPENSSL_EXPERIMENTAL patch.Dr. Stephen Henson2008-11-241-11/+2
| | | | Change it so JPAKE uses the standard OPENSSL_NO_JPAKE instead.
* warningsBodo Möller2008-11-141-1/+1
|
* Oops...Dr. Stephen Henson2008-11-121-1/+1
|
* Add support for experimental code, not compiled in by default andDr. Stephen Henson2008-11-121-1/+11
| | | | with OPENSSL_EXPERIMENTAL_FOO around it. Make JPAKE experimental.
* PR: 1782Dr. Stephen Henson2008-11-111-1/+1
| | | | | Submitted by: Philip Prindeville <philipp_subx@redfish-solutions.com> Approved by: steve@openssl.org
* Add do_fips.bat WIN32 build script. Update version in Configure.Dr. Stephen Henson2008-09-181-1/+1
|
* Merge changes to build system from fips branch.Dr. Stephen Henson2008-09-161-32/+141
|
* AIX build updates [from HEAD].Andy Polyakov2008-09-121-4/+4
|
* Allow soft-loading engines.Ben Laurie2008-09-121-0/+1
|
* Harmonize darwin-i386-cc config line with HEAD.Andy Polyakov2008-07-171-1/+1
|
* darwin64-ppc-cc experimental line accidentally made it to stable:-(Andy Polyakov2008-07-171-1/+1
| | | | PR: 1699
* Update default depflag.Dr. Stephen Henson2008-05-301-1/+1
|
* Disable CryptoAPI engine compilation by default.Dr. Stephen Henson2008-05-291-0/+1
|
* Unobtrusive backport of 32-bit x86 Montgomery improvements from 0.9.9-dev:Bodo Möller2008-05-011-4/+18
| | | | | | | | | you need to use "enable-montasm" to see a difference. (Huge speed advantage, but BN_MONT_CTX is not binary compatible, so this can't be enabled by default in the 0.9.8 branch.) The CHANGES entry also covers the 64-bit x86 backport in November 2007 by appro.
* Update default CFLAGS and dependencies.Dr. Stephen Henson2008-04-031-1/+1
|
* Backport of CMS code to 0.9.8-stable branch. Disabled by default.Dr. Stephen Henson2008-04-031-0/+1
|
* Add -DOPENSSL_NO_DEPRECATED to debug-steve* targets. Add headers to makeDr. Stephen Henson2008-04-021-2/+2
| | | | build work.
* Add debug-steve{32,64} targets to Configure script.Dr. Stephen Henson2008-04-021-0/+2
|
* Netware support.Dr. Stephen Henson2008-01-031-6/+14
| | | | Submitted by: Guenter Knauf <eflash@gmx.net>