e4119b93 | 13-Feb-1999 |
Dr. Stephen Henson |
Fix typo in asn1.h (PRINTABLESTRING_STRING) and fix a bug in object creation perl script. It failed if the OID had any zeros in it. |
4a71b90d | 13-Feb-1999 |
Ben Laurie |
Add support for 3DES CBCM mode. |
436d318c | 13-Feb-1999 |
Ben Laurie |
In the absence of feedback either way, commit the fix that looks right for wrong keylength with export null ciphers. |
be560e7b | 13-Feb-1999 |
Ben Laurie |
Whoops, missed one. |
9151d396 | 13-Feb-1999 |
Ben Laurie |
Some cleanup. |
06287285 | 12-Feb-1999 |
Ben Laurie |
Actually use BN when selected! |
65b8ca07 | 12-Feb-1999 |
Ben Laurie |
Tidy up asm stuff. |
55a9cc6e | 11-Feb-1999 |
Dr. Stephen Henson |
Make the 'crypto' and 'ssl' options in the perl script mkdef.pl really work, also add an 'update' option to automatically append any new functions to the ssleay.num and libeay.num files. |
3773d138 | 11-Feb-1999 |
Dr. Stephen Henson |
Delete a few unused files in apps, restore CAST WIN32 ASM file to main tree. |
4a16967b | 10-Feb-1999 |
Ralf S. Engelschall |
Remove one more totally bogus source file. This one is exactly the same as ssl_sess.c. Thanks to Adam Goodman <adam@a-domain.com> for hint. |
c91531d9 | 10-Feb-1999 |
Ralf S. Engelschall |
Remove three more bogus files (2x temp file, 1x trash) |
d5083e01 | 10-Feb-1999 |
Ralf S. Engelschall |
What is on my ToDo list... |
8073036d | 10-Feb-1999 |
Ralf S. Engelschall |
Overhauled the Perl interface (perl/*): - ported BN stuff to OpenSSL's different BN library - made the perl/ source tree CVS-aware - renamed the package from SSLeay to Open
Overhauled the Perl interface (perl/*): - ported BN stuff to OpenSSL's different BN library - made the perl/ source tree CVS-aware - renamed the package from SSLeay to OpenSSL (the files still contain their history because I've copied them in the repository) - removed obsolete files (the test scripts will be replaced by better Test::Harness variants in the future)
show more ...
|
0517335e | 10-Feb-1999 |
Ralf S. Engelschall |
Ignore mx86unix.cpp which is generated on Intel platforms |
483fdf18 | 10-Feb-1999 |
Ralf S. Engelschall |
Remember the cleanup |
155d7a0e | 10-Feb-1999 |
Ralf S. Engelschall |
First cut for a very conservative source tree cleanup: 1. merge various obsolete readme texts into doc/ssleay.txt where we collect the old documents and readme texts. 2. remo
First cut for a very conservative source tree cleanup: 1. merge various obsolete readme texts into doc/ssleay.txt where we collect the old documents and readme texts. 2. remove the first part of files where I'm already sure that we no longer need them because of three reasons: either they are just temporary files which were left by Eric or they are preserved original files where I've verified that the diff is also available in the CVS via "cvs diff -rSSLeay_0_8_1b" or they were renamed (as it was definitely the case for the crypto/md/ stuff). We've still a horrible mess under crypto/bn/asm/. There for a lot of files I'm sure whether we need them or not. So, when someone knows it better, feel free to cleanup there.
show more ...
|
2c2cba0d | 10-Feb-1999 |
Ralf S. Engelschall |
Ops, one more reference to 0.9.1c. Make sure we don't forget it... |
df16c608 | 10-Feb-1999 |
Dr. Stephen Henson |
Oops. Forgot to do a 'make errors'. |
175b0942 | 10-Feb-1999 |
Dr. Stephen Henson |
More extension code. Incomplete support for subject and issuer alt name, issuer and authority key id. Change the i2v function parameters and add an extra 'crl' parameter in the X509V3_CTX str
More extension code. Incomplete support for subject and issuer alt name, issuer and authority key id. Change the i2v function parameters and add an extra 'crl' parameter in the X509V3_CTX structure: guess what that's for :-) Fix to ASN1 macro which messed up IMPLICIT tag and add f_enum.c which adds a2i, i2a for ENUMERATED.
show more ...
|
c45beb91 | 09-Feb-1999 |
Ben Laurie |
Update dependencies. |
bf5dcd13 | 09-Feb-1999 |
Ben Laurie |
More exactitude with function arguments. |
119f6288 | 09-Feb-1999 |
Dr. Stephen Henson |
Oops... forgot to add new ENUMERATED file... |
bceacf93 | 09-Feb-1999 |
Dr. Stephen Henson |
Support for ASN1 ENUMERATED type. This copies and duplicates the ASN1_INTEGER code and adds support to ASN1_TYPE and asn1parse. |
068197a7 | 08-Feb-1999 |
Dr. Stephen Henson |
Comment out def of currently unimplemented function to stop warning. |
6457ad15 | 07-Feb-1999 |
Ben Laurie |
Minor tweaks to keep Perl 5.001 happy. |