- Feb 19, 2004
-
-
Dr. Stephen Henson authored
The old raw format can't be handled by some implementations and updates to RFC2560 will make this mandatory.
-
- Feb 10, 2004
-
-
Geoff Thorpe authored
-
- Feb 08, 2004
-
-
Dr. Stephen Henson authored
If -offset exceeds -length of data available exit with an error. Don't read past end of total data available when -offset supplied. If -length exceeds total available truncate it.
-
- Feb 07, 2004
-
-
Andy Polyakov authored
PR: 821
-
- Feb 01, 2004
-
-
Dr. Stephen Henson authored
memory allocate when calling EVP_MD_CTX_copy_ex(). Without this HMAC is several times slower than < 0.9.7.
-
- Jan 30, 2004
-
-
Andy Polyakov authored
-
- Jan 29, 2004
-
-
Andy Polyakov authored
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
more stuff.
-
- Jan 28, 2004
-
-
Richard Levitte authored
-
Richard Levitte authored
Add the corresponding AES parts while I'm at it. make update
-
Richard Levitte authored
-
Richard Levitte authored
-
- Jan 27, 2004
-
-
Andy Polyakov authored
_POSIX_C_SOURCE needed in first place.
-
Andy Polyakov authored
-
Richard Levitte authored
Windows).
-
- Jan 26, 2004
-
-
Richard Levitte authored
let's check for those macros, and if they aren't defined, let's assume there aren't Unixly devices on this platform.
-
- Jan 25, 2004
-
-
Andy Polyakov authored
automatically to accomodate the value, some compilers fail to do so. Most notably 0x0123456789ABCDEF should come out as long long in 32-bit context, but HP compiler truncates it to 32-bit value. Which in turn breaks GF(2^m) arithmetics in hpux-parisc2-cc build. Therefore this fix...
-
- Jan 24, 2004
-
-
Andy Polyakov authored
-
Andy Polyakov authored
-
Richard Levitte authored
-
- Jan 22, 2004
-
-
Richard Levitte authored
-
- Jan 21, 2004
-
-
Dr. Stephen Henson authored
-
Andy Polyakov authored
-
- Jan 10, 2004
-
-
Richard Levitte authored
VMS. The C RTL can handle it well if the "directory" is a logical name with no colon, therefore ending being 'logname/file'. However, if the given logical names actually has a colon, or if you use a full VMS-syntax directory, you end up with 'logname:/file' or 'dev:[dir1.dir2]/file', and that isn't handled in any good way. So, on VMS, we need to check if the directory string ends with a separator (one of ':', ']' or '>' (< and > can be used instead [ and ])), and handle that by not inserting anything between the directory spec and the file name. In all other cases, it's assumed the directory spec is a logical name, so we need to place a colon between it and the file. Notified by Kevin Greaney <kevin.greaney@hp.com>.
-
- Jan 08, 2004
-
-
Lutz Jänicke authored
PR: #748 Submitted by: Kirill Kochetkov <kochet@ixbt.com>
-
Lutz Jänicke authored
PR: #570 Submitted by: Martin Witzel <MWITZEL@de.ibm.com>
-
- Jan 04, 2004
-
-
Lutz Jänicke authored
Submitted by: "Martin Witzel" <MWITZEL@de.ibm.com> PR: #570
-
Lutz Jänicke authored
Submitted by: Gertjan van Oosten <gertjan@West.NL> PR: #804
-
Lutz Jänicke authored
ANSI C 89. Undo change to maintain compatibility.
-
- Dec 27, 2003
-
-
Richard Levitte authored
This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
-
Richard Levitte authored
Check if IDEA is being built or not. This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
-
Richard Levitte authored
This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
-
Richard Levitte authored
specially if it is. Add a few OpenBSD-specific cases. This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
-
Richard Levitte authored
This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
-
Richard Levitte authored
This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
-
Richard Levitte authored
This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
-
Richard Levitte authored
-