summaryrefslogtreecommitdiffstats
path: root/lib/libmd/mdX.3
Commit message (Collapse)AuthorAgeFilesLines
* Remove the RFC 1319 MD2 Message-Digest Algorithm routines from libmd.obrien2012-04-281-11/+1
| | | | | | | | | | 1. The licensing terms for the MD2 routines from RFC is not under a BSD-like license. Instead it is only granted for non-commercial Internet Privacy-Enhanced Mail. 2. MD2 is quite deprecated as it is no longer considered a cryptographically strong algorithm. Discussed with: so (cperciva), core
* Remove reference to no longer existing document.phk2009-01-091-5/+0
| | | | Spotted by: Bjoern Voigt <bjoern@cs.tu-berlin.de>
* Fix an 11 year old mistake: Let the hash functions take a void* insteadphk2006-01-171-2/+2
| | | | of unsigned char* argument.
* Expand contractions.ru2005-02-151-1/+1
|
* Expand *n't contractions.ru2005-02-131-3/+3
|
* Sort sections.ru2005-01-201-3/+3
|
* Assorted mdoc(7) fixes:hmp2003-10-091-7/+16
| | | | | | | | | | - fix hard sentence breaks - sprinkle a few .Vt's where neccessary - remove incorrect use of `\-' - proper quoting using .Dq, instead of manual ``...'' Approved by: des@ (mentor) Reviewed by: ru@
* The .Fn functioncharnier2003-03-241-5/+10
|
* Modernize my email address.phk2002-03-251-2/+2
|
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-2/+2
|
* Remove whitespace at EOL.dd2001-07-151-5/+5
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* mdoc(7) police: use proper markup for function arguments.ru2001-04-041-6/+6
|
* Add a new entrypoint to the hashes in libmd:phk2001-03-171-0/+20
| | | | | | | | | char * FooFileChunk(const char *filename, char *buf, off_t offset, off_t length) Which only hashes part of a file. Implement FooFile() in terms of this function. Submitted by: roam
* mdoc(7) police: removed history info from the .Os FreeBSD call.ru2000-12-141-2/+1
|
* Introduce .Lb macro to libmd manpagesphantom2000-04-221-0/+2
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Fix bug in MDx test suite.wollman1999-02-261-2/+3
| | | | Add Eric Young's SHA-[01] implementations.
* Add a note about the insecurity of MD4 and potential vulnerability ofwollman1999-02-111-4/+24
| | | | MD5 to similar attacks.
* Split the padding out into a separate function.phk1998-03-271-1/+10
| | | | | | | | Synchronize the kernel and libmd versions of md5c.c PR: misc/6127 Reviewed by: phk Submitted by: Ari Suutari <ari@suutari.iki.fi>
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aqcharnier1998-03-191-4/+4
|
* Make the MD* header files C++-aware. Also, string arguments are supposedjoerg1997-08-251-2/+2
| | | | | | | to be of type `const char *'. PR: 3291 Submitted by: dima@tejblum.dnttm.rssi.ru (Dmitrij Tejblum)
* FIxed arg types (mostly missing consts) in synopsis.bde1997-03-191-3/+3
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Add #include <sys/types>phk1996-10-221-1/+2
|
* Use -mdoc macros properly.wollman1996-10-091-39/+50
| | | | | | Translate from Danglish into English. Refer to the alogrithms as ``RSA Data Security MDX message digest'' as required by the license.
* Some minor man page cleanup.mpp1996-08-231-1/+1
|
* Correct two errors in the manual page.jdp1996-05-281-2/+2
|
* Added some missing MLINKS for section 3 man pages.mpp1996-02-091-1/+1
| | | | | | | Also corrected a few minor formatting errors, file location and cross references in some of the section 3 man pages. This shuts up a lot of the output from "manck" for section 3.
* Change this to do what it should have done from the start.phk1995-07-121-13/+22
| | | | | Add argument for buffer for output. Fix manuals.
* Reviewed by: phkphk1994-07-241-0/+116
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.
OpenPOWER on IntegriCloud