| #
01112a17
|
| 08-Mar-2022 |
Kyle Evans <kevans@FreeBSD.org> |
libmd: tests: raise WARNS to the default
The drivers just had a small issue, passing a literal string as non-const. Fix it and lift WARNS.
PR: 280784 (exp-run) Reviewed by: delphij, emaste Differ
libmd: tests: raise WARNS to the default
The drivers just had a small issue, passing a literal string as non-const. Fix it and lift WARNS.
PR: 280784 (exp-run) Reviewed by: delphij, emaste Differential Revision: https://reviews.freebsd.org/D34501
show more ...
|
| #
e0c51286
|
| 08-Mar-2022 |
Kyle Evans <kevans@FreeBSD.org> |
libmd: split tests out into the test infrastructure
Make us a little less reliant on individuals running the tests, we'll start running them as part of CI.
PR: 280784 (exp-run) Reviewed by: delphi
libmd: split tests out into the test infrastructure
Make us a little less reliant on individuals running the tests, we'll start running them as part of CI.
PR: 280784 (exp-run) Reviewed by: delphij Differential Revision: https://reviews.freebsd.org/D34500
show more ...
|
| #
a2f733ab
|
| 24-Nov-2023 |
Warner Losh <imp@FreeBSD.org> |
lib: Automated cleanup of cdefs and other formatting
Apply the following automated changes to try to eliminate no-longer-needed sys/cdefs.h includes as well as now-empty blank lines in a row.
Remov
lib: Automated cleanup of cdefs and other formatting
Apply the following automated changes to try to eliminate no-longer-needed sys/cdefs.h includes as well as now-empty blank lines in a row.
Remove /^#if.*\n#endif.*\n#include\s+<sys/cdefs.h>.*\n/ Remove /\n+#include\s+<sys/cdefs.h>.*\n+#if.*\n#endif.*\n+/ Remove /\n+#if.*\n#endif.*\n+/ Remove /^#if.*\n#endif.*\n/ Remove /\n+#include\s+<sys/cdefs.h>\n#include\s+<sys/types.h>/ Remove /\n+#include\s+<sys/cdefs.h>\n#include\s+<sys/param.h>/ Remove /\n+#include\s+<sys/cdefs.h>\n#include\s+<sys/capsicum.h>/
Sponsored by: Netflix
show more ...
|
| #
1d386b48
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line .c pattern
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
|
| #
3b50f6bf
|
| 09-Apr-2011 |
Mark Murray <markm@FreeBSD.org> |
Add SHA512 (Actually, this is Colin Percival's code for SHA256, with relevant constants changed).
While I'm here clean up the tests and Makefile.
PR: misc/124164 Submitted by: KIMURA Yasuhiro < ya
Add SHA512 (Actually, this is Colin Percival's code for SHA256, with relevant constants changed).
While I'm here clean up the tests and Makefile.
PR: misc/124164 Submitted by: KIMURA Yasuhiro < yasu utahime org > MFC after: 1 month
show more ...
|
| #
5d946b40
|
| 30-Sep-2001 |
Matthew Dillon <dillon@FreeBSD.org> |
add __FBSDID()s to libmd
|
| #
7f3dea24
|
| 28-Aug-1999 |
Peter Wemm <peter@FreeBSD.org> |
$Id$ -> $FreeBSD$
|
| #
c177a86b
|
| 26-Feb-1999 |
Garrett Wollman <wollman@FreeBSD.org> |
Fix bug in MDx test suite. Add Eric Young's SHA-[01] implementations.
|
| #
f7787644
|
| 25-Aug-1997 |
Joerg Wunsch <joerg@FreeBSD.org> |
Make the MD* header files C++-aware. Also, string arguments are supposed to be of type `const char *'.
PR: 3291 Submitted by: dima@tejblum.dnttm.rssi.ru (Dmitrij Tejblum)
|
| #
7e546392
|
| 22-Feb-1997 |
Peter Wemm <peter@FreeBSD.org> |
Revert $FreeBSD$ to $Id$
|
| #
05f65b29
|
| 12-Jul-1995 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Change this to do what it should have done from the start. Add argument for buffer for output. Fix manuals.
|
| #
c9502b53
|
| 24-Jul-1994 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Reviewed by: phk Imported libmd. This library contains MD2, MD4 and MD5. These three boggers pop up all over the place all of the time, so I decided we needed a library with them. In general they
Reviewed by: phk Imported libmd. This library contains MD2, MD4 and MD5. These three boggers pop up all over the place all of the time, so I decided we needed a library with them. In general they are used for security checks, so if you use them you want to link them static.
show more ...
|