summaryrefslogtreecommitdiff
path: root/util
Commit message (Collapse)AuthorAgeFilesLines
* Sync libeay.numDr. Stephen Henson2005-06-271-480/+485
|
* Strip the engine shared libraries as well.Richard Levitte2005-06-231-1/+3
| | | | Submitted by Corinna Vinschen <vinschen@redhat.com>
* Check for 'usage' and 'Usage'.Richard Levitte2005-06-201-1/+1
| | | | | | | Submitted by Tim Rice <tim@multitalents.net>. His comment is: I noticed "make report" didn't show the cc version on most of my System V platforms. This patch corrects this.
* Have pod2man.pl accept '=for comment ...' before the '=head1 NAME' line.Richard Levitte2005-06-181-0/+1
| | | | PR: 1113
* Netware patch submitted by Verdon Walker" <VWalker@novell.com> in PRRichard Levitte2005-06-132-8/+23
| | | | | | | | | | | | | | | | | | | | | | | | 1107. He says: This is a followup to the NetWare patch that was applied to beta3. It does the following: - Fixes a problem in the CLib build with undefined symbols. - Adds the ability to use BSD sockets as the default for the OpenSSL socket BIO. NetWare supports 2 flavors of sockets and our Apache developers need BSD sockets as a configurable option when building OpenSSL. This adds that for them. - Updates to the INSTALL.NW file to explain new options. I have tried very hard to make sure all the changes are in NetWare specific files or guarded carefully to make sure they only impact NetWare builds. I have tested the Windows build to make sure it does not break that since we have made changes to mk1mf.pl. We are still working the gcc cross compile for NetWare issue and hope to have a patch for that before beta 6 is released.
* Skipping all tests just because one algorithm is disabled seems a bit harsch.Richard Levitte2005-06-061-9/+15
| | | | PR: 1089
* Updated support for NetWare, submitted by Verdon Walker <VWalker@novell.com>.Richard Levitte2005-06-051-1/+3
| | | | PR: 1098
* Update from stable branch.Dr. Stephen Henson2005-05-301-477/+483
|
* Patches for Cygwin, provided by Corinna Vinschen <vinschen@redhat.com>Richard Levitte2005-05-211-3/+15
|
* Move _WIN32_WINNT definition from command line to e_os.h. The change isAndy Polyakov2005-05-211-1/+1
| | | | | inspired by VC6 failure report. In addition abstain from taking screen snapshots when running in NT service context.
* Engage Applink in mingw. Note that application-side module is notAndy Polyakov2005-05-181-7/+2
| | | | | | | compiled into *our* aplpications. That's because mingw is always consistent with itself. Having library-side code linked into .dll makes it possible to deploy the .dll with user-code compiled with another compiler [which is pretty much the whole point behind Applink].
* Engage Applink for VC builds.Andy Polyakov2005-05-171-1/+27
|
* Keep disclaming 16-bit support.Andy Polyakov2005-05-173-360/+1
|
* ecc api cleanup; summary:Nils Larsch2005-05-161-469/+480
| | | | | | | | | | - hide the EC_KEY structure definition in ec_lcl.c + add some functions to use/access the EC_KEY fields - change the way how method specific data (ecdsa/ecdh) is attached to a EC_KEY - add ECDSA_sign_ex and ECDSA_do_sign_ex functions with additional parameters for pre-computed values - rebuild libeay.num from 0.9.7
* rebuild to synchronize with additions to 0.9.7 branchBodo Möller2005-05-161-473/+477
|
* Make update.Dr. Stephen Henson2005-05-151-0/+9
|
* Fix more error codes.Bodo Möller2005-05-111-3/+8
| | | | | (Also improve util/ck_errf.pl script, and occasionally fix source code formatting.)
* give EC_GROUP_new_by_nid a more meanigful name:Nils Larsch2005-05-101-1/+1
| | | | EC_GROUP_new_by_nid -> EC_GROUP_new_by_curve_name
* Update util/ck_errf.pl script, and have it run automaticallyBodo Möller2005-05-092-2/+2
| | | | | | | | during "make errors" and thus during "make update". Fix lots of bugs that util/ck_errf.pl can detect automatically. Various others of these are still left to fix; that's why "make update" will complain loudly when run now.
* rebuild (starting with state from 0.9.7-stable branch) to avoid clutterBodo Möller2005-05-092-496/+503
|
* give EC_GROUP_*_nid functions a more meaningful nameNils Larsch2005-05-081-2/+2
| | | | | EC_GROUP_get_nid -> EC_GROUP_get_curve_name EC_GROUP_set_nid -> EC_GROUP_set_curve_name
* Lots of Win32 fixes for DTLS.Dr. Stephen Henson2005-04-273-0/+14
| | | | | | | | 1. "unsigned long long" isn't portable changed: to BN_ULLONG. 2. The LL prefix isn't allowed in VC++ but it isn't needed where it is used. 2. Avoid lots of compiler warnings about signed/unsigned mismatches. 3. Include new library directory pqueue in mk1mf build system. 4. Update symbols.
* get rid of Makefile.ssl in util/Nils Larsch2005-04-274-8/+8
|
* no Makefile.ssl anymoreNils Larsch2005-04-271-2/+2
|
* there's no such thing as Makefile.ssl anymoreBodo Möller2005-04-261-1/+1
|
* some updates for the blinding code; summary:Nils Larsch2005-04-261-0/+8
| | | | | | | | | | | - possibility of re-creation of the blinding parameters after a fixed number of uses (suggested by Bodo) - calculatition of the rsa::e in case it's absent and p and q are present (see bug report #785) - improve the performance when if one rsa structure is shared by more than a thread (see bug report #555) - fix the problem described in bug report #827 - hide the definition ot the BN_BLINDING structure in bn_blind.c
* Fix various incorrect error function codes.Bodo Möller2005-04-261-1/+1
| | | | ("perl util/ck_errf.pl */*.c */*/*.c" still reports many more.)
* take OPENSSL_NO_DGRAM into accountBodo Möller2005-04-261-1/+1
| | | | (via make update)
* let mkdef.pl know about OPENSSL_NO_DGRAMBodo Möller2005-04-261-1/+1
| | | | (which appears in the new file crypto/bio/bss_dgram.c)
* make updateBodo Möller2005-04-262-0/+6
|
* fix SSLerr stuff for DTLS1 code;Bodo Möller2005-04-261-2/+2
| | | | | move some functions from exported header <openssl/dtl1.h> into "ssl_locl.h"; fix silly indentation (a TAB is *not* always 4 spaces)
* Oops...Dr. Stephen Henson2005-04-241-2/+0
|
* Recognize zlib and krb5 options in mk1mf.plDr. Stephen Henson2005-04-241-0/+27
|
* make updateNils Larsch2005-04-221-0/+1
|
* Don't use standard kerberos library locations in MK1MF builds.Dr. Stephen Henson2005-04-211-1/+1
| | | | Fix typo in mk1mf.pl
* Process MINFO file earlier in mk1mf.pl so it can modify variables like CFLAGS.Dr. Stephen Henson2005-04-201-51/+57
| | | | Process kerberos include and library options.
* Handle similar mk1mf.pl options with a hash table.Dr. Stephen Henson2005-04-201-49/+86
|
* Fix logic in mkdef.pl function is_valid.Dr. Stephen Henson2005-04-192-3/+4
| | | | Update symbols
* Stop perl warning.Dr. Stephen Henson2005-04-191-1/+5
|
* New "algorithm define" OPENSSL_NO_GMP. Update mkdef.pl and Configure scriptDr. Stephen Henson2005-04-191-2/+5
| | | | to use it.
* Ignore TYPEDEF_OF in mkdef.plDr. Stephen Henson2005-04-191-0/+3
|
* Various Win32 and other fixes for warnings and compilation errors.Dr. Stephen Henson2005-04-192-2/+2
| | | | Fix Win32 build system to use 'Makefile' instead of 'Makefile.ssl'.
* Fix from stable branch.Dr. Stephen Henson2005-04-171-1/+1
|
* Makefile.ssl -> MakefileNils Larsch2005-04-131-2/+2
|
* Include error library value in C error source files instead of fixing upDr. Stephen Henson2005-04-121-5/+28
| | | | at runtime.
* Add emacs cache files to .cvsignore.Richard Levitte2005-04-111-0/+2
|
* Take account of Makefile.ssl removal.Ben Laurie2005-03-301-5/+5
|
* Make util/shlib_wrap.sh [Open]BSD-friendly.Andy Polyakov2005-02-061-3/+7
|
* In mkdef.pl ignore trailing whitespace in #ifdef linesDr. Stephen Henson2005-02-051-1/+1
|
* Address run-time linker problems: LD_PRELOAD issue on multi-ABI platformsAndy Polyakov2005-02-012-0/+88
| | | | | | and SafeDllSearchMode in Windows. Submitted by: Richard Levitte