openssl.git
24 years agoSurvive pedanticism.
Ben Laurie [Tue, 8 Jun 1999 18:37:43 +0000 (18:37 +0000)]
Survive pedanticism.

24 years agocrypt(), demos patched.
Ulf Möller [Tue, 8 Jun 1999 17:57:49 +0000 (17:57 +0000)]
crypt(), demos patched.

24 years agoCall our crypt implementation des_crypt(). crypt() now is a wrapper if
Ulf Möller [Tue, 8 Jun 1999 16:35:11 +0000 (16:35 +0000)]
Call our crypt implementation des_crypt(). crypt() now is a wrapper if
there is no system crypt() available.

24 years agoCasts.
Ulf Möller [Tue, 8 Jun 1999 16:25:21 +0000 (16:25 +0000)]
Casts.

24 years agoWarnings and casts.
Ulf Möller [Tue, 8 Jun 1999 16:17:25 +0000 (16:17 +0000)]
Warnings and casts.

24 years agoDon't #define _, and eliminate casts.
Ulf Möller [Tue, 8 Jun 1999 15:52:47 +0000 (15:52 +0000)]
Don't #define _, and eliminate casts.

24 years agoFix to compile the des app.
Ulf Möller [Tue, 8 Jun 1999 15:35:57 +0000 (15:35 +0000)]
Fix to compile the des app.

24 years agoPrevent name conflicts.
Ulf Möller [Tue, 8 Jun 1999 14:50:20 +0000 (14:50 +0000)]
Prevent name conflicts.

Submitted by: Janez Jere <jj@void.si>

24 years ago"request" added.
Bodo Möller [Tue, 8 Jun 1999 10:18:48 +0000 (10:18 +0000)]
"request" added.

24 years agoUse mkdir-p.pl more efficiently.
Bodo Möller [Tue, 8 Jun 1999 10:18:19 +0000 (10:18 +0000)]
Use mkdir-p.pl more efficiently.

24 years agoDon't make assumptions on what the path looks like.
Bodo Möller [Tue, 8 Jun 1999 10:17:55 +0000 (10:17 +0000)]
Don't make assumptions on what the path looks like.

24 years agoComplete support for PKCS#5 v2.0. Still needs extensive testing.
Dr. Stephen Henson [Tue, 8 Jun 1999 00:09:51 +0000 (00:09 +0000)]
Complete support for PKCS#5 v2.0. Still needs extensive testing.

24 years agoFix for BIO pairs.
Bodo Möller [Mon, 7 Jun 1999 22:51:55 +0000 (22:51 +0000)]
Fix for BIO pairs.

24 years agoUse locking in a way that makes more sense.
Bodo Möller [Mon, 7 Jun 1999 22:50:12 +0000 (22:50 +0000)]
Use locking in a way that makes more sense.

24 years agoUse the same path to perl in all #! lines in util.
Bodo Möller [Mon, 7 Jun 1999 22:48:50 +0000 (22:48 +0000)]
Use the same path to perl in all #! lines in util.

24 years agoThis is the main PKCS#5 v2.0 key generation function, it parses the ASN1
Dr. Stephen Henson [Mon, 7 Jun 1999 21:00:19 +0000 (21:00 +0000)]
This is the main PKCS#5 v2.0 key generation function, it parses the ASN1
structure and decides what key to generate (if any). Not currently added to
the PBE algorithm list because it is largely untested.

24 years agotreat init properly
Bodo Möller [Mon, 7 Jun 1999 20:34:36 +0000 (20:34 +0000)]
treat init properly

24 years agoDon't mix real tabs with tabs expanded as 8 spaces -- that's
Bodo Möller [Mon, 7 Jun 1999 20:26:51 +0000 (20:26 +0000)]
Don't mix real tabs with tabs expanded as 8 spaces -- that's
a pain to read when using 4-space tabs.

24 years agoIntroduce "BIO pairs", which (when finished) will relay data
Bodo Möller [Mon, 7 Jun 1999 16:04:45 +0000 (16:04 +0000)]
Introduce "BIO pairs", which (when finished) will relay data
so that the SSL library can be used for applications that
have to handle all the actual I/O themselves.

24 years agoMention mkdir-p.pl.
Bodo Möller [Mon, 7 Jun 1999 13:34:25 +0000 (13:34 +0000)]
Mention mkdir-p.pl.

