4aeb94b8 | 16-May-1999 |
Dr. Stephen Henson |
Oops! Get the pmatch test the right way round. |
b975f15d | 16-May-1999 |
Bodo Möller |
Keep text lines less than 80 characters wide. |
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 ...
|
f43c8149 | 16-May-1999 |
Bodo Möller |
Typo. |
55519bbb | 16-May-1999 |
Bodo Möller |
DES changes. |
edf0bfb5 | 16-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 ...
|
e186bf96 | 16-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. |
ee86c3f5 | 16-May-1999 |
Bodo Möller |
Marked probable bug, pointed out by Anonymous. |
e1a228fb | 16-May-1999 |
Ben Laurie |
Convert void *. |
84d14877 | 16-May-1999 |
Bodo Möller |
Don't run "make depend" automatically. |
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 ...
|
a74c55cd | 15-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. |
ac7d0785 | 15-May-1999 |
Ben Laurie |
Get rid of casts. |
62bad771 | 15-May-1999 |
Ben Laurie |
Add actual testing to bntest... |
e1999b1d | 15-May-1999 |
Bodo Möller |
Use OPENSSL_GLOBAL, OPENSSL_EXTERN instead of GLOBAL and EXTERN. |
3398f6cc | 15-May-1999 |
Bodo Möller |
OPENSSL_EXTERN |
7f0dae32 | 15-May-1999 |
Bodo Möller |
OPENSSL_EXTERN, OPENSSL_GLOBAL |
127640b4 | 15-May-1999 |
Bodo Möller |
Update dependencies. |
cdfb093f | 15-May-1999 |
Bodo Möller |
Get rid of another cast. |
cbbd3840 | 15-May-1999 |
Bodo Möller |
Use e_os2.h, not e_os.h in exported header file des.h. |
fa470a84 | 15-May-1999 |
Bodo Möller |
e_os2.h is used for things that must be visible when external applications use (certain parts of) OpenSSL. |
2a4a0a34 | 15-May-1999 |
Bodo Möller |
e_os* corrections. |
64a3b11b | 15-May-1999 |
Bodo Möller |
Comment. |
79479f02 | 15-May-1999 |
Bodo Möller |
Bugfix (set shutdown only when we should). Submitted by: Oleg Girko |
21419a74 | 15-May-1999 |
Bodo Möller |
Update. |