I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 02, 2024 — Jun 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bring style of INSTALL* documents in sync with README file and fix some inconsistencies. More... about 26 years ago
Remove up_ver.pl call More... about 26 years ago
up_ver.pl is now obsolete More... about 26 years ago
More 0.9.2 -> 0.9.2b More... about 26 years ago
Be consistent: 0.9.2b More... about 26 years ago
Remove obsolete references to SSLeay and change default PLATFORM from "FreeBSD" to the generic "dist" as it's done implicitly by "make dist". More... about 26 years ago
Print a little bit more information More... about 26 years ago
Fix security hole. More... about 26 years ago
Add missing pipe char to "make dist" target. Found by Richard Levitte <[email protected]> More... about 26 years ago
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 <[email protected]>. More... about 26 years ago
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. More... about 26 years ago
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++. More... about 26 years ago
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++. More... about 26 years ago
Remove some references which called malloc and free instead of Malloc and Free. More... about 26 years ago
Delete Win32 test with testreq.pem and req: there is already a test with testreq2.pem. More... about 26 years ago
Fail if test fails. More... about 26 years ago
Update dependencies. More... about 26 years ago
Allow bsdi-gcc - see if it gets anyone anywhere. More... about 26 years ago
Solaris shared library support. More... about 26 years ago
This is now generated, it seems. More... about 26 years ago
Use the right compiler for ctx_size. More... about 26 years ago
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. More... about 26 years ago
Fix for RSA private key encryption if p < q. This took ***ages*** to track down. More... about 26 years ago
Just cosmetics: replace a tab with a normal space because the tab always looked too estoeric to my eyes while building... ;) More... about 26 years ago
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'). More... about 26 years ago
Let util/clean-depend.pl work also with older Perl 5.00x versions. More... about 26 years ago
Fix couple of ANSI declarations and prototypes More... about 26 years ago
Update More... about 26 years ago
Update platform test list More... about 26 years ago
Two more things we should look at before release More... about 26 years ago