e42263c2 | 22-Mar-1999 |
Ralf S. Engelschall |
Remove up_ver.pl call |
8b8839ba | 22-Mar-1999 |
Ralf S. Engelschall |
up_ver.pl is now obsolete |
4f0a2bce | 22-Mar-1999 |
Ralf S. Engelschall |
More 0.9.2 -> 0.9.2b |
e98b5b58 | 22-Mar-1999 |
Ralf S. Engelschall |
Be consistent: 0.9.2b |
d56128f0 | 22-Mar-1999 |
Ralf S. Engelschall |
Remove obsolete references to SSLeay and change default PLATFORM from "FreeBSD" to the generic "dist" as it's done implicitly by "make dist". |
5ea177cf | 22-Mar-1999 |
Ralf S. Engelschall |
Print a little bit more information |
b4cadc6e | 22-Mar-1999 |
Ben Laurie |
Fix security hole. |
0f423567 | 20-Mar-1999 |
Ralf S. Engelschall |
Add missing pipe char to "make dist" target. Found by Richard Levitte <levitte@stacken.kth.se> |
f4f2fe40 | 20-Mar-1999 |
Ralf S. Engelschall |
Remove confusing hint to non-existing file. Instead make it clear that one shouldn't change it manually just here. The util/ssldir.pl script does more and has to be used for this. Pointed o
Remove confusing hint to non-existing file. Instead make it clear that one 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>.
show more ...
|
afb23063 | 20-Mar-1999 |
Ralf S. Engelschall |
Some more source tree cleanups (removed obsolete files crypto/bf/asm/bf586.pl, test/test.txt and crypto/sha/asm/f.s; changed permission on "config" script to be executable) and a fix for the
Some more source tree cleanups (removed obsolete files crypto/bf/asm/bf586.pl, 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
show more ...
|
e2e044fa | 17-Mar-1999 |
Dr. Stephen Henson |
Comment out the lines that generated by mk1mf.pl include three separate rules that are equivalent to $(OUT_D). This was what was causing the 'too many rules' warning under VC++. |
0b415fb0 | 14-Mar-1999 |
Dr. Stephen Henson |
Using int for the digest length in EVP_DigestFinal() broke some compilers. Changed to unsigned int: also need an evil cast in pk7_doit.c because a signed, unsigned comparison chokes VC++. |
199d59e5 | 14-Mar-1999 |
Dr. Stephen Henson |
Remove some references which called malloc and free instead of Malloc and Free. |
b29524c1 | 12-Mar-1999 |
Dr. Stephen Henson |
Delete Win32 test with testreq.pem and req: there is already a test with testreq2.pem. |
b4899bb1 | 12-Mar-1999 |
Ben Laurie |
Fail if test fails. |
2a04d1e4 | 12-Mar-1999 |
Ben Laurie |
Update dependencies. |
999e5715 | 12-Mar-1999 |
Ben Laurie |
Allow bsdi-gcc - see if it gets anyone anywhere. |
29c0fccb | 12-Mar-1999 |
Ben Laurie |
Solaris shared library support. |
463dc742 | 12-Mar-1999 |
Ben Laurie |
This is now generated, it seems. |
cadf126b | 12-Mar-1999 |
Ben Laurie |
Use the right compiler for ctx_size. |
bc420ac5 | 12-Mar-1999 |
Dr. Stephen Henson |
Delete NULL ciphers from 'ALL' in the cipher list aliases. This means that NULL ciphers specifically have to be enabled with e.g. "DEFAULT:eNULL". This prevents cipher lists from inadvertantl
Delete NULL ciphers from 'ALL' in the cipher list aliases. This means that 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.
show more ...
|
abd4c915 | 11-Mar-1999 |
Dr. Stephen Henson |
Fix for RSA private key encryption if p < q. This took ***ages*** to track down. |
47c389e7 | 10-Mar-1999 |
Ralf S. Engelschall |
Just cosmetics: replace a tab with a normal space because the tab always looked too estoeric to my eyes while building... ;) |
7e37e72a | 10-Mar-1999 |
Ralf S. Engelschall |
Be less restrictive and allow also `perl util/perlpath.pl /path/to/bin/perl' in addition to `perl util/perlpath.pl /path/to/bin', because this way one can also use an interpreter named `perl5
Be less restrictive and allow also `perl util/perlpath.pl /path/to/bin/perl' 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
show more ...
|
637691e6 | 10-Mar-1999 |
Ralf S. Engelschall |
Let util/clean-depend.pl work also with older Perl 5.00x versions. Submitted by: Matthias Loepfe <Matthias.Loepfe@adnovum.ch> Reviewed by: Ralf S. Engelschall |