History log of /openssl/ (Results 35326 – 35350 of 36054)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
4aeb94b816-May-1999 Dr. Stephen Henson

Oops! Get the pmatch test the right way round.

b975f15d16-May-1999 Bodo Möller

Keep text lines less than 80 characters wide.

1b266dab16-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 ...

f43c814916-May-1999 Bodo Möller

Typo.

55519bbb16-May-1999 Bodo Möller

DES changes.

edf0bfb516-May-1999 Bodo Möller

Change type of various DES function arguments from des_cblock
(meaning pointer to char) to des_cblock * (meaning pointer to
array with 8 char elements), which allows the compiler to
do mo

Change type of various DES function arguments from des_cblock
(meaning pointer to char) to des_cblock * (meaning pointer to
array with 8 char elements), which allows the compiler to
do more typechecking. (The changed argument types were of type
des_cblock * back in SSLeay, and a lot of ugly casts were
used then to turn them into pointers to elements; but it can be
done without those casts.)

Introduce new type const_des_cblock -- before, the pointers rather
than the elements pointed to were declared const, and for
some reason gcc did not complain about this (but some other
compilers did).

show more ...

e186bf9616-May-1999 Bodo Möller

Added a comment pointing out the behaviour of "openssl x509 -conf ...",
which cost me some time to find out about.

ee86c3f516-May-1999 Bodo Möller

Marked probable bug, pointed out by Anonymous.

e1a228fb16-May-1999 Ben Laurie

Convert void *.

84d1487716-May-1999 Bodo Möller

Don't run "make depend" automatically.

84fa704c16-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 ...

a74c55cd15-May-1999 Dr. Stephen Henson

Various Win32 fixes. Change args in do_ms.bat to put platform last. Fix
unsigned/signed cmp error in asn1parse. Change various pem_all.c args to
use pem_password_cb.

ac7d078515-May-1999 Ben Laurie

Get rid of casts.

62bad77115-May-1999 Ben Laurie

Add actual testing to bntest...

e1999b1d15-May-1999 Bodo Möller

Use OPENSSL_GLOBAL, OPENSSL_EXTERN instead of GLOBAL and EXTERN.

3398f6cc15-May-1999 Bodo Möller

OPENSSL_EXTERN

7f0dae3215-May-1999 Bodo Möller

OPENSSL_EXTERN, OPENSSL_GLOBAL

127640b415-May-1999 Bodo Möller

Update dependencies.

cdfb093f15-May-1999 Bodo Möller

Get rid of another cast.

cbbd384015-May-1999 Bodo Möller

Use e_os2.h, not e_os.h in exported header file des.h.

fa470a8415-May-1999 Bodo Möller

e_os2.h is used for things that must be visible when external applications
use (certain parts of) OpenSSL.

2a4a0a3415-May-1999 Bodo Möller

e_os* corrections.

64a3b11b15-May-1999 Bodo Möller

Comment.

79479f0215-May-1999 Bodo Möller

Bugfix (set shutdown only when we should).
Submitted by: Oleg Girko

21419a7415-May-1999 Bodo Möller

Update.

1...<<1411141214131414141514161417141814191420>>...1443