Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Zap context correctly, from Juergen Buchmueller <pullmoll at stop1984 dot com> | 2003-09-08 | 1 | -5/+5 | |
| | | | | Same as sys/crypto/sha2.c revision 1.2 | ||||
* | Remove bogus static; from Hiroki Sato | 2003-07-21 | 1 | -3/+3 | |
| | |||||
* | missing const; millert ok | 2003-06-25 | 2 | -4/+4 | |
| | |||||
* | Sync with share/misc/license.template and add missing DARPA credit | 2003-06-17 | 3 | -24/+28 | |
| | | | | where applicable. | ||||
* | Use an ISC-tyle license for all my code; it is simpler and more permissive. | 2003-06-03 | 3 | -66/+33 | |
| | |||||
* | - section reorder | 2003-05-30 | 3 | -52/+52 | |
| | | | | - whitespace at EOL | ||||
* | Include string.h for memset() proto; noticed by lebel@ | 2003-05-09 | 3 | -3/+6 | |
| | |||||
* | Add sha2 routines based on code by Aaron D. Gifford with minor | 2003-05-08 | 4 | -6/+1309 | |
| | | | | | | massaging and a man page by me. I used the phk-derived stuff for sha2hl.c instead of Aaron's for consistency with our other hash routines. | ||||
* | Clear the digest local var w/ memset() in the End function. | 2003-05-08 | 2 | -12/+14 | |
| | |||||
* | updated URL from Leandro Costa; | 2003-05-06 | 1 | -2/+3 | |
| | | | | ok millert@ | ||||
* | Move the rounds into separate functions on sparc64 so gcc's optimizer | 2003-01-08 | 2 | -22/+69 | |
| | | | | | | doesn't blow up. This is a hack but is better than compiling sha1.c with -O0 on sparc64. From NetBSD (mrg). deraadt@ OK | ||||
* | o Ansi function headers | 2002-12-23 | 4 | -67/+51 | |
| | | | | | | | | o Add __BEGIN_DECLS/__END_DECLS to include files o Safe macros o Remove useless variable assignment in the End function of *hl.c o Some minor KNF, needs more From Dan Weeks | ||||
* | compile sparc64 version of sha1.go with -O0, too. OK jason@ | 2002-01-16 | 1 | -1/+4 | |
| | |||||
* | add RFC 3174 to SEE ALSO section | 2001-10-29 | 1 | -1/+6 | |
| | |||||
* | sync with rmd160.h | 2001-10-01 | 1 | -4/+4 | |
| | |||||
* | new rmd160 implementation. based on | 2001-10-01 | 2 | -400/+340 | |
| | | | | ftp://ftp.rsasecurity.com/pub/cryptobytes/crypto3n2.pdf, ok deraadt@ | ||||
* | Also build the .so version of sha1 without optimization. | 2001-09-25 | 1 | -1/+3 | |
| | | | | ok jason@ | ||||
* | get previous right... | 2001-09-24 | 1 | -2/+2 | |
| | |||||
* | add hack for sha1.po on sparc64, too | 2001-09-24 | 1 | -1/+4 | |
| | |||||
* | gcc hangs when compiling sha1 on sparc64, workaround. | 2001-09-02 | 1 | -1/+6 | |
| | |||||
* | o) We always close .Bl and .Bd tags; | 2001-08-06 | 2 | -6/+4 | |
| | | | | | | | | | | o) .Sh AUTHOR -> .Sh AUTHORS; o) We don't like .Pp before/after .Sh; o) We don't like .Pp before/after .Rs/.Re; o) NetBSD -> .Nx; o) OpenBSD -> .Ox; millert@ ok | ||||
* | mdoc prefers `\e' as an escape character. | 2000-12-21 | 2 | -4/+4 | |
| | |||||
* | Repairs, mostly removing hard sentence breaks. | 2000-04-18 | 2 | -11/+16 | |
| | |||||
* | Add missing MLINKs | 1999-11-17 | 1 | -4/+6 | |
| | |||||
* | - let cryptographic checksums refer to each other | 1999-10-06 | 1 | -2/+3 | |
| | | | | - avoid .Xref to one's own manpage | ||||
* | More <sys/file.h> vs. <fcntl.h> and open() flags fixes. | 1999-08-17 | 2 | -6/+6 | |
| | |||||
* | Explicitly include <sys/types.h> and some minor style points. | 1999-08-16 | 1 | -5/+10 | |
| | |||||
* | more unescaped \n lines in nroff documents | 1999-08-11 | 2 | -4/+4 | |
| | |||||
* | - remove all trailing whitespace | 1999-07-09 | 2 | -6/+6 | |
| | | | | | | | | | | * except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it... | ||||
* | The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os. | 1999-07-07 | 2 | -2/+4 | |
| | | | | | | | Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one. | ||||
* | kill some old macros | 1999-05-25 | 2 | -4/+4 | |
| | |||||
* | punctuation | 1999-05-25 | 2 | -4/+4 | |
| | |||||
* | Fixup of formatting in the example source code | 1999-04-18 | 2 | -6/+6 | |
| | |||||
* | Add thread-safety to libc, so that libc_r will build (on i386 at least). | 1998-11-20 | 1 | -2/+2 | |
| | | | | | | | | | | | | | All POSIX libc api now there (to P1003.1c/D10) (more md stuff is needed for other libc/arch/*) (setlogin is no longer a special syscall) Add -pthread option to gcc (that makes it use -lc_r and -D_POSIX_THREADS). Doc some re-entrant routines Add libc_r to intro(3) dig() uses some libc srcs and an extra -I was needed there. Add more md stuff to libc_r. Update includes for the pthreads api Update libc_r TODO | ||||
* | Make RMD160Update a little less overzealous when fed small crumbs. | 1998-09-09 | 1 | -24/+29 | |
| | |||||
* | Remove the advertising clause in my old license, it impedes free use | 1998-06-21 | 2 | -10/+4 | |
| | | | | | of the code as a large number of similar clauses makes it impossible to write an ad for a product using the code... | ||||
* | nbytes - ofs should never be less than 0 (Oops on me) | 1998-06-02 | 1 | -0/+2 | |
| | |||||
* | teach rmd160 not to throw leftovers out the window | 1998-03-23 | 1 | -22/+44 | |
| | |||||
* | .Bx Open -> .Ox 2.x | 1998-03-07 | 2 | -6/+4 | |
| | |||||
* | extra commas go foom foom foom | 1998-02-27 | 2 | -4/+4 | |
| | |||||
* | Fix compiler warnings. | 1997-08-24 | 1 | -2/+5 | |
| | |||||
* | tabify + trailing blanks | 1997-07-23 | 2 | -12/+12 | |
| | |||||
* | Converting u_char[] -> u_int[] is easy on little endian machines :-) | 1997-07-18 | 1 | -1/+5 | |
| | |||||
* | Use u_int32_t not size_t. | 1997-07-17 | 1 | -3/+2 | |
| | |||||
* | Typo | 1997-07-17 | 1 | -2/+2 | |
| | |||||
* | Manpage for RMD*(3) | 1997-07-17 | 2 | -2/+226 | |
| | |||||
* | More typos. | 1997-07-17 | 1 | -3/+3 | |
| | |||||
* | Allow passing of a NULL digest to RMD160Final(3). | 1997-07-17 | 1 | -6/+8 | |
| | |||||
* | mdX(3)-like interface to RIPEMD-160 hash function. Code by | 1997-07-17 | 3 | -2/+465 | |
| | | | | Antoon Bosselaers and massaged by me to fit the mdX(3) API. | ||||
* | Fix typo | 1997-07-17 | 1 | -2/+2 | |
| |