Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
1999-03-20 | Remove confusing hint to non-existing file. Instead make it clear that one | Ralf S. Engelschall | 1 | -2/+1 | |
shouldn't change it manually just here. The util/ssldir.pl script does more and has to be used for this. Pointed out by Jacques Supcik <supcik@inf.ethz.ch>. | |||||
1999-03-20 | Some more source tree cleanups (removed obsolete files crypto/bf/asm/bf586.pl, | Ralf S. Engelschall | 5 | -2098/+8 | |
test/test.txt and crypto/sha/asm/f.s; changed permission on "config" script to be executable) and a fix for the INSTALL document. Submitted by: Ulf Moeller <ulf@fitug.de> Reviewed by: Ralf S. Engelschall | |||||
1999-03-18 | Comment out the lines that generated by mk1mf.pl include three separate rules | Dr. Stephen Henson | 2 | -9/+11 | |
that are equivalent to $(OUT_D). This was what was causing the 'too many rules' warning under VC++. | |||||
1999-03-14 | Using int for the digest length in EVP_DigestFinal() broke some compilers. | Dr. Stephen Henson | 2 | -3/+3 | |
Changed to unsigned int: also need an evil cast in pk7_doit.c because a signed, unsigned comparison chokes VC++. | |||||
1999-03-14 | Remove some references which called malloc and free instead of Malloc and Free. | Dr. Stephen Henson | 5 | -7/+14 | |
1999-03-12 | Delete Win32 test with testreq.pem and req: there is already a test with | Dr. Stephen Henson | 1 | -3/+0 | |
testreq2.pem. | |||||
1999-03-12 | Fail if test fails. | Ben Laurie | 2 | -2/+11 | |
1999-03-12 | Update dependencies. | Ben Laurie | 1 | -0/+2 | |
1999-03-12 | Allow bsdi-gcc - see if it gets anyone anywhere. | Ben Laurie | 1 | -1/+1 | |
1999-03-12 | Solaris shared library support. | Ben Laurie | 3 | -0/+49 | |
1999-03-12 | This is now generated, it seems. | Ben Laurie | 1 | -9/+0 | |
1999-03-12 | Use the right compiler for ctx_size. | Ben Laurie | 3 | -5/+8 | |
1999-03-12 | Delete NULL ciphers from 'ALL' in the cipher list aliases. This means that | Dr. Stephen Henson | 2 | -2/+9 | |
NULL ciphers specifically have to be enabled with e.g. "DEFAULT:eNULL". This prevents cipher lists from inadvertantly having NULL ciphers at the top of their list (e.g. the default ones) because they didn't have to be taken into account before. | |||||
1999-03-11 | Fix for RSA private key encryption if p < q. This took ***ages*** to track down. | Dr. Stephen Henson | 2 | -0/+14 | |
1999-03-10 | Just cosmetics: replace a tab with a normal space because | Ralf S. Engelschall | 1 | -1/+1 | |
the tab always looked too estoeric to my eyes while building... ;) | |||||
1999-03-10 | Be less restrictive and allow also `perl util/perlpath.pl /path/to/bin/perl' | Ralf S. Engelschall | 2 | -1/+13 | |
in addition to `perl util/perlpath.pl /path/to/bin', because this way one can also use an interpreter named `perl5' (which is usually the name of Perl 5.xxx on platforms where an Perl 4.x is still installed as `perl'). Submitted by: Matthias Loepfe <Matthias.Loepfe@adnovum.ch> Reviewed by: Ralf S. Engelschall | |||||
1999-03-10 | Let util/clean-depend.pl work also with older Perl 5.00x versions. | Ralf S. Engelschall | 2 | -2/+7 | |
Submitted by: Matthias Loepfe <Matthias.Loepfe@adnovum.ch> Reviewed by: Ralf S. Engelschall | |||||
1999-03-10 | Fix couple of ANSI declarations and prototypes | Dr. Stephen Henson | 3 | -9/+15 | |
1999-03-10 | Update | Ralf S. Engelschall | 1 | -3/+4 | |
1999-03-10 | Update platform test list | Ralf S. Engelschall | 1 | -5/+8 | |
1999-03-10 | Two more things we should look at before release | Ralf S. Engelschall | 1 | -1/+5 | |
1999-03-10 | Make CC,CFLAG etc get passed to make links and various Win32 fixes. | Dr. Stephen Henson | 5 | -6/+10 | |
1999-03-10 | Remove some hard coded paths from Win32 test stuff. | Dr. Stephen Henson | 1 | -5/+5 | |
1999-03-09 | Remake cert links when the app is built. | Ben Laurie | 1 | -0/+1 | |
1999-03-09 | Update to current state... | Ralf S. Engelschall | 1 | -5/+9 | |
1999-03-09 | Make it more clear what option -WWW to s_server does. | Ralf S. Engelschall | 1 | -1/+1 | |
1999-03-09 | Fix quad checksum bug. | Ben Laurie | 2 | -1/+4 | |
1999-03-09 | Go faster. | Ben Laurie | 1 | -1/+1 | |
1999-03-09 | Correct English. | Ben Laurie | 1 | -1/+1 | |
1999-03-09 | Comment out two unimplemented functions from bio.h. Attempt to get the | Dr. Stephen Henson | 11 | -171/+197 | |
Win32 test batch file going again. | |||||
1999-03-08 | Add missing funtions from non ANSI section of header files and add missing | Dr. Stephen Henson | 9 | -8/+44 | |
ordinals to libeay.num. | |||||
1999-03-08 | test. | Ben Laurie | 1 | -1/+2 | |
1999-03-08 | Various fixes to Win32, update ssleay.num, libeay.num, shuffle various #ifdefs | Dr. Stephen Henson | 6 | -8/+16 | |
around so more options appear in e_os.h | |||||
1999-03-08 | Make links no longer needed. | Ben Laurie | 1 | -1/+1 | |
1999-03-08 | Solaris 2.6 makes still problems. | Ralf S. Engelschall | 1 | -2/+3 | |
Details were posted. | |||||
1999-03-08 | typo | Ralf S. Engelschall | 1 | -2/+2 | |
1999-03-08 | Make `openssl version' output lines consistent. | Ralf S. Engelschall | 4 | -11/+14 | |
1999-03-08 | Start with some more tarball rolling preparation to make sure it's not | Ralf S. Engelschall | 1 | -3/+2 | |
overlooed next Monday: - rmlinks is no longer existing - use openssl as the name and not rse - don't roll the STATUS file into the tarball | |||||
1999-03-08 | Let us start with some platform test list... | Ralf S. Engelschall | 1 | -5/+9 | |
1999-03-08 | Fix Win32 symbol export lists for BIO functions: Added BIO_get_ex_new_index, | Ralf S. Engelschall | 3 | -0/+13 | |
BIO_get_ex_num, BIO_get_ex_data and BIO_set_ex_data to ms/libeay{16,32}.def. I'm not a Win32 hacker, but I think I've done it correctly. Steve or Ben: can you confirm that it's correct? I don't want to break any Win32 stuff. | |||||
1999-03-08 | Second round of fixing the OpenSSL perl/ stuff. It now at least compiled fine | Ralf S. Engelschall | 11 | -523/+603 | |
under Unix and passes some trivial tests I've now added. But the whole stuff is horribly incomplete, so a README.1ST with a disclaimer was added to make sure no one expects that this stuff really works in the OpenSSL 0.9.2 release. Additionally I've started to clean the XS sources up and fixed a few little bugs and inconsistencies in OpenSSL.{pm,xs} and openssl_bio.xs. PS: I'm still not convinces whether we should try to make this finally running or kick it out and replace it with some other module.... | |||||
1999-03-08 | Two more .cvsignore files for the assembler stuff | Ralf S. Engelschall | 2 | -0/+2 | |
1999-03-08 | Notice freeze state and update my entry | Ralf S. Engelschall | 1 | -3/+9 | |
1999-03-07 | Delete obsolete old X509V3 files. | Dr. Stephen Henson | 4 | -503/+0 | |
1999-03-07 | Don't make links in INSTALL doc - also, work first time! | Ben Laurie | 2 | -2/+1 | |
1999-03-07 | Don't make links on Windoze. | Ben Laurie | 2 | -2/+9 | |
1999-03-07 | Fix perl assembler. | Ben Laurie | 1 | -0/+3 | |
1999-03-07 | Fix DWP when only given three parameters. | Ben Laurie | 6 | -2378/+9 | |
1999-03-07 | Linux MIPS support. | Ben Laurie | 2 | -0/+5 | |
1999-03-07 | Always make links. | Ben Laurie | 2 | -0/+6 | |