summaryrefslogtreecommitdiffstats
path: root/crypto/cast/c_enc.c (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-03-20Remove confusing hint to non-existing file. Instead make it clear that oneRalf S. Engelschall1-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-20Some more source tree cleanups (removed obsolete files crypto/bf/asm/bf586.pl,Ralf S. Engelschall5-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-18Comment out the lines that generated by mk1mf.pl include three separate rulesDr. Stephen Henson2-9/+11
that are equivalent to $(OUT_D). This was what was causing the 'too many rules' warning under VC++.
1999-03-14Using int for the digest length in EVP_DigestFinal() broke some compilers.Dr. Stephen Henson2-3/+3
Changed to unsigned int: also need an evil cast in pk7_doit.c because a signed, unsigned comparison chokes VC++.
1999-03-14Remove some references which called malloc and free instead of Malloc and Free.Dr. Stephen Henson5-7/+14
1999-03-12Delete Win32 test with testreq.pem and req: there is already a test withDr. Stephen Henson1-3/+0
testreq2.pem.
1999-03-12Fail if test fails.Ben Laurie2-2/+11
1999-03-12Update dependencies.Ben Laurie1-0/+2
1999-03-12Allow bsdi-gcc - see if it gets anyone anywhere.Ben Laurie1-1/+1
1999-03-12Solaris shared library support.Ben Laurie3-0/+49
1999-03-12This is now generated, it seems.Ben Laurie1-9/+0
1999-03-12Use the right compiler for ctx_size.Ben Laurie3-5/+8
1999-03-12Delete NULL ciphers from 'ALL' in the cipher list aliases. This means thatDr. Stephen Henson2-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-11Fix for RSA private key encryption if p < q. This took ***ages*** to track down.Dr. Stephen Henson2-0/+14
1999-03-10Just cosmetics: replace a tab with a normal space becauseRalf S. Engelschall1-1/+1
the tab always looked too estoeric to my eyes while building... ;)
1999-03-10Be less restrictive and allow also `perl util/perlpath.pl /path/to/bin/perl'Ralf S. Engelschall2-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-10Let util/clean-depend.pl work also with older Perl 5.00x versions.Ralf S. Engelschall2-2/+7
Submitted by: Matthias Loepfe <Matthias.Loepfe@adnovum.ch> Reviewed by: Ralf S. Engelschall
1999-03-10Fix couple of ANSI declarations and prototypesDr. Stephen Henson3-9/+15
1999-03-10UpdateRalf S. Engelschall1-3/+4
1999-03-10Update platform test listRalf S. Engelschall1-5/+8
1999-03-10Two more things we should look at before releaseRalf S. Engelschall1-1/+5
1999-03-10Make CC,CFLAG etc get passed to make links and various Win32 fixes.Dr. Stephen Henson5-6/+10
1999-03-10Remove some hard coded paths from Win32 test stuff.Dr. Stephen Henson1-5/+5
1999-03-09Remake cert links when the app is built.Ben Laurie1-0/+1
1999-03-09Update to current state...Ralf S. Engelschall1-5/+9
1999-03-09Make it more clear what option -WWW to s_server does.Ralf S. Engelschall1-1/+1
1999-03-09Fix quad checksum bug.Ben Laurie2-1/+4
1999-03-09Go faster.Ben Laurie1-1/+1
1999-03-09Correct English.Ben Laurie1-1/+1
1999-03-09Comment out two unimplemented functions from bio.h. Attempt to get theDr. Stephen Henson11-171/+197
Win32 test batch file going again.
1999-03-08Add missing funtions from non ANSI section of header files and add missingDr. Stephen Henson9-8/+44
ordinals to libeay.num.
1999-03-08test.Ben Laurie1-1/+2
1999-03-08Various fixes to Win32, update ssleay.num, libeay.num, shuffle various #ifdefsDr. Stephen Henson6-8/+16
around so more options appear in e_os.h
1999-03-08Make links no longer needed.Ben Laurie1-1/+1
1999-03-08Solaris 2.6 makes still problems.Ralf S. Engelschall1-2/+3
Details were posted.
1999-03-08typoRalf S. Engelschall1-2/+2
1999-03-08Make `openssl version' output lines consistent.Ralf S. Engelschall4-11/+14
1999-03-08Start with some more tarball rolling preparation to make sure it's notRalf S. Engelschall1-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-08Let us start with some platform test list...Ralf S. Engelschall1-5/+9
1999-03-08Fix Win32 symbol export lists for BIO functions: Added BIO_get_ex_new_index,Ralf S. Engelschall3-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-08Second round of fixing the OpenSSL perl/ stuff. It now at least compiled fineRalf S. Engelschall11-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-08Two more .cvsignore files for the assembler stuffRalf S. Engelschall2-0/+2
1999-03-08Notice freeze state and update my entryRalf S. Engelschall1-3/+9
1999-03-07Delete obsolete old X509V3 files.Dr. Stephen Henson4-503/+0
1999-03-07Don't make links in INSTALL doc - also, work first time!Ben Laurie2-2/+1
1999-03-07Don't make links on Windoze.Ben Laurie2-2/+9
1999-03-07Fix perl assembler.Ben Laurie1-0/+3
1999-03-07Fix DWP when only given three parameters.Ben Laurie6-2378/+9
1999-03-07Linux MIPS support.Ben Laurie2-0/+5
1999-03-07Always make links.Ben Laurie2-0/+6