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 ...
|
4f9b306c | 25-Feb-1999 |
Ben Laurie |
Fix clearly untested "clever" hack. |
74cc3698 | 25-Feb-1999 |
Ralf S. Engelschall |
More CVS ignore stuff... |
a4ed5532 | 25-Feb-1999 |
Ralf S. Engelschall |
Don't hard-code path to Perl interpreter on shebang line of Configure script. Instead use the usual Shell->Perl transition trick. |
1b3b0a54 | 25-Feb-1999 |
Ralf S. Engelschall |
Remember good pointers to Montgomery multiplication algorithm descriptions as pointed out by Dave Carman <carman@erols.com> |
7be304ac | 24-Feb-1999 |
Ralf S. Engelschall |
Make `openssl x509 -noout -modulus' functional also for DSA certificates (in addition to RSA certificates) to match the behaviour of `openssl dsa -noout -modulus' as it's already the case for
Make `openssl x509 -noout -modulus' functional also for DSA certificates (in addition to RSA certificates) to match the behaviour of `openssl dsa -noout -modulus' as it's already the case for `openssl rsa -noout -modulus'. For RSA the -modulus is the real "modulus" while for DSA currently the public key is printed (a decision which was already done by `openssl dsa -modulus' in the past) which serves a similar purpose. Additionally the NO_RSA no longer completely removes the whole -modulus option; it now only avoids using the RSA stuff. Same applies to NO_DSA now, too.
show more ...
|
6b313a73 | 24-Feb-1999 |
Dr. Stephen Henson |
Remove debugging fprintf from req.c and fix the code so it properly skips over the first leading XXX. in the DN. |
1745a3fb | 23-Feb-1999 |
Ben Laurie |
Code for reliable BIO. |
55ab3bf7 | 23-Feb-1999 |
Ben Laurie |
Add reliable BIO. |
15799403 | 23-Feb-1999 |
Ben Laurie |
Fix more warnings. |
3a1daca9 | 23-Feb-1999 |
Ralf S. Engelschall |
Get rid of a nasty debugging message which was forgotten here... |
f2f351ce | 23-Feb-1999 |
Ralf S. Engelschall |
Fix usage message on gendsa: 1. The dsaparam argument is mandatory and not optional 2. Add a little text what this actually is: a filename |
04fa4cb7 | 23-Feb-1999 |
Ralf S. Engelschall |
Make gcc -Wall happy ("might be used uninitialized...") |
a43aa73e | 23-Feb-1999 |
Dr. Stephen Henson |
Redo the way 'req' and 'ca' add objects: add support for oid_section. |
0849d138 | 22-Feb-1999 |
Ben Laurie |
Add syslogging BIO. |
e527ba09 | 22-Feb-1999 |
Dr. Stephen Henson |
Various changes to make this stuff compile under Win32 and VC++ with and without -debug option to mk1mf.pl. Change _export to is_export (_export is a reserved word under VC++). Add yucky func
Various changes to make this stuff compile under Win32 and VC++ with and without -debug option to mk1mf.pl. Change _export to is_export (_export is a reserved word under VC++). Add yucky function prototype function pointer casts. Sanitise the included files in crypto/x509v3. Also changed ssleay.exe target to openssl.exe
show more ...
|
60e31c3a | 21-Feb-1999 |
Ben Laurie |
More stuff for new TLS ciphersuites. |
a040ea82 | 21-Feb-1999 |
Ben Laurie |
Undo a couple of kludges. |
06ab81f9 | 21-Feb-1999 |
Ben Laurie |
Add support for new TLS export ciphersuites. |
abf87f79 | 21-Feb-1999 |
Ben Laurie |
Fix warning. |
deff75b6 | 21-Feb-1999 |
Dr. Stephen Henson |
Add preliminary user level config documentation for extension stuff. Programming info will come later... Feel free to reformat and tidy this up... |
0c8a1281 | 21-Feb-1999 |
Dr. Stephen Henson |
Make RSA_NO_PADDING really use no padding. Submitted by: Ulf Moeller <ulf@fitug.de> |
189b6a60 | 21-Feb-1999 |
Ralf S. Engelschall |
Remember some open issues and available patches |
aa066b9e | 21-Feb-1999 |
Dr. Stephen Henson |
Add more functionality to issuer alt name and subject alt name. New options to include email addresses from DN and copy details from issuer certificate. Include examples in openssl.cnf, updat
Add more functionality to issuer alt name and subject alt name. New options to include email addresses from DN and copy details from issuer certificate. Include examples in openssl.cnf, update Win32 ordinals.
show more ...
|
a67a9694 | 20-Feb-1999 |
Ralf S. Engelschall |
Ok, propose a release date of March 15th with a code freeze a few days before so we have enough time for final testing and tarball rolling. |