Revision tags: OpenSSL-engine-0_9_6-beta2, OpenSSL-engine-0_9_6-beta1 |
|
#
34216c04 |
| 05-Sep-2000 |
Dr. Stephen Henson |
Keep a not of original encoding in certificate requests. Add new option to PKCS7_sign to exclude S/MIME capabilities.
|
#
fd13f0ee |
| 12-Jul-2000 |
Dr. Stephen Henson |
Make req seed the PRNG if signing with an already existing DSA key. Document the new smime options.
|
#
094fe66d |
| 10-Jul-2000 |
Dr. Stephen Henson |
Fix some typose in the i2d/d2i functions that call the i2c/c2i (they were not using the content length for the headers). Fix ASN1 long form tag encoding. This never worked but it
Fix some typose in the i2d/d2i functions that call the i2c/c2i (they were not using the content length for the headers). Fix ASN1 long form tag encoding. This never worked but it was never tested since it is only used for tags > 30. New options to smime program to allow the PKCS#7 format to be specified and the content supplied externally.
show more ...
|
#
f365611c |
| 28-Jun-2000 |
Richard Levitte |
Undo the changes I just made. I'm not sure what I was thinking of. The message to everyone is "Do not hack OpenSSL when stressed"...
|
#
20d242b0 |
| 28-Jun-2000 |
Richard Levitte |
Make it possible for users of the openssl applications to specify the EGD should be used as seeding input, and where the named socket is.
|
#
431b0cce |
| 22-Jun-2000 |
Richard Levitte |
Move add_oid_section to apps.c, so it can be shared by several applications. Also, have it and the certificate and key loading functions take a BIO argument for error output.
|
#
90ae4673 |
| 22-Jun-2000 |
Richard Levitte |
Move the certificate and key loading functions to apps.c, so they can be shared by several applications.
|
#
26a3a48d |
| 01-Jun-2000 |
Richard Levitte |
There have been a number of complaints from a number of sources that names like Malloc, Realloc and especially Free conflict with already existing names on some operating systems or other pac
There have been a number of complaints from a number of sources that names like Malloc, Realloc and especially Free conflict with already existing names on some operating systems or other packages. That is reason enough to change the names of the OpenSSL memory allocation macros to something that has a better chance of being unique, like prepending them with OPENSSL_. This change includes all the name changes needed throughout all C files.
show more ...
|
Revision tags: OpenSSL_0_9_5, OpenSSL_0_9_5a, OpenSSL_0_9_5a-beta2, OpenSSL_0_9_5a-beta1 |
|
#
fb51beb5 |
| 14-Mar-2000 |
Bodo Möller |
Remove CRYPTO_push/pop_info invocations to improve code readability -- I hope all memory leaks that may occur here have already been tracked down.
|
#
afbd0746 |
| 01-Mar-2000 |
Bodo Möller |
'rand'/'-rand' documentation.
|
Revision tags: OpenSSL_0_9_5beta2 |
|
#
c7cb16a8 |
| 26-Feb-2000 |
Dr. Stephen Henson |
Rename functions for new convention.
|
Revision tags: OpenSSL_0_9_5beta1 |
|
#
a91451ef |
| 18-Feb-2000 |
Bodo Möller |
add missing 'static'
|
#
a3fe382e |
| 16-Feb-2000 |
Dr. Stephen Henson |
Pass phrase reorganisation.
|
#
d13e4eb0 |
| 12-Feb-2000 |
Dr. Stephen Henson |
Make pkcs12 and smime applications seed random number generator (otherwise they don't work) and add -rand option. Update docs.
|
#
667ac4ec |
| 11-Feb-2000 |
Ralf S. Engelschall |
Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline''.
|
#
657e60fa |
| 03-Feb-2000 |
Ulf Möller |
ispell (and minor modifications)
|
#
11afb40c |
| 13-Jan-2000 |
Bodo Möller |
Use CRYPTO_push_info to track down memory leak (only the CRYPTO_push_info's in the apps/ directory are included in the CVS commit, not all those I used in crypto/)
|
#
2c736d07 |
| 13-Jan-2000 |
Bodo Möller |
slightly change usage information
|
#
63da21c0 |
| 07-Jan-2000 |
Bodo Möller |
make no-des and no-rc2 work.
|
#
36217a94 |
| 24-Dec-1999 |
Dr. Stephen Henson |
Allow passwords to be included on command line for a few more utilities.
|
#
55f30198 |
| 14-Dec-1999 |
Dr. Stephen Henson |
Various S/MIME fixes. Fix for memory leak, recipient list bug and not excluding parameters with DSA keys.
|
#
e3775a33 |
| 09-Dec-1999 |
Dr. Stephen Henson |
Make the PKCS#7 S/MIME functions check for passed NULL pointers. Fix the usage message of smime utility and sanitise the return codes. Add some documentation.
|
#
55ec5861 |
| 07-Dec-1999 |
Dr. Stephen Henson |
Modify S/MIME application so the -signer option writes the signer(s) to a file if we are verifying.
|
#
5a9a4b29 |
| 05-Dec-1999 |
Dr. Stephen Henson |
Merge in my S/MIME library and utility.
|