Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sync libeay.num | Dr. Stephen Henson | 2005-06-27 | 1 | -480/+485 |
| | |||||
* | Strip the engine shared libraries as well. | Richard Levitte | 2005-06-23 | 1 | -1/+3 |
| | | | | Submitted by Corinna Vinschen <vinschen@redhat.com> | ||||
* | Check for 'usage' and 'Usage'. | Richard Levitte | 2005-06-20 | 1 | -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 Levitte | 2005-06-18 | 1 | -0/+1 |
| | | | | PR: 1113 | ||||
* | Netware patch submitted by Verdon Walker" <VWalker@novell.com> in PR | Richard Levitte | 2005-06-13 | 2 | -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 Levitte | 2005-06-06 | 1 | -9/+15 |
| | | | | PR: 1089 | ||||
* | Updated support for NetWare, submitted by Verdon Walker <VWalker@novell.com>. | Richard Levitte | 2005-06-05 | 1 | -1/+3 |
| | | | | PR: 1098 | ||||
* | Update from stable branch. | Dr. Stephen Henson | 2005-05-30 | 1 | -477/+483 |
| | |||||
* | Patches for Cygwin, provided by Corinna Vinschen <vinschen@redhat.com> | Richard Levitte | 2005-05-21 | 1 | -3/+15 |
| | |||||
* | Move _WIN32_WINNT definition from command line to e_os.h. The change is | Andy Polyakov | 2005-05-21 | 1 | -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 not | Andy Polyakov | 2005-05-18 | 1 | -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 Polyakov | 2005-05-17 | 1 | -1/+27 |
| | |||||
* | Keep disclaming 16-bit support. | Andy Polyakov | 2005-05-17 | 3 | -360/+1 |
| | |||||
* | ecc api cleanup; summary: | Nils Larsch | 2005-05-16 | 1 | -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 branch | Bodo Möller | 2005-05-16 | 1 | -473/+477 |
| | |||||
* | Make update. | Dr. Stephen Henson | 2005-05-15 | 1 | -0/+9 |
| | |||||
* | Fix more error codes. | Bodo Möller | 2005-05-11 | 1 | -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 Larsch | 2005-05-10 | 1 | -1/+1 |
| | | | | EC_GROUP_new_by_nid -> EC_GROUP_new_by_curve_name | ||||
* | Update util/ck_errf.pl script, and have it run automatically | Bodo Möller | 2005-05-09 | 2 | -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 clutter | Bodo Möller | 2005-05-09 | 2 | -496/+503 |
| | |||||
* | give EC_GROUP_*_nid functions a more meaningful name | Nils Larsch | 2005-05-08 | 1 | -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 Henson | 2005-04-27 | 3 | -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 Larsch | 2005-04-27 | 4 | -8/+8 |
| | |||||
* | no Makefile.ssl anymore | Nils Larsch | 2005-04-27 | 1 | -2/+2 |
| | |||||
* | there's no such thing as Makefile.ssl anymore | Bodo Möller | 2005-04-26 | 1 | -1/+1 |
| | |||||
* | some updates for the blinding code; summary: | Nils Larsch | 2005-04-26 | 1 | -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öller | 2005-04-26 | 1 | -1/+1 |
| | | | | ("perl util/ck_errf.pl */*.c */*/*.c" still reports many more.) | ||||
* | take OPENSSL_NO_DGRAM into account | Bodo Möller | 2005-04-26 | 1 | -1/+1 |
| | | | | (via make update) | ||||
* | let mkdef.pl know about OPENSSL_NO_DGRAM | Bodo Möller | 2005-04-26 | 1 | -1/+1 |
| | | | | (which appears in the new file crypto/bio/bss_dgram.c) | ||||
* | make update | Bodo Möller | 2005-04-26 | 2 | -0/+6 |
| | |||||
* | fix SSLerr stuff for DTLS1 code; | Bodo Möller | 2005-04-26 | 1 | -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 Henson | 2005-04-24 | 1 | -2/+0 |
| | |||||
* | Recognize zlib and krb5 options in mk1mf.pl | Dr. Stephen Henson | 2005-04-24 | 1 | -0/+27 |
| | |||||
* | make update | Nils Larsch | 2005-04-22 | 1 | -0/+1 |
| | |||||
* | Don't use standard kerberos library locations in MK1MF builds. | Dr. Stephen Henson | 2005-04-21 | 1 | -1/+1 |
| | | | | Fix typo in mk1mf.pl | ||||
* | Process MINFO file earlier in mk1mf.pl so it can modify variables like CFLAGS. | Dr. Stephen Henson | 2005-04-20 | 1 | -51/+57 |
| | | | | Process kerberos include and library options. | ||||
* | Handle similar mk1mf.pl options with a hash table. | Dr. Stephen Henson | 2005-04-20 | 1 | -49/+86 |
| | |||||
* | Fix logic in mkdef.pl function is_valid. | Dr. Stephen Henson | 2005-04-19 | 2 | -3/+4 |
| | | | | Update symbols | ||||
* | Stop perl warning. | Dr. Stephen Henson | 2005-04-19 | 1 | -1/+5 |
| | |||||
* | New "algorithm define" OPENSSL_NO_GMP. Update mkdef.pl and Configure script | Dr. Stephen Henson | 2005-04-19 | 1 | -2/+5 |
| | | | | to use it. | ||||
* | Ignore TYPEDEF_OF in mkdef.pl | Dr. Stephen Henson | 2005-04-19 | 1 | -0/+3 |
| | |||||
* | Various Win32 and other fixes for warnings and compilation errors. | Dr. Stephen Henson | 2005-04-19 | 2 | -2/+2 |
| | | | | Fix Win32 build system to use 'Makefile' instead of 'Makefile.ssl'. | ||||
* | Fix from stable branch. | Dr. Stephen Henson | 2005-04-17 | 1 | -1/+1 |
| | |||||
* | Makefile.ssl -> Makefile | Nils Larsch | 2005-04-13 | 1 | -2/+2 |
| | |||||
* | Include error library value in C error source files instead of fixing up | Dr. Stephen Henson | 2005-04-12 | 1 | -5/+28 |
| | | | | at runtime. | ||||
* | Add emacs cache files to .cvsignore. | Richard Levitte | 2005-04-11 | 1 | -0/+2 |
| | |||||
* | Take account of Makefile.ssl removal. | Ben Laurie | 2005-03-30 | 1 | -5/+5 |
| | |||||
* | Make util/shlib_wrap.sh [Open]BSD-friendly. | Andy Polyakov | 2005-02-06 | 1 | -3/+7 |
| | |||||
* | In mkdef.pl ignore trailing whitespace in #ifdef lines | Dr. Stephen Henson | 2005-02-05 | 1 | -1/+1 |
| | |||||
* | Address run-time linker problems: LD_PRELOAD issue on multi-ABI platforms | Andy Polyakov | 2005-02-01 | 2 | -0/+88 |
| | | | | | | and SafeDllSearchMode in Windows. Submitted by: Richard Levitte |