summaryrefslogtreecommitdiff
path: root/lib/libc/crypt
AgeCommit message (Expand)Author
2009-10-31s/Mhz/MHz/, MHz is a multiple of the SI unit hertz (whose symbol is Hz).Igor Sobrado
2008-12-23repair the ARC4 story; ok jmc djm millertTheo de Raadt
2008-10-03zap __arc4_getbyte(), it was only used by the old malloc; ok millert@Otto Moerbeek
2008-06-09fix an Xr, and use a more appropriate macro;Jason McIntyre
2008-06-08arc4random_stir() does not use /dev/arandom anymore, but sysctl kern.arandomTheo de Raadt
2008-06-04fix math screwup that reintroduced a bias for upper_bounds in rangeDamien Miller
2008-04-02Zero state buffers on return. OK deraadt@Todd C. Miller
2008-03-16- add NAME entries for arc4random_buf and arc4random_uniformJason McIntyre
2008-03-16Add missing MLINKSTheo de Raadt
2008-03-16diff from djm@ committed at his request:Otto Moerbeek
2008-01-01- make arc4random*() functions thread safe. Use a custom spinlock functionKurt Miller
2007-10-08add a RETURN VALUES section.Pierre-Yves Ritschard
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-02macros at start of line require a `.';Jason McIntyre
2007-05-02Document the lack of error return value in arc4random.Pierre-Yves Ritschard
2007-03-19Get rid of useless #if 0 block, especially since the code is includedRay Lai
2007-02-20Change hard coded numbers to sizeof(buf). Also change someRay Lai
2007-02-12provide an libc internal interface to get random bytes, to be used by mallocOtto Moerbeek
2006-08-05no point mentioning functions if we have nothing useful to sayJason McIntyre
2006-07-26wording/grammar tweaks;Jason McIntyre
2006-07-26better macros;Jason McIntyre
2006-07-26document `iv';Jason McIntyre
2006-07-25updates from nicholas marriott;Jason McIntyre
2006-07-04allocate gsalt large enough; from Matthew R. Dempsky <mrd at alkemioOtto Moerbeek
2006-04-03be more careful with atoi() result; ok ottoTheo de Raadt
2005-11-30Use sysctl(KERN_ARND) to get n bytes, instead of just 4 at a timeOtto Moerbeek
2005-10-02add bf_{ecb,cbc}_{en,de}crypt to the .Nm list;Jason McIntyre
2005-10-02add bcrypt_gensalt, bcrypt, and md5crypt, to the .Nm list;Jason McIntyre
2005-08-08zap remaining rcsid.Marc Espie
2005-07-17punctuation and minor rewording, ok jmcJared Yanovich
2005-06-07RC4 is a trademark. Rest of text left intact.Kjell Wooding
2005-06-06Change email address for author, at his request.Kjell Wooding
2005-06-06Change license to standard OpenBSD boilerplate, with permissionKjell Wooding
2005-06-04use the new fat random sysctl to get initial state. (fallback to looping).Ted Unangst
2005-05-26sync setkey prototype with realityTodd C. Miller
2005-02-25Be correct in our man pages when talking about NUL termination (that is,Chad Loder
2004-12-22Test the upper limit for the max # of rounds to, to avoid wrapping and endingOtto Moerbeek
2004-11-03knf, no binary changeHans-Joerg Hoexer
2004-11-02ansi, indentation, etc.Hans-Joerg Hoexer
2004-11-02kill spacesHans-Joerg Hoexer
2004-10-01add some missing $, ok djm@ 'That looks fine to me' millert@Jonathan Gray
2004-09-14do the char * to u_char * song and dance back and forth explicitly asTheo de Raadt
2004-04-06some of these functions are prototyped in pwd.h; ok deraadt@Damien Miller
2003-11-26Discard first 256 bytes of keystream, as per recommendation inDamien Miller
2003-08-28wording improvement from Michael Knudsen;Jason McIntyre
2003-08-16just use sysctl for stirring. thread safe and can't fail.Ted Unangst
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
2003-08-07ansiTheo de Raadt
2003-08-07ansiTheo de Raadt