aboutsummaryrefslogtreecommitdiffstats
path: root/FAQ
Commit message (Collapse)AuthorAgeFilesLines
* fix formattingBodo Möller2003-03-181-0/+1
|
* Update release informationRichard Levitte2003-02-191-1/+1
|
* typoBodo Möller2003-02-041-1/+1
|
* Update PRNG entry:Bodo Möller2003-02-041-24/+24
| | | | | - OpenSSL version differences - Sun /dev/urandom patch information
* For VC++7 and up, the file is VSVARS32.BAT.Richard Levitte2003-01-301-4/+7
| | | | PR: 327
* Minor FAQ updateAndy Polyakov2003-01-131-1/+4
|
* OpenBSD FAQ update. Apparently gas from binutils-2.x makes it impossible toAndy Polyakov2003-01-121-3/+3
| | | | use gcc -fPIC ... on OpenBSD-i386. Alternative solution is provided.
* Merge in changes from 0.9.7-stable.Richard Levitte2002-12-301-1/+1
|
* My English is definitely not good as my assembly skills:-) And it looks likeAndy Polyakov2002-12-301-9/+7
| | | | titles can't be multi-line...
* It probably belongs in PROBLEMS, but it's more likely to be a FAQ.Andy Polyakov2002-12-301-1/+16
|
* FAQ addenum as discussed in RT#417.Andy Polyakov2002-12-271-1/+6
|
* Better wording?Andy Polyakov2002-12-181-8/+9
|
* BN_sqr test failure entry.Andy Polyakov2002-12-091-0/+11
|
* Merge in relevant changes from the OpenSSL 0.9.6h release.Richard Levitte2002-12-051-1/+1
|
* Add a FAQ on how to check the authenticity of the openSSL distribution.Richard Levitte2002-11-141-0/+14
| | | | PR: 292
* More information to the important issue of seeding the PRNGLutz Jänicke2002-11-111-0/+2
| | | | | | Submitted by: Reviewed by: PR: 285
* Add a FAQ entry for yet another bc failure.Richard Levitte2002-08-151-0/+12
| | | | PR: 199
* Update with the status for 0.9.6g.Richard Levitte2002-08-121-1/+1
|
* 0.9.6f is releasedRichard Levitte2002-08-081-1/+1
|
* 0.9.6e and 0.9.7-beta3 are out.Lutz Jänicke2002-07-301-1/+1
|
* Add a few FAQ entries for the various ways building OpenSSL on MacOS XRichard Levitte2002-07-171-0/+28
| | | | can fail, and point at the text in the PROBLEMS file
* Rewording: some algorithms are also patented in Europe, so choose moreLutz Jänicke2002-07-121-12/+9
| | | | defensive phrases...
* Discussion about Redhat's specialties for the FAQ.Lutz Jänicke2002-07-101-0/+36
| | | | | | Submitted by: John.Airey@rnib.org.uk Reviewed by: PR: 128
* Sun's official statement with respect to /dev/random support.Lutz Jänicke2002-07-101-2/+5
| | | | | | Submitted by: Garrett Anderson garrett@dirsec.com Reviewed by: PR: 120
* Clarify formulation (proposed by Bodo Moeller).Lutz Jänicke2002-06-131-4/+4
|
* Make change uniqueIdentifier -> x500UniqueIdentifier clearly visible.Lutz Jänicke2002-06-121-0/+9
| | | | | | Submitted by: Reviewed by: PR: 82
* Synchronise the FAQRichard Levitte2002-05-091-1/+1
|
* Add information about -nameopt option for x509.Lutz Jänicke2002-04-291-0/+8
|
* update FAQ and CHANGES file (0.9.6c has been released)Bodo Möller2001-12-211-1/+1
|
* Extentions of the explanations to the linking problem on Win32. Provided by ↵Richard Levitte2001-11-191-4/+37
| | | | Andrew Gray <agray@iconsinc.com>
* Add an FAQ.Dr. Stephen Henson2001-11-121-0/+21
|
* ispellUlf Möller2001-09-071-3/+3
|
* Apply the Tru64 patch from Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>Richard Levitte2001-08-101-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | His comments are: 1) Changes all references for `True64' to be `Tru64', which is the correct spelling for the OS name. 2) Makes `alpha-cc' be the same as `alpha164-cc', and adds an `alphaold-cc' entry that is the same as the previous `alpha-cc'. The reason is that most people these days are using the newer compiler, so it should be the default. 3) Adds a bit of commentary to Configure, regarding the name changes of the OS over the years, so it's not so confusing to people that haven't been with the OS for a while. 4) Adds an `alpha-cc-rpath' target (which is *not* selected automatically by Configure under any circumstance) that builds an RPATH into the shared libraries. This is explained in the comment in Configure. It's very very useful for people that want it, and people that don't want it just shouldn't choose that target. 5) Adds the `-pthread' flag as the best way to get POSIX thread support from the newer compiler. 6) Updates the Makefile targets, so that when the `alpha164-cc', `alpha-cc', or `alpha-cc-rpath' target is what Configure is set to use, it uses a Makefile target that includes the `-msym' option when building the shared library. This is a performance enhancement. 7) Updates `config' so that if it detects you're running version 4 or 5 of the OS, it automatically selects `alpha-cc', but uses `alphaold-cc' for versions 1-3 of the OS. 8) Updates the comment in opensslv.h, fixing both the OS name typo and adding a reference to IRIX 6.x, since the shared library semantics are virtually identical there.
* Clarify actual state.Lutz Jänicke2001-07-121-3/+3
|
* Typo...Lutz Jänicke2001-07-111-1/+1
|
* What is an '-engine' version?Lutz Jänicke2001-07-111-0/+7
|
* Fix PRNG.Bodo Möller2001-07-101-1/+1
|
* the backslash is significant...Ulf Möller2001-05-041-1/+1
|
* .rnd issuesBodo Möller2001-05-031-4/+32
|
* Clarify request of client certificates. This is a FAQ.Lutz Jänicke2001-04-171-0/+8
|
* Mention automatically queried EGD sockets (OpenSSL 0.9.7).Bodo Möller2001-04-101-7/+5
| | | | | 0.9.5 is obsolete, so we don't have to discuss its 'openssl rsa' seeding bug.
* Some clarifications about $RANDFILE usage.Lutz Jänicke2001-04-091-0/+6
|
* OpenSSH 1.2.2p1 is dead and gone. Errors detecting the OpenSSL libraryLutz Jänicke2001-04-091-38/+10
| | | | are however still common and are solved by checking config.log.
* Correct info in the FAQ.Richard Levitte2001-04-091-1/+1
|
* That statement seems to be not true. In fact, I have said that I wouldUlf Möller2001-02-231-5/+0
| | | | | | like to use libtool, but not automake. Let's investigate that further, or leave the question open for now.
* autoconf would be useful...Ulf Möller2001-02-231-6/+2
|
* That was misleading. The problem won't happen with 0.9.6a anyway.Ulf Möller2001-02-141-5/+3
|
* Include the newly reported problem with bc on FreeBSD 4.2.Richard Levitte2001-02-141-8/+11
|
* undo previous change: '-prexit' is already available in current versions of ↵Bodo Möller2000-12-181-1/+0
| | | | s_client
* When mentioning features that don't exist in current releases ofBodo Möller2000-12-171-1/+2
| | | | | | OpenSSL (such as the new undocumented '-prexit' option to s_client), the FAQ should point out that they don't: The FAQ is not just part of the release, it's current version is also published on the web.