24 years agomkdir -p is not fully portable (according to Marc Crispin,
Bodo Möller [Mon, 7 Jun 1999 13:33:50 +0000 (13:33 +0000)]
mkdir -p is not fully portable (according to Marc Crispin,
NeXTstep creates a directory called -p); now mkdir-p.pl does its job.

24 years agoUse only -O, not -O3 for NeXTstep:
Bodo Möller [Mon, 7 Jun 1999 13:20:41 +0000 (13:20 +0000)]
Use only -O, not -O3 for NeXTstep:

> The nextstep port uses the -O3 switch to gcc.  Support for -O3 didn't appear
> until later (and buggier) versions of NeXTstep.  Use -O instead, or have a
> separate port.

Submitted by: Mark Crispin <MRC@Panda.COM>

24 years agoComments added.
Bodo Möller [Mon, 7 Jun 1999 12:49:47 +0000 (12:49 +0000)]
Comments added.

24 years agolinux-sparc
Bodo Möller [Mon, 7 Jun 1999 00:26:20 +0000 (00:26 +0000)]
linux-sparc

24 years ago"linux-sparc" configuration.
Bodo Möller [Mon, 7 Jun 1999 00:25:08 +0000 (00:25 +0000)]
"linux-sparc" configuration.

Submitted by: Christian Forster <fo@hawo.stw.uni-erlangen.de>

24 years agoMore general definition for S_ISDIR (needed not only for VMS but
Bodo Möller [Mon, 7 Jun 1999 00:20:54 +0000 (00:20 +0000)]
More general definition for S_ISDIR (needed not only for VMS but
also for NeXT).

24 years agoMore PKCS#5 v2.0 development. Add a function to setup a PKCS#5 v2.0
Dr. Stephen Henson [Sun, 6 Jun 1999 23:34:44 +0000 (23:34 +0000)]
More PKCS#5 v2.0 development. Add a function to setup a PKCS#5 v2.0
AlgorithmIdentifier and make various ASN1 fixes.

24 years agoChange PBE handling a bit more: now the key and iv generator does calls
Dr. Stephen Henson [Sun, 6 Jun 1999 18:41:52 +0000 (18:41 +0000)]
Change PBE handling a bit more: now the key and iv generator does calls
EVP_CipherInit() this because the IV wont be easily available when doing
PKCS#5 v2.0

24 years agoRewrite PBE handling read to support PKCS#5 v2.0 and update the function
Dr. Stephen Henson [Sun, 6 Jun 1999 13:07:13 +0000 (13:07 +0000)]
Rewrite PBE handling read to support PKCS#5 v2.0 and update the function
list for Win32.

24 years agoChange so PEM private key read routines can handle PKCS#8 transparently.
Dr. Stephen Henson [Sat, 5 Jun 1999 18:40:51 +0000 (18:40 +0000)]
Change so PEM private key read routines can handle PKCS#8 transparently.

24 years agoMore PKCS#8 stuff. Support for unencrypted forms of private key.
Dr. Stephen Henson [Sat, 5 Jun 1999 12:39:10 +0000 (12:39 +0000)]
More PKCS#8 stuff. Support for unencrypted forms of private key.

24 years agoconst/type fixes.
Ben Laurie [Sat, 5 Jun 1999 12:16:33 +0000 (12:16 +0000)]
const/type fixes.

24 years agoAdd d2i,i2d bio and fp functions for PKCS#8 and add -inform and -outform
Dr. Stephen Henson [Sat, 5 Jun 1999 01:45:20 +0000 (01:45 +0000)]
Add d2i,i2d bio and fp functions for PKCS#8 and add -inform and -outform
arguments to pkcs8 application.

24 years agoAdd a 'pkcs8' application for initial PKCS#8 support. Still needs lots more
Dr. Stephen Henson [Sat, 5 Jun 1999 00:32:16 +0000 (00:32 +0000)]
Add a 'pkcs8' application for initial PKCS#8 support. Still needs lots more
options to handle encrypted and unencrypted forms and DER format input and
output.

24 years agoThe rest of the PKCS#5, PKCS#8 patch I forgot before :-)
Dr. Stephen Henson [Fri, 4 Jun 1999 23:33:48 +0000 (23:33 +0000)]
The rest of the PKCS#5, PKCS#8 patch I forgot before :-)

24 years agoAdd PKCS#5 v1.5 compatible algorithms and initial PKCS#8 support. PKCS#8 needs
Dr. Stephen Henson [Fri, 4 Jun 1999 23:32:14 +0000 (23:32 +0000)]
Add PKCS#5 v1.5 compatible algorithms and initial PKCS#8 support. PKCS#8 needs
more work: need an application and make the private key routines automatically
handle PKCS#8.

24 years agoUpdate.
Bodo Möller [Fri, 4 Jun 1999 23:14:24 +0000 (23:14 +0000)]
Update.

24 years agoAha! That's how pkcs12 got missed from stackification.
Ben Laurie [Fri, 4 Jun 1999 22:25:30 +0000 (22:25 +0000)]
Aha! That's how pkcs12 got missed from stackification.

24 years agoSome constification and stacks that slipped through the cracks (how?).
Ben Laurie [Fri, 4 Jun 1999 22:23:10 +0000 (22:23 +0000)]
Some constification and stacks that slipped through the cracks (how?).

24 years agoSupport the EBCDIC character set and BS2000/OSD-POSIX (work in progress).
Ulf Möller [Fri, 4 Jun 1999 21:54:13 +0000 (21:54 +0000)]
Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).

Submitted by: Martin Kraemer <Martin.Kraemer@MchP.Siemens.De>

24 years agoremove conflict indicator ...
Bodo Möller [Fri, 4 Jun 1999 21:52:12 +0000 (21:52 +0000)]
remove conflict indicator ...

24 years agoSupport the EBCDIC character set and BS2000/OSD-POSIX (work in progress).
Ulf Möller [Fri, 4 Jun 1999 21:47:27 +0000 (21:47 +0000)]
Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).

