- Jul 19, 2002
-
-
Richard Levitte authored
-
Lutz Jänicke authored
Submitted by: Reviewed by: PR: 141
-
Lutz Jänicke authored
Submitted by: Martin Sjögren <martin@strakt.com> PR: 137
-
- Jul 18, 2002
-
-
Geoff Thorpe authored
changes. So I'm committing this version to overwrite his changes for now, and he can always take his turn to overwrite my words if he wants :-) PR: 86
-
Richard Levitte authored
PR: 86
-
Richard Levitte authored
PR: 59
-
Richard Levitte authored
PR: 147
-
Richard Levitte authored
Make pod2mantest useable on DOS-based systems. Part of PR 75, the rest is still under investigation.
-
Bodo Möller authored
use the new X509_CRL_set_issuer_name() function: The CRL issuer should be X509_get_subject_name(x509), not X509_get_issuer_name(x509). Submitted by: Juergen Lesny <lesnyj@informatik.tu-muenchen.de> typo
-
Richard Levitte authored
Make S/MIME output conform with the mail and MIME standards. PR: 151
-
Richard Levitte authored
PR: 151
-
Richard Levitte authored
differently. Unixware 2 needs to link with libresolv. PR: 148
-
Richard Levitte authored
-
- Jul 17, 2002
-
-
Richard Levitte authored
-
Richard Levitte authored
PR: 124
-
Richard Levitte authored
can fail, and point at the text in the PROBLEMS file
-
Richard Levitte authored
everything works fine. Note: this is only true for 0.9.7 and on
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
-
- Jul 16, 2002
-
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
it's really a misfeature according to the jargon file (4.0.0) definition: ":misfeature: /mis-fee'chr/ or /mis'fee`chr/ /n./ A feature that eventually causes lossage, possibly because it is not adequate for a new situation that has evolved. Since it results from a deliberate and properly implemented feature, a misfeature is not a bug."
-
Richard Levitte authored
-
Richard Levitte authored
directory, making a separate directory tree with lots of symbolic links seems to be the solution. Unfortunately, Configure doesn't take appropriate steps to support this solution (as in removing a file that's going to be rewritten). This change corrects that situation. Now I just have to find all other places where there's lack of support for this.
-
Richard Levitte authored
directory, making a separate directory tree with lots of symbolic links seems to be the solution. Unfortunatelt, Configure doesn't take appropriate steps to support this solution (as in removing a file that's going to be rewritten). This change corrects that situation. Now I just have to find all other places where there's lack of support for this.
-
Richard Levitte authored
Corrected.
-
Richard Levitte authored
-
Richard Levitte authored
we don't need to care about traditional compilers
-
Richard Levitte authored
is only used for seeding and doing it in the wrong order will mean seeding is done before the engine randomness is hooked in. Notified by Frederic DONNAT <frederic.donnat@zencod.com>
-
- Jul 15, 2002
-
-
Richard Levitte authored
mechanism to the ENGINE framework. This means there there are going to be new functionality for the DSO part, and ultimately some way of merging two file specifications together. This commit places the merging code into the repository. It's currently not used anywhere, and hasn't been tested at all. It may be full of errors, including syntactical ones. Those will be fixed as promptly as possible.
-
- Jul 14, 2002
-
-
Bodo Möller authored
(the same keys can be used for ECC schemes other than ECDSA) and add some new options. Similarly, use string "EC PARAMETERS" instead of "ECDSA PARAMETERS" in 'PEM' format. Fix ec_asn1.c (take into account the desired conversion form). 'make update'. Submitted by: Nils Larsch
-
- Jul 12, 2002
-
-
Lutz Jänicke authored
defensive phrases...
-
- Jul 11, 2002
-
-
Richard Levitte authored
Submitted by Götz Babin-Ebell <babinebell@trustcenter.de>
-
- Jul 10, 2002
-
-
Lutz Jänicke authored
Submitted by: John.Airey@rnib.org.uk Reviewed by: PR: 128
-
Lutz Jänicke authored
Submitted by: Richard.Koenning@fujitsu-siemens.com Reviewed by: PR: 129
-
Lutz Jänicke authored
Submitted by: Garrett Anderson garrett@dirsec.com Reviewed by: PR: 120
-
Lutz Jänicke authored
Submitted by: jufi@nerdnet.de Reviewed by: PR: 138
-
Bodo Möller authored
-
Lutz Jänicke authored
des_old.h redefines crypt: #define crypt(b,s)\ DES_crypt((b),(s)) This scheme leads to failure, if header files with the OS's true definition of crypt() are processed _after_ des_old.h was processed. This is e.g. the case on HP-UX with unistd.h. As evp.h now again includes des.h (which includes des_old.h), this problem only came up after this modification. Solution: move header files (indirectly) including e_os.h before the header files (indirectly) including evp.h. Submitted by: Reviewed by: PR:
-