annotate modules/crypto/md5 @ 17935:0ad1f4c9eed5 default tip

tests: support stderr verification with returns_() * tests/init.sh (returns_): Disable tracing for this wrapper function, so that stderr of the wrapped command is unchanged, allowing for verification of the contents.
author Pádraig Brady <P@draigBrady.com>
date Mon, 16 Feb 2015 17:20:39 +0000
parents 0c8459454095
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8607
6a710ab46914 Move crypto modules to crypto/.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
1 Description:
6a710ab46914 Move crypto modules to crypto/.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
2 Compute MD5 checksum.
6a710ab46914 Move crypto modules to crypto/.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
3
6a710ab46914 Move crypto modules to crypto/.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
4 Files:
17565
0c8459454095 md5, sha1, sha256, sha512: use openssl routines if available
Pádraig Brady <P@draigBrady.com>
parents: 15997
diff changeset
5 lib/gl_openssl.h
8607
6a710ab46914 Move crypto modules to crypto/.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
6 lib/md5.h
6a710ab46914 Move crypto modules to crypto/.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
7 lib/md5.c
17565
0c8459454095 md5, sha1, sha256, sha512: use openssl routines if available
Pádraig Brady <P@draigBrady.com>
parents: 15997
diff changeset
8 m4/gl-openssl.m4
8607
6a710ab46914 Move crypto modules to crypto/.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
9 m4/md5.m4
6a710ab46914 Move crypto modules to crypto/.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
10
6a710ab46914 Move crypto modules to crypto/.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
11 Depends-on:
17565
0c8459454095 md5, sha1, sha256, sha512: use openssl routines if available
Pádraig Brady <P@draigBrady.com>
parents: 15997
diff changeset
12 extern-inline
15997
d8fd2f096b83 crypto libraries: use stdalign
Paul Eggert <eggert@cs.ucla.edu>
parents: 15215
diff changeset
13 stdalign
8607
6a710ab46914 Move crypto modules to crypto/.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
14 stdint
6a710ab46914 Move crypto modules to crypto/.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
15
6a710ab46914 Move crypto modules to crypto/.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
16 configure.ac:
6a710ab46914 Move crypto modules to crypto/.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
17 gl_MD5
6a710ab46914 Move crypto modules to crypto/.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
18
6a710ab46914 Move crypto modules to crypto/.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
19 Makefile.am:
15215
2a070a31a8a2 crypto/md5: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 9138
diff changeset
20 lib_SOURCES += md5.c
8607
6a710ab46914 Move crypto modules to crypto/.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
21
6a710ab46914 Move crypto modules to crypto/.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
22 Include:
6a710ab46914 Move crypto modules to crypto/.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
23 "md5.h"
6a710ab46914 Move crypto modules to crypto/.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
24
17565
0c8459454095 md5, sha1, sha256, sha512: use openssl routines if available
Pádraig Brady <P@draigBrady.com>
parents: 15997
diff changeset
25 Link:
0c8459454095 md5, sha1, sha256, sha512: use openssl routines if available
Pádraig Brady <P@draigBrady.com>
parents: 15997
diff changeset
26 $(LIB_CRYPTO)
0c8459454095 md5, sha1, sha256, sha512: use openssl routines if available
Pádraig Brady <P@draigBrady.com>
parents: 15997
diff changeset
27
8607
6a710ab46914 Move crypto modules to crypto/.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
28 License:
9138
9321c69be4bc 2007-08-07 Simon Josefsson <simon@josefsson.org>
Simon Josefsson <simon@josefsson.org>
parents: 8607
diff changeset
29 LGPLv2+
8607
6a710ab46914 Move crypto modules to crypto/.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
30
6a710ab46914 Move crypto modules to crypto/.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
31 Maintainer:
6a710ab46914 Move crypto modules to crypto/.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
32 Jim Meyering, glibc