Submitted by: Martin Kraemer <Martin.Kraemer@MchP.Siemens.De>

24 years ago"linux-sparc64-gcc" configuration
Bodo Möller [Fri, 4 Jun 1999 21:46:35 +0000 (21:46 +0000)]
"linux-sparc64-gcc" configuration
Submitted by: Ray Miller <ray.miller@oucs.ox.ac.uk>

24 years agoSupport the EBCDIC character set and BS2000/OSD-POSIX (work in progress).
Ulf Möller [Fri, 4 Jun 1999 21:35:58 +0000 (21:35 +0000)]
Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).

Submitted by: Martin Kraemer <Martin.Kraemer@MchP.Siemens.De>

24 years agoGenerate no-xxx options for missing ciphers.
Ulf Möller [Fri, 4 Jun 1999 21:32:31 +0000 (21:32 +0000)]
Generate no-xxx options for missing ciphers.

24 years agoTest apps.
Ulf Möller [Fri, 4 Jun 1999 21:31:48 +0000 (21:31 +0000)]
Test apps.

24 years agoHint about unresolved symbols when mixing compilers.
Ulf Möller [Fri, 4 Jun 1999 21:31:15 +0000 (21:31 +0000)]
Hint about unresolved symbols when mixing compilers.

24 years agoAvoid type conflict on Unix with DEC C.
Ulf Möller [Fri, 4 Jun 1999 13:41:30 +0000 (13:41 +0000)]
Avoid type conflict on Unix with DEC C.

Pointed out by Sergio Rabellino <Rabellino@di.unito.it>

24 years agoDefine a macro to avoid name conflicts.
Ulf Möller [Fri, 4 Jun 1999 12:42:35 +0000 (12:42 +0000)]
Define a macro to avoid name conflicts.

24 years agogcc dumps core on HPUX.
Ulf Möller [Fri, 4 Jun 1999 12:33:05 +0000 (12:33 +0000)]
gcc dumps core on HPUX.

24 years agoMore evil cast removal.
Ben Laurie [Thu, 3 Jun 1999 18:04:04 +0000 (18:04 +0000)]
More evil cast removal.

24 years agoMake samples compile.
Ben Laurie [Thu, 3 Jun 1999 16:07:37 +0000 (16:07 +0000)]
Make samples compile.

24 years agostack
Ben Laurie [Wed, 2 Jun 1999 22:01:56 +0000 (22:01 +0000)]
stack

24 years agoEvil cast extermination.
Ben Laurie [Wed, 2 Jun 1999 21:34:46 +0000 (21:34 +0000)]
Evil cast extermination.

24 years agostack.
Ben Laurie [Wed, 2 Jun 1999 21:13:45 +0000 (21:13 +0000)]
stack.

24 years agoMove stack implementations to more natural places.
Ben Laurie [Wed, 2 Jun 1999 17:14:44 +0000 (17:14 +0000)]
Move stack implementations to more natural places.

