summaryrefslogtreecommitdiff
path: root/lib/libc/crypt/Makefile.inc
AgeCommit message (Expand)Author
2014-12-08delete documentation for deleted DES interfacesTed Unangst
2014-12-08remove setkey and encrypt interfaces. they are useless and dangerous.Ted Unangst
2014-11-20split crypt_checkpass off into a new fileTed Unangst
2014-11-18add crypt_newhash to NAME and add an MLINK;Jason McIntyre
2014-07-12Split arc4random_uniform into it's own file, to assist other projectsTheo de Raadt
2014-05-16update NAME and MLINKS for previous;Jason McIntyre
2014-05-12remove md5crypt.Ted Unangst
2013-10-21Remove arc4random_stir() and arc4random_addrandom(), which none shouldTheo de Raadt
2010-10-28remove skipjack and cast from the libc; ok deraadtMike Belopuhov
2010-02-03Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependentMiod Vallat
2008-03-16Add missing MLINKSTheo de Raadt
2003-08-12Split crypto routine sup again, but differently. This should make theTheo de Raadt
2003-08-07unsplice crypt.c and morecrypt.c; start to document some bcrypt and md5cryptTheo de Raadt
1999-11-17Add missing MLINKsTodd C. Miller
1999-02-26skipjack in libc; isakmpd and such will want itTheo de Raadt
1998-11-20Add thread-safety to libc, so that libc_r will build (on i386 at least).David Leonard
1998-07-21Add CAST encryption, implementation by Steve Reid <sreid@sea-to-sky.net>.Niels Provos
1997-04-16typoTheo de Raadt
1997-04-15documentation for arc4random. this is out of memory, might needNiels Provos
1997-02-16prelim manpage, cleanup, fixed crippled plaintext: sed does a niceNiels Provos
1997-02-13added bcrypt + blowfishNiels Provos
1996-12-28arc4random() number generator, for use with things like RPC xid's.dm
1996-06-03Add md[245] routines in libc/md, remove md5 from libc/crypt. Add $OpenBSD$Niklas Hallqvist
1996-05-30add md5crypt()Theo de Raadt
1996-03-25Update prototypes to match declarationsThorsten Lockert
1995-12-16non-USA crypto code by davidb@werj.com.au. The source has been splitTheo de Raadt