Andy Polyakov [Tue, 9 Aug 2005 22:45:51 +0000 (22:45 +0000)]
Suppress "deprecated" warnings introduced in VC8 [from HEAD].
PR: 1183
Andy Polyakov [Tue, 9 Aug 2005 22:20:45 +0000 (22:20 +0000)]
Add support for more recent WCE SDK.
Nils Larsch [Mon, 8 Aug 2005 19:39:29 +0000 (19:39 +0000)]
a ssl object needs it's own instance of a ecdh key; remove obsolete comment
Nils Larsch [Mon, 8 Aug 2005 19:26:35 +0000 (19:26 +0000)]
fix typo
Andy Polyakov [Sun, 7 Aug 2005 22:29:58 +0000 (22:29 +0000)]
Windows CE update from HEAD.
Nils Larsch [Sat, 6 Aug 2005 10:34:35 +0000 (10:34 +0000)]
avoid infinite recursion if dynamic engine isn't loaded
Submitted by: Jonathon Green <jonathon_au@yahoo.com>
Dr. Stephen Henson [Fri, 5 Aug 2005 23:52:08 +0000 (23:52 +0000)]
Initialize SSL_METHOD structures at compile time. This removes the need
for locking code. The CRYPTO_LOCK_SSL_METHOD lock is now no longer used.
Nils Larsch [Fri, 5 Aug 2005 09:41:24 +0000 (09:41 +0000)]
fix potential memory leak + improved error checking
PR: 1182
Dr. Stephen Henson [Thu, 4 Aug 2005 22:10:05 +0000 (22:10 +0000)]
Allow PKCS7_decrypt() to work if no cert supplied.
Andy Polyakov [Thu, 4 Aug 2005 17:42:58 +0000 (17:42 +0000)]
3-4 times better RSA/DSA performance on WIN64A target [from HEAD].
Andy Polyakov [Wed, 3 Aug 2005 20:04:05 +0000 (20:04 +0000)]
WCE update, mostly typos [from HEAD].
Andy Polyakov [Wed, 3 Aug 2005 10:44:29 +0000 (10:44 +0000)]
PIC-ify SPARC assembler in alternative manner to eliminate dependency on
OPENSSL_PIC macro [from HEAD].
Andy Polyakov [Tue, 2 Aug 2005 22:22:17 +0000 (22:22 +0000)]
Abstain from GUI calls in rand_win.c in NT service context [from HEAD].
Andy Polyakov [Tue, 2 Aug 2005 22:21:39 +0000 (22:21 +0000)]
WCE-specific update for VC-32.pl [from HEAD].
Andy Polyakov [Tue, 2 Aug 2005 22:21:07 +0000 (22:21 +0000)]
WCE-specific fix for cryptlib.c [from HEAD].
Andy Polyakov [Tue, 2 Aug 2005 22:20:15 +0000 (22:20 +0000)]
Keep disclaiming 16-bit support [from HEAD].
Andy Polyakov [Tue, 2 Aug 2005 14:11:04 +0000 (14:11 +0000)]
Optimize for space on embedded WCE. [from HEAD]
Andy Polyakov [Tue, 2 Aug 2005 12:21:35 +0000 (12:21 +0000)]
WCE-specific update from HEAD.
Andy Polyakov [Tue, 2 Aug 2005 12:03:09 +0000 (12:03 +0000)]
WCE update from HEAD.
Andy Polyakov [Tue, 2 Aug 2005 11:03:42 +0000 (11:03 +0000)]
Implement complementary LoadLibraryA shim under WCE. [from HEAD]
Andy Polyakov [Tue, 2 Aug 2005 10:59:42 +0000 (10:59 +0000)]
Typo in OSF1 platform name.
Andy Polyakov [Sat, 30 Jul 2005 19:51:55 +0000 (19:51 +0000)]
Eliminate dependency on 3rd party wcedefs.mak [from HEAD].
Andy Polyakov [Sat, 30 Jul 2005 19:49:24 +0000 (19:49 +0000)]
Fix #if _MSC_VER clause in aes_locl.h [from HEAD].
Nils Larsch [Wed, 27 Jul 2005 20:19:51 +0000 (20:19 +0000)]
remove unused variable
Nils Larsch [Tue, 26 Jul 2005 20:55:17 +0000 (20:55 +0000)]
improved error checking and some fixes
PR: 1170
Submitted by: Yair Elharrar
Reviewed and edited by: Nils Larsch
Dr. Stephen Henson [Tue, 26 Jul 2005 12:46:53 +0000 (12:46 +0000)]
Update from head.
Nils Larsch [Mon, 25 Jul 2005 22:55:48 +0000 (22:55 +0000)]
fix BN_mod_word and give a more reasonable return value if an error occurred
Dr. Stephen Henson [Mon, 25 Jul 2005 18:40:09 +0000 (18:40 +0000)]
Update from head.
Andy Polyakov [Sun, 24 Jul 2005 21:55:41 +0000 (21:55 +0000)]
Visual C specific update from HEAD.
Nils Larsch [Sat, 23 Jul 2005 08:46:41 +0000 (08:46 +0000)]
Remove BN_CTX_DEBUG from the normal debug build flags (it's too noisy
to be really useful for 'normal' debugging).
Disable EC_GROUP_precompute_mult for the nist curves in ectest.c as
it causes problems when libefence is used.
Nils Larsch [Thu, 21 Jul 2005 22:38:16 +0000 (22:38 +0000)]
set correct bn->top value
Nils Larsch [Wed, 20 Jul 2005 22:02:25 +0000 (22:02 +0000)]
the final byte of pkcs7 padded plaintext can never be 0
Submitted by: K S Sreeram <sreeram@tachyontech.net>
Andy Polyakov [Tue, 19 Jul 2005 23:10:04 +0000 (23:10 +0000)]
Bug-fix from HEAD.
PR: 1130
Nils Larsch [Sun, 17 Jul 2005 21:05:11 +0000 (21:05 +0000)]
fix typo
Nils Larsch [Sun, 17 Jul 2005 16:08:21 +0000 (16:08 +0000)]
bugfix: 0 - w (w != 0) is actually negative
Nils Larsch [Sat, 16 Jul 2005 11:13:10 +0000 (11:13 +0000)]
make
./configure no-deprecated [no-dsa] [no-dh] [no-ec] [no-rsa]
make all test
work again (+ make update)
PR: 1159
Nils Larsch [Fri, 15 Jul 2005 09:50:38 +0000 (09:50 +0000)]
add missing entries for "-multivalue-rdn" and "-utf8" in ca.pod and req.pod
PR: 1158
Submitted by: Michael Bell <michael.bell@cms.hu-berlin.de>
Nils Larsch [Wed, 13 Jul 2005 21:58:40 +0000 (21:58 +0000)]
the second argument to d2i_X509, d2i_X509_CRL and d2i_X509_REQ is const
PR: 1156
Submitted by: Michael Bell <michael.bell@cms.hu-berlin.de>
Andy Polyakov [Fri, 8 Jul 2005 16:48:34 +0000 (16:48 +0000)]
DES CFB bug-fix from HEAD.
Richard Levitte [Fri, 8 Jul 2005 10:13:25 +0000 (10:13 +0000)]
On case insensitive systems, 'install' gets mixed up with the existing file
'INSTALL', so we need to put some force into installing
Richard Levitte [Tue, 5 Jul 2005 19:20:11 +0000 (19:20 +0000)]
Oops, the release date in the FAQ was wrong.
I'm not retagging it, but I made the same change in the distribution
directory, so the distribution will have a corrected FAQ.
Richard Levitte [Tue, 5 Jul 2005 19:11:56 +0000 (19:11 +0000)]
Now that 0.9.8 has been tagged, it's time to move on.
Richard Levitte [Tue, 5 Jul 2005 18:49:43 +0000 (18:49 +0000)]
Time to release OpenSSL 0.9.8.
The tag will be OpenSSL_0_9_8.
Richard Levitte [Tue, 5 Jul 2005 18:41:28 +0000 (18:41 +0000)]
make update
Richard Levitte [Tue, 5 Jul 2005 18:32:37 +0000 (18:32 +0000)]
We don't support no-engine for now. It's a lot more work than one
might imagine.
Richard Levitte [Tue, 5 Jul 2005 18:32:05 +0000 (18:32 +0000)]
Last additions to the release documentation.
Andy Polyakov [Tue, 5 Jul 2005 10:53:13 +0000 (10:53 +0000)]
Mention Win64 support in CHANGES and throw in building instructions.
Richard Levitte [Tue, 5 Jul 2005 05:14:21 +0000 (05:14 +0000)]
Add libcrypto.pc and libssl.pc, and install them along with openssl.pc.
PR: 1143
Andy Polyakov [Mon, 4 Jul 2005 23:30:31 +0000 (23:30 +0000)]
Get rid of "unary minus applied to unsigned type" warning.
Andy Polyakov [Mon, 4 Jul 2005 23:24:12 +0000 (23:24 +0000)]
To secure Win64 API I'm throwing in this minimalistic Win64 support.
Dr. Stephen Henson [Mon, 4 Jul 2005 23:04:28 +0000 (23:04 +0000)]
Add utf8 options to ca utility.
PR:1109
Richard Levitte [Mon, 4 Jul 2005 21:44:22 +0000 (21:44 +0000)]
The private key should never have ended up in newreq.pem.
Now, it ends up in newkey.pem instead.
Andy Polyakov [Sun, 3 Jul 2005 13:15:53 +0000 (13:15 +0000)]
Fix bugs in bug-fix to x509/by_dir.c [from HEAD].
PR: 1131
Andy Polyakov [Sun, 3 Jul 2005 09:23:57 +0000 (09:23 +0000)]
Bugfix for bn_div_words PPC assembler implementation [from HEAD].
Nils Larsch [Fri, 1 Jul 2005 16:15:48 +0000 (16:15 +0000)]
initialize newly allocated data
PR: 1145
Dr. Stephen Henson [Thu, 30 Jun 2005 11:34:27 +0000 (11:34 +0000)]
Check PKCS7 structures in PKCS#12 files are of type data.
Richard Levitte [Wed, 29 Jun 2005 18:48:12 +0000 (18:48 +0000)]
Actually, the 64bit format specifier differs between SIXTY_FOUR_BIT and
SIXTY_FOUR_BIT_LONG
Richard Levitte [Tue, 28 Jun 2005 15:44:18 +0000 (15:44 +0000)]
asn1parse doesn't support any TXT format, so let's stop pretending
it does.
Nils Larsch [Tue, 28 Jun 2005 15:03:58 +0000 (15:03 +0000)]
remove OPENSSL_NO_ASM dependency
Ben Laurie [Tue, 28 Jun 2005 13:27:53 +0000 (13:27 +0000)]
Did you know it was wrong to use a char as an array index?
Ben Laurie [Tue, 28 Jun 2005 13:07:46 +0000 (13:07 +0000)]
Nasty fix for another warning, but all I have the patience for right now.
Ben Laurie [Tue, 28 Jun 2005 12:53:33 +0000 (12:53 +0000)]
Replace missing character deleted in error.
Ben Laurie [Tue, 28 Jun 2005 12:41:35 +0000 (12:41 +0000)]
Fix warning.
Ben Laurie [Tue, 28 Jun 2005 12:32:48 +0000 (12:32 +0000)]
Fix warnings.
Andy Polyakov [Tue, 28 Jun 2005 11:52:52 +0000 (11:52 +0000)]
bn.h update from HEAD.
Andy Polyakov [Tue, 28 Jun 2005 11:30:12 +0000 (11:30 +0000)]
x86nasm.pl update from HEAD.
Andy Polyakov [Tue, 28 Jun 2005 10:00:08 +0000 (10:00 +0000)]
PROBLEMS update from HEAD.
Andy Polyakov [Tue, 28 Jun 2005 09:10:19 +0000 (09:10 +0000)]
Makefile updates from HEAD [see cvs.openssl.org/chngview?cn=14099
for further details].
Richard Levitte [Tue, 28 Jun 2005 05:55:24 +0000 (05:55 +0000)]
There are a few showstoppers. Unfortunately, I only remember one. Please fill this in.
Andy Polyakov [Mon, 27 Jun 2005 21:21:12 +0000 (21:21 +0000)]
Eliminate dependency on UNICODE macro.
Andy Polyakov [Mon, 27 Jun 2005 15:58:55 +0000 (15:58 +0000)]
Fix typos in apps/apps.c.
Dr. Stephen Henson [Mon, 27 Jun 2005 00:43:22 +0000 (00:43 +0000)]
Sync libeay.num
Andy Polyakov [Sun, 26 Jun 2005 18:10:20 +0000 (18:10 +0000)]
Unify some SCO targets [from HEAD].
Andy Polyakov [Sun, 26 Jun 2005 17:18:45 +0000 (17:18 +0000)]
Configure/TABLE update from HEAD.
Andy Polyakov [Sun, 26 Jun 2005 16:14:22 +0000 (16:14 +0000)]
IA64 RC4 update from HEAD [see commentary in HEAD for details].
PR: 1114
Richard Levitte [Fri, 24 Jun 2005 22:23:54 +0000 (22:23 +0000)]
Further successes with the latest snapshot.
Andy Polyakov [Fri, 24 Jun 2005 16:34:46 +0000 (16:34 +0000)]
Replace emms with finit in x86cpuid.
Dr. Stephen Henson [Fri, 24 Jun 2005 10:54:36 +0000 (10:54 +0000)]
Add Argen root CAs.
Richard Levitte [Fri, 24 Jun 2005 05:13:18 +0000 (05:13 +0000)]
Someone did some cutting and pasting and didn't quite finish the job :-).
Notified by Steffen Pankratz <kratz00@gmx.de>
Richard Levitte [Thu, 23 Jun 2005 22:08:41 +0000 (22:08 +0000)]
Wrap the inclusion of openssl/engine.h with a protective check for
the absence of OPENSSL_NO_ENGINE.
Richard Levitte [Thu, 23 Jun 2005 21:57:37 +0000 (21:57 +0000)]
Wrap the inclusion of openssl/engine.h with a protective check for
the absence of OPENSSL_NO_ENGINE.
PR: 1123
Richard Levitte [Thu, 23 Jun 2005 21:53:52 +0000 (21:53 +0000)]
Do not defined des_crypt(), since it clashes with Solaris crypt.h.
PR: 1125
Richard Levitte [Thu, 23 Jun 2005 21:49:18 +0000 (21:49 +0000)]
Initialise dir to avoid a compiler warning.
Richard Levitte [Thu, 23 Jun 2005 21:45:32 +0000 (21:45 +0000)]
The NAME section of a man page is required to have a dash followed by a
short description, at least according to pod2man.
PR: 1127
Richard Levitte [Thu, 23 Jun 2005 21:35:20 +0000 (21:35 +0000)]
DCC doesn't like argument names in returned function pointers.
PR: 1122
Richard Levitte [Thu, 23 Jun 2005 21:27:13 +0000 (21:27 +0000)]
Update for Stratus VOS.
PR: 1130
Richard Levitte [Thu, 23 Jun 2005 21:20:31 +0000 (21:20 +0000)]
Configure update for Stratus VOS.
PR: 1129
Richard Levitte [Thu, 23 Jun 2005 21:14:10 +0000 (21:14 +0000)]
Change dir_ctrl to check for the environment variable before using the default
directory instead of the other way around.
PR: 1131
Richard Levitte [Thu, 23 Jun 2005 20:55:35 +0000 (20:55 +0000)]
Strip the engine shared libraries as well.
Submitted by Corinna Vinschen <vinschen@redhat.com>
Andy Polyakov [Thu, 23 Jun 2005 20:47:54 +0000 (20:47 +0000)]
Darwin specific update from HEAD.
Andy Polyakov [Thu, 23 Jun 2005 20:38:19 +0000 (20:38 +0000)]
Missed -c in IRIX rule.
Andy Polyakov [Thu, 23 Jun 2005 16:47:21 +0000 (16:47 +0000)]
IRIX upadte from HEAD.
Andy Polyakov [Thu, 23 Jun 2005 15:39:19 +0000 (15:39 +0000)]
HP-UX specific update to Makefile.shared.
Richard Levitte [Thu, 23 Jun 2005 06:31:08 +0000 (06:31 +0000)]
A number of architectures noted so far.
Andy Polyakov [Wed, 22 Jun 2005 23:50:07 +0000 (23:50 +0000)]
no-asm didn't prevent make from compiling assembler modules [from HEAD].
Dr. Stephen Henson [Wed, 22 Jun 2005 18:54:05 +0000 (18:54 +0000)]
Typo.
Dr. Stephen Henson [Wed, 22 Jun 2005 17:28:55 +0000 (17:28 +0000)]
Reorder extensions to account for synced OID table.
Dr. Stephen Henson [Wed, 22 Jun 2005 17:26:24 +0000 (17:26 +0000)]
Sync OID database with 0.9.7.
Dr. Stephen Henson [Wed, 22 Jun 2005 13:25:38 +0000 (13:25 +0000)]
Fix extension ordering.
Richard Levitte [Tue, 21 Jun 2005 05:56:26 +0000 (05:56 +0000)]
Tagging is done, we're moving on.