Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix wrong URI. | Lutz Jänicke | 2002-12-09 | 1 | -3/+3 |
| | | | | | | Submitted by: assar@kth.se Reviewed by: PR: 390 | ||||
* | More information to the important issue of seeding the PRNG | Lutz Jänicke | 2002-11-11 | 1 | -0/+12 |
| | | | | | | Submitted by: Reviewed by: PR: 285 | ||||
* | README and INSTALL should contain information about the request tracker | Lutz Jänicke | 2002-06-30 | 1 | -3/+7 |
| | | | | (noted by Jonathan Louie <jlouie@recourse.com>). | ||||
* | Add support for DJGPP. | Richard Levitte | 2002-06-13 | 1 | -2/+4 |
| | |||||
* | Clarify that zlib-dynamic is the default choice. | Richard Levitte | 2001-07-12 | 1 | -1/+1 |
| | |||||
* | Add the possibility to specify the use of zlib compression and | Richard Levitte | 2001-07-12 | 1 | -0/+9 |
| | | | | | decompression. It can be set up to link at link time or to load the zlib library at run-time. | ||||
* | Make an extra note about shared libraries and backward compatibility. | Richard Levitte | 2001-07-03 | 1 | -0/+5 |
| | |||||
* | Add a few more details on what one might need. make and a development | Richard Levitte | 2001-05-17 | 1 | -0/+3 |
| | | | | | | environment were a part of a Unix operating systems, but these days you see an increasing number of installations that do not necessarely have these crucial parts by default, so it's needs mentioning. | ||||
* | Documentation language corrections, contributed by Chris Pepper ↵ | Richard Levitte | 2001-01-25 | 1 | -1/+1 |
| | | | | <pepper@mail.reppep.com> | ||||
* | Remove references to RSAref. The glue library is but a memory to fade | Richard Levitte | 2000-11-08 | 1 | -3/+0 |
| | | | | away now... | ||||
* | Clarify how one should behave when make fails. The fault is not | Richard Levitte | 2000-09-09 | 1 | -7/+13 |
| | | | | necessarely ours. | ||||
* | Added and corrected documentation for the 'shared' option | Richard Levitte | 2000-08-02 | 1 | -0/+17 |
| | |||||
* | Explain configuration options more completely. | Bodo Möller | 2000-03-25 | 1 | -1/+2 |
| | |||||
* | Keep the references to other INSTALL files short. These are the Unix | Ulf Möller | 2000-03-01 | 1 | -3/+2 |
| | | | | instructions. | ||||
* | Point to INSTALL.MacOS for MacOS pre X. | Bodo Möller | 2000-02-29 | 1 | -1/+2 |
| | |||||
* | minor clarification | Ulf Möller | 2000-02-26 | 1 | -3/+5 |
| | |||||
* | nicer manpages | Ulf Möller | 2000-02-24 | 1 | -3/+2 |
| | |||||
* | mention manual pages | Bodo Möller | 2000-01-21 | 1 | -0/+2 |
| | |||||
* | Remove obsolete SSLeay instructions. | Ulf Möller | 2000-01-07 | 1 | -135/+0 |
| | |||||
* | Point out that openssl-bugs is public. | Bodo Möller | 1999-12-18 | 1 | -1/+2 |
| | |||||
* | typo | Bodo Möller | 1999-09-21 | 1 | -1/+1 |
| | |||||
* | Check the as version on Solaris x86. People don't read INSTALL anyway. :) | Ulf Möller | 1999-09-07 | 1 | -3/+1 |
| | |||||
* | Hint about unresolved symbols when mixing compilers. | Ulf Möller | 1999-06-04 | 1 | -0/+3 |
| | |||||
* | Some assembler-related clean-ups. | Bodo Möller | 1999-05-29 | 1 | -0/+5 |
| | |||||
* | Small corrections. | Ulf Möller | 1999-05-19 | 1 | -5/+5 |
| | |||||
* | Mention "make depend". | Ulf Möller | 1999-05-17 | 1 | -0/+2 |
| | |||||
* | VMS support. | Ulf Möller | 1999-05-13 | 1 | -1/+2 |
| | | | | Submitted by: Richard Levitte <richard@levitte.org> | ||||
* | Move openssl.cnf out of lib/. | Ulf Möller | 1999-05-11 | 1 | -1/+0 |
| | |||||
* | c_rehash doesn't work at that point of the installation, so don't even | Ulf Möller | 1999-05-04 | 1 | -4/+1 |
| | | | | try. | ||||
* | Point out the "rehashing skipped" is not a problem. | Bodo Möller | 1999-05-01 | 1 | -1/+4 |
| | | | | | | Submitted by: Reviewed by: PR: | ||||
* | More information about installing. | Ulf Möller | 1999-04-30 | 1 | -16/+41 |
| | |||||
* | Typo. | Ulf Möller | 1999-04-30 | 1 | -1/+2 |
| | |||||
* | Support INSTALL_PREFIX for packagers. | Bodo Möller | 1999-04-29 | 1 | -0/+11 |
| | | | | | | Submitted by: Reviewed by: PR: | ||||
* | New Configure options "threads" and "no-threads". | Bodo Möller | 1999-04-29 | 1 | -0/+23 |
| | | | | | | | | For Solaris and Linux, "threads" (with proper compiler options) is the default. Submitted by: Reviewed by: PR: | ||||
* | Do make rehash automatically at make test. | Ulf Möller | 1999-04-28 | 1 | -7/+3 |
| | |||||
* | New Configure option --openssldir to replace util/ssldir.pl. | Ulf Möller | 1999-04-25 | 1 | -35/+34 |
| | |||||
* | Some instructions for how to handle the <foo.h> => <openssl/foo.h> | Bodo Möller | 1999-04-24 | 1 | -0/+66 |
| | | | | | | | | transition. Submitted by: Reviewed by: PR: | ||||
* | *.org files are gone for good. | Ulf Möller | 1999-04-23 | 1 | -17/+4 |
| | |||||
* | Be more specify about system requirements. | Ulf Möller | 1999-04-22 | 1 | -2/+2 |
| | |||||
* | New Configure option "rsaref". | Ulf Möller | 1999-04-13 | 1 | -1/+1 |
| | |||||
* | New option to generate 80386 code. | Ulf Möller | 1999-03-31 | 1 | -1/+8 |
| | |||||
* | Bring style of INSTALL* documents in sync with README file | Ralf S. Engelschall | 1999-03-22 | 1 | -92/+72 |
| | | | | and fix some inconsistencies. | ||||
* | Some more source tree cleanups (removed obsolete files crypto/bf/asm/bf586.pl, | Ralf S. Engelschall | 1999-03-20 | 1 | -3/+2 |
| | | | | | | | | 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 | ||||
* | Don't make links in INSTALL doc - also, work first time! | Ben Laurie | 1999-03-07 | 1 | -1/+0 |
| | |||||
* | The dir is named util/ and better to explicitly call the | Paul C. Sutton | 1999-01-04 | 1 | -1/+1 |
| | | | | perl interpreter because not everyone has it in /usr/local/bin/perl. | ||||
* | The dir is named util/ and better to explicitly call the | Ralf S. Engelschall | 1999-01-03 | 1 | -1/+1 |
| | | | | perl interpreter because not everyone has it in /usr/local/bin/perl. | ||||
* | Reflect change from "ssleay" to "openssl" as the main binary name. | Paul C. Sutton | 1999-01-02 | 1 | -10/+19 |
| | | | | | Also document "sh config" as an easier alternative to "./Configure system". | ||||
* | Make the installation documentation easier to follow. | Paul C. Sutton | 1999-01-01 | 1 | -0/+142 |
| | |||||
* | Import of old SSLeay release: SSLeay 0.9.1b (unreleased) | Ralf S. Engelschall | 1998-12-21 | 1 | -0/+5 |
| | |||||
* | Import of old SSLeay release: SSLeay 0.9.0b | Ralf S. Engelschall | 1998-12-21 | 1 | -1/+1 |
| |