History log of /openssl/crypto/pkcs7/pk7_doit.c (Results 126 – 149 of 149)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 8f0edcd1 02-Jun-1999 Ben Laurie

stack.


# b05b50e6 02-Jun-1999 Ben Laurie

Stack.


# 426edadf 31-May-1999 Ben Laurie

Stack.


# b6436ff2 31-May-1999 Ben Laurie

More stack.


Revision tags: OpenSSL_0_9_3a, OpenSSL_0_9_3, OpenSSL_0_9_3beta2, OpenSSL_0_9_3beta1
# e84240d4 19-May-1999 Dr. Stephen Henson

New functions sk_set, sk_value and sk_num to replace existing macros: this is
to minimise the effects on existing code.


# 1b266dab 16-May-1999 Dr. Stephen Henson

Fix various less obvious bugs in PKCS#7 handling: such as not zeroing
the secret key before we've encrypted it and using the right NID for RC2-64.
Add various arguments to the experimental pr

Fix various less obvious bugs in PKCS#7 handling: such as not zeroing
the secret key before we've encrypted it and using the right NID for RC2-64.
Add various arguments to the experimental programs 'dec' and 'enc' to make
testing less painful.

This stuff has now been tested against Netscape Messenger and it can encrypt
and decrypt S/MIME messages with RC2 (128, 64 and 40 bit) DES and triple DES.

Its still experimental though...

show more ...


# 84fa704c 16-May-1999 Dr. Stephen Henson

Fix some obvious bugs in the PKCS#7 library handling. It didn't try to
find the right RecipientInfo based on the recipient certificate (so would
fail a lot of the time) and fixup cipher struc

Fix some obvious bugs in the PKCS#7 library handling. It didn't try to
find the right RecipientInfo based on the recipient certificate (so would
fail a lot of the time) and fixup cipher structures to correctly (maybe)
modify the AlgorithmIdentifiers. Largely untested at present... this will be
fixed in due course. Well the stuff was broken to begin with so if its broken
now then you haven't lost anything :-)

show more ...


# 10243d97 11-May-1999 Dr. Stephen Henson

Various PKCS#7 related fixes,tidies and comments.


# 884e8ec6 10-May-1999 Dr. Stephen Henson

Various PKCS#7 fixes to properly (maybe!) handle PKCS#7 enveloped data.
Containts elements of code by Sebastian Akerman <sak@parallelconsulting.com>
and made a bit less "naughty" by Steve.


# c8b41850 09-May-1999 Dr. Stephen Henson

Kill evil casts, fix PKCS#7 and add new X509V3 Function.


# d35ea5b0 01-May-1999 Ben Laurie

Another stack.


# ec577822 23-Apr-1999 Bodo Möller

Change #include filenames from <foo.h> to <openssl.h>.

Submitted by:
Reviewed by:
PR:


# 6b691a5c 19-Apr-1999 Ulf Möller

Change functions to ANSI C.


# e778802f 17-Apr-1999 Ben Laurie

Massive constification.


# f73e07cf 12-Apr-1999 Ben Laurie

Add type-safe STACKs and SETs.


Revision tags: OpenSSL_0_9_2b
# 0b415fb0 14-Mar-1999 Dr. Stephen Henson

Using int for the digest length in EVP_DigestFinal() broke some compilers.
Changed to unsigned int: also need an evil cast in pk7_doit.c because a
signed, unsigned comparison chokes VC++.


# 924acc54 05-Mar-1999 Dr. Stephen Henson

Fix the PKCS#7 stuff: signature verify could fail if attributes reordered, the
detached data encoding was wrong and free up public keys.


# 06c68491 03-Mar-1999 Dr. Stephen Henson

Fix the Win32 compile environment and add various changes so it will now compile
under Win32 (9X and NT) again. Note: some signed/unsigned changes recently
checked in were killing the Win32 c

Fix the Win32 compile environment and add various changes so it will now compile
under Win32 (9X and NT) again. Note: some signed/unsigned changes recently
checked in were killing the Win32 compile.

show more ...


# 8aef252b 25-Feb-1999 Ralf S. Engelschall

Change type of another md_len variable in pk7_doit.c:PKCS7_dataFinal()
from `int' to `unsigned int' because it's a length and initialized by
EVP_DigestFinal() which expects an `unsigned int *

Change type of another md_len variable in pk7_doit.c:PKCS7_dataFinal()
from `int' to `unsigned int' because it's a length and initialized by
EVP_DigestFinal() which expects an `unsigned int *'.

Submitted by: Richard Levitte <levitte@stacken.kth.se>
Reviewed by: Ralf S. Engelschall

show more ...


# 0c106d75 30-Dec-1998 stephen

fix pk7_doit.c for new i2d_ASN1_SET argument


Revision tags: OpenSSL_0_9_1c
# 651d0aff 22-Dec-1998 Ralf S. Engelschall

Various cleanups and fixed by Marc and Ralf to start the OpenTLS project


Revision tags: SSLeay_0_9_1b
# dfeab068 21-Dec-1998 Ralf S. Engelschall

Import of old SSLeay release: SSLeay 0.9.1b (unreleased)


Revision tags: SSLeay_0_9_0b
# 58964a49 21-Dec-1998 Ralf S. Engelschall

Import of old SSLeay release: SSLeay 0.9.0b


Revision tags: SSLeay_0_8_1b
# d02b48c6 21-Dec-1998 Ralf S. Engelschall

Import of old SSLeay release: SSLeay 0.8.1b


123456