- Jul 12, 2002
-
-
Lutz Jänicke authored
defensive phrases... Submitted by: Reviewed by: PR:
-
- 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:
-
Lutz Jänicke authored
not covered by the strength bit mask. Submitted by: Reviewed by: PR: 130
-
- Jul 09, 2002
-
-
Bodo Möller authored
Submitted by: Nils Larsch
-
Bodo Möller authored
(but noone uses it anyway) fix t1_enc.c: use OPENSSL_NO_RC4, not NO_RC4
-
- Jul 08, 2002
-
-
Geoff Thorpe authored
-
Geoff Thorpe authored
Submitted by: Jan Tschirschwitz <Jan.Tschirschwitz@cluster-labs.de>
-
- Jul 04, 2002
-
-
Bodo Möller authored
-
- Jun 30, 2002
-
-
Lutz Jänicke authored
(noted by Jonathan Louie <jlouie@recourse.com>). Submitted by: Reviewed by: PR:
-
- Jun 29, 2002
-
-
Richard Levitte authored
-
- Jun 27, 2002
-
-
Richard Levitte authored
PR 123
-
Richard Levitte authored
PR 71
-
Richard Levitte authored
This completes PR 123
-
Richard Levitte authored
handled properly. Part of PR 75
-
Richard Levitte authored
Part of PR 75
-
Richard Levitte authored
Part of PR 75
-
Richard Levitte authored
Part of PR 75
-
Richard Levitte authored
-
Richard Levitte authored
This concludes the changes from PR 123
-
Richard Levitte authored
This is due to weird Borland compilers. Part of PR 123
-
Richard Levitte authored
Part of PR 123
-
Richard Levitte authored
Part of PR 123
-
Richard Levitte authored
PR: 119
-
Richard Levitte authored
PR: 117
-
Richard Levitte authored
structure field names. PR: 112
-
Richard Levitte authored
PR: 106
-
Richard Levitte authored
PR: 105
-
Richard Levitte authored
was that they weren't really needed any more for EVP itself. However, it seems like soma applications (I know about OpenSSH, but there may be more) used evp.h as the 'load all' header file, which makes sense since we try our best to promote the use of EVP instead of the lower level crypto algorithms. Therefore, I put the inclusions back so the application authors don't get too shocked by all the errors they would otherwise get. Thanks to Theo de Raadt for making us aware of this.
-
- Jun 26, 2002
-
-
Bodo Möller authored
Submitted by: Nils Larsch
-
Bodo Möller authored
-
- Jun 25, 2002
-
-
Richard Levitte authored
-
- Jun 21, 2002
-
-
Geoff Thorpe authored
pointers passed to them whenever necessary. Otherwise it is possible the caller may have overwritten (or deallocated) the original string data when a later ENGINE operation tries to use the stored values. Submitted by: Götz Babin-Ebell <babinebell@trustcenter.de> Reviewed by: Geoff Thorpe PR: 98
-
- Jun 20, 2002
-
-
Lutz Jänicke authored
Submitted by: Bernhard Simon <bs@bsws.zid.tuwien.ac.at> Reviewed by: PR:
-
Lutz Jänicke authored
Submitted by: Reviewed by: PR:
-