24 years agoStack.
Ben Laurie [Wed, 2 Jun 1999 17:11:53 +0000 (17:11 +0000)]
Stack.

24 years agoRemove redundant line.
Ulf Möller [Tue, 1 Jun 1999 22:47:40 +0000 (22:47 +0000)]
Remove redundant line.

24 years agoLabels longer than eight characters might cause problems.
Bodo Möller [Tue, 1 Jun 1999 12:09:51 +0000 (12:09 +0000)]
Labels longer than eight characters might cause problems.

24 years agoBorland C fix.
Ulf Möller [Tue, 1 Jun 1999 09:41:13 +0000 (09:41 +0000)]
Borland C fix.

Submitted by: Andy Polyakov

24 years agomore typesafe stacks ...
Bodo Möller [Mon, 31 May 1999 22:10:15 +0000 (22:10 +0000)]
more typesafe stacks ...

24 years agoMore consistency.
Bodo Möller [Mon, 31 May 1999 21:58:18 +0000 (21:58 +0000)]
More consistency.

24 years agostack.
Ben Laurie [Mon, 31 May 1999 21:00:25 +0000 (21:00 +0000)]
stack.

24 years agoStack.
Ben Laurie [Mon, 31 May 1999 20:35:31 +0000 (20:35 +0000)]
Stack.

24 years ago"BTW, I no longer have a wish for this. This was solved in other ways."
Bodo Möller [Mon, 31 May 1999 12:43:28 +0000 (12:43 +0000)]
"BTW, I no longer have a wish for this. This was solved in other ways."
Mats Nilsson <mats.nilsson@xware.se>,
<4.1.19990531095211.040bf2e0@berit.xware.se> to <openssl-dev@openssl.org>

24 years agoComplain about deficiency of internal_verify.
Bodo Möller [Mon, 31 May 1999 12:13:10 +0000 (12:13 +0000)]
Complain about deficiency of internal_verify.

24 years agoMore stack.
Ben Laurie [Mon, 31 May 1999 11:57:32 +0000 (11:57 +0000)]
More stack.

24 years agoAdjust bsdi-elf-gcc to look more like FreeBSD-elf, linux-elf and the like.
Bodo Möller [Mon, 31 May 1999 06:06:52 +0000 (06:06 +0000)]
Adjust bsdi-elf-gcc to look more like FreeBSD-elf, linux-elf and the like.

24 years agoBSD/OS 4.x support (bsdi-elf-gcc)
Bodo Möller [Sun, 30 May 1999 23:54:52 +0000 (23:54 +0000)]
BSD/OS 4.x support (bsdi-elf-gcc)

24 years agoYet another stack.
Ben Laurie [Sun, 30 May 1999 22:25:19 +0000 (22:25 +0000)]
Yet another stack.

24 years agoAnother stack.
Ben Laurie [Sun, 30 May 1999 21:16:24 +0000 (21:16 +0000)]
Another stack.

24 years agoAnother safe stack.
Ben Laurie [Sun, 30 May 1999 15:40:21 +0000 (15:40 +0000)]
Another safe stack.

24 years agoAnother safe stack.
Ben Laurie [Sun, 30 May 1999 15:25:47 +0000 (15:25 +0000)]
Another safe stack.

24 years agoMore safe stack.
Ben Laurie [Sun, 30 May 1999 14:13:19 +0000 (14:13 +0000)]
More safe stack.

24 years agoPuhhh... today is a very hot day.
Ralf S. Engelschall [Sun, 30 May 1999 13:54:25 +0000 (13:54 +0000)]
Puhhh... today is a very hot day.

24 years agoAnd carry on with development...
Ben Laurie [Sat, 29 May 1999 14:18:27 +0000 (14:18 +0000)]
And carry on with development...

24 years agoOops! OpenSSL_0_9_3a
Ben Laurie [Sat, 29 May 1999 14:14:56 +0000 (14:14 +0000)]
Oops!

24 years agoPrepare to release 0.9.3a
Ben Laurie [Sat, 29 May 1999 14:13:15 +0000 (14:13 +0000)]
Prepare to release 0.9.3a

24 years agoUpdate dependencies.
Ben Laurie [Sat, 29 May 1999 14:10:58 +0000 (14:10 +0000)]
Update dependencies.

24 years agoPass INSTALL_PREFIX to subdirectories of crypto
Bodo Möller [Fri, 28 May 1999 23:27:09 +0000 (23:27 +0000)]
Pass INSTALL_PREFIX to subdirectories of crypto

