History log of /openbsd/include/md5.h (Results 1 – 17 of 17)
Revision Date Author Comments
# 4a39ccd0 05-Dec-2012 deraadt <deraadt@openbsd.org>

Remove excessive sys/cdefs.h inclusion
ok guenther millert kettenis


# e4803734 22-Jun-2004 jfb <jfb@openbsd.org>

Make the `filename' parameter to HASHFile() and HASHFileChunk() const
ok pedro@, millert@


# 9dfc8d30 03-May-2004 millert <millert@openbsd.org>

Add Pad and FileChunk functions for each family of hash functions.
The Pad function does padding like in Final but does not finish processing.
The FileChunk function creates a digest from a portion o

Add Pad and FileChunk functions for each family of hash functions.
The Pad function does padding like in Final but does not finish processing.
The FileChunk function creates a digest from a portion of a file.
Also made the length parameters consistent (and size_t).

show more ...


# 6cb58d42 29-Apr-2004 millert <millert@openbsd.org>

Undo some recent prototype changes; it is legal to pass the helper
functions can take a NULL buf pointer. They will malloc memory as
needed in this case.


# c0be0e2f 28-Apr-2004 millert <millert@openbsd.org>

Rename members of struct MD5Context to match other hash routines.
Add constants for buffer lengths and use them.
Make bit count 64bit based on changes by niklas@ long ago.
Conver htole32n() to macros

Rename members of struct MD5Context to match other hash routines.
Add constants for buffer lengths and use them.
Make bit count 64bit based on changes by niklas@ long ago.
Conver htole32n() to macros and unroll loops.

show more ...


# 33693a73 28-Apr-2004 millert <millert@openbsd.org>

PD version of md5(3) based on code written by Colin Plumb.


# d9dd16ce 07-Oct-2003 avsm <avsm@openbsd.org>

corrent __bounded__ attribute for the *Data functions, and add
__minbytes__ checks where appropriate. tested by itojun@

fixes PR 3505 from Janjaap van Velthooven


# 89b95c1c 01-Aug-2003 avsm <avsm@openbsd.org>

add __bounded__ attributes for userland headers; enabled with -Wbounded
ok deraadt@


# 3e87668a 26-Jun-2003 avsm <avsm@openbsd.org>

backout the __bounded__ attributes for a while; requested by deraadt@


# 585be00b 26-Jun-2003 avsm <avsm@openbsd.org>

Mark various standard library functions with the __bounded__ attribute.
You must have an up-to-date gcc for this!
deraadt@ ok


# 232cf197 23-Dec-2002 millert <millert@openbsd.org>

o Ansi function headers
o Add __BEGIN_DECLS/__END_DECLS to include files
o Safe macros
o Remove useless variable assignment in the End function of *hl.c
o Some minor KNF, needs more
From Dan Weeks


# c72b5b24 16-Feb-2002 millert <millert@openbsd.org>

Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be don

Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.

show more ...


# 6bcf620f 28-Mar-2000 millert <millert@openbsd.org>

Expose MDXTransform functions to be consistent with sha1 and rmd160.


# 2ff22c85 24-Nov-1996 niklas <niklas@openbsd.org>

64-bit cleanup + pedantic -W flags


# e0659826 30-Sep-1996 millert <millert@openbsd.org>

Protect prototypes with __P.


# a46338d3 29-Sep-1996 millert <millert@openbsd.org>

Use bittypes so we work on 64-bit machines.


# 46785f0f 03-Jun-1996 niklas <niklas@openbsd.org>

Add md[245].h include files for use with the md support in libc, from FreeBSD