Submitted by: strube@physik3.gwdg.de (Hans Werner Strube)

24 years agoSome assembler-related clean-ups.
Bodo Möller [Fri, 28 May 1999 23:18:51 +0000 (23:18 +0000)]
Some assembler-related clean-ups.

24 years agosco5-gcc configuration.
Bodo Möller [Fri, 28 May 1999 20:25:30 +0000 (20:25 +0000)]
sco5-gcc configuration.

Submitted by: David Greaves

24 years agoInclude <stdio.h>.
Bodo Möller [Fri, 28 May 1999 20:21:33 +0000 (20:21 +0000)]
Include <stdio.h>.

24 years agoUpdated C++ SSL demos.
Bodo Möller [Thu, 27 May 1999 23:59:58 +0000 (23:59 +0000)]
Updated C++ SSL demos.
Submitted (a month ago) by: Wade Scholine

24 years agoUpdated some demos.
Bodo Möller [Thu, 27 May 1999 23:52:31 +0000 (23:52 +0000)]
Updated some demos.
Submitted by: Sean O Riordain <Sean.ORiordain@cyrona.com>

24 years ago*** empty log message ***
Bodo Möller [Thu, 27 May 1999 20:55:18 +0000 (20:55 +0000)]
*** empty log message ***

24 years agoChange function call according to current API.
Bodo Möller [Thu, 27 May 1999 20:49:27 +0000 (20:49 +0000)]
Change function call according to current API.

24 years agoIgnore directories created by "make -f makefile.one".
Bodo Möller [Thu, 27 May 1999 14:41:46 +0000 (14:41 +0000)]
Ignore directories created by "make -f makefile.one".

24 years agoFree up 'out' before exiting pkcs12 application.
Dr. Stephen Henson [Thu, 27 May 1999 13:10:59 +0000 (13:10 +0000)]
Free up 'out' before exiting pkcs12 application.
Submitted by: Wu Zhigang <zhigangwu@yahoo.com>

24 years agoder_chop is now generated from der_chop.in.
Bodo Möller [Thu, 27 May 1999 00:19:59 +0000 (00:19 +0000)]
der_chop is now generated from der_chop.in.

24 years agoI386_ONLY is defined in opensslconf.h, so we need to include it.
Bodo Möller [Thu, 27 May 1999 00:17:53 +0000 (00:17 +0000)]
I386_ONLY is defined in opensslconf.h, so we need to include it.
Submitted by: John Keith <jtkeith@kavi.com>

24 years agoCircument egcs bug.
Bodo Möller [Wed, 26 May 1999 19:59:36 +0000 (19:59 +0000)]
Circument egcs bug.
Submitted by: Andy Polyakov <appro@fy.chalmers.se>

24 years agoFix for memory leak.
Dr. Stephen Henson [Wed, 26 May 1999 12:40:08 +0000 (12:40 +0000)]
Fix for memory leak.

24 years agoUpdate md5 assembly source for Win32.
Dr. Stephen Henson [Wed, 26 May 1999 00:39:20 +0000 (00:39 +0000)]
Update md5 assembly source for Win32.

24 years agoSet #!... path to Perl in apps/der_chop automatically.
Bodo Möller [Tue, 25 May 1999 22:31:49 +0000 (22:31 +0000)]
Set #!... path to Perl in apps/der_chop automatically.

24 years agoAdd closing parenthesis to usage output.
Bodo Möller [Tue, 25 May 1999 21:38:09 +0000 (21:38 +0000)]
Add closing parenthesis to usage output.

24 years agoTemporary workaround for IRIX64 build.
Bodo Möller [Tue, 25 May 1999 20:27:41 +0000 (20:27 +0000)]
Temporary workaround for IRIX64 build.
Submitted by: Andy Polyakov <appro@fy.chalmers.se>

24 years agoLast minute VMS updates for 0.9.3.
Bodo Möller [Mon, 24 May 1999 22:59:40 +0000 (22:59 +0000)]
Last minute VMS updates for 0.9.3.
Submitted by: Richard Levitte

24 years agoUpdate for 0.9.3.
Bodo Möller [Mon, 24 May 1999 22:43:30 +0000 (22:43 +0000)]
Update for 0.9.3.

24 years agoFinal version for 0.9.3.
Bodo Möller [Mon, 24 May 1999 22:38:23 +0000 (22:38 +0000)]
Final version for 0.9.3.