Age | Commit message (Expand) | Author |
2003-10-07 | arc4 support; ok millert@, fgsch@ | Markus Friedl |
2003-09-23 | Replace select backends with poll backends. selscan() and pollscan() | Todd C. Miller |
2003-09-03 | zap context correctly, from Juergen Buchmueller <pullmoll at stop1984 dot com> | Federico G. Schwindt |
2003-08-14 | mirror change in mbufs: cuio_copyback's 4th arg is now const void * | Jason Wright |
2003-07-31 | pasto; lha@stacken.kth.se | Markus Friedl |
2003-07-24 | increase ALG_MAX_RESULT_LEN to 64 bytes for sha2-512 | Markus Friedl |
2003-07-24 | hmac-sha2-{256,384,512} support in AH/ESP auth. markus ok | Jun-ichiro itojun Hagino |
2003-06-10 | don't allow /dev/crypto to be opened ifndef CRYPTO (the thread hasn't been | Jason Wright |
2003-06-03 | license cleanup regarding term 4 | Theo de Raadt |
2003-06-03 | Fastpath for userland crypto requests. This change makes userland | Bob Beck |
2003-05-30 | move max limit back down to 65536-4 | Jason Wright |
2003-04-09 | makeing a local array static saves some bytes; idea from mickey@ | Markus Friedl |
2003-02-21 | There's no cleaning necessary for deflate compression, so remove it from | Jason Wright |
2003-02-19 | Copy the ENTIRE table into the supported algorithms (how the hell did this | Jason Wright |
2003-02-19 | lzs is lzs, lzs is not deflate | Jason Wright |
2003-02-15 | skeleton support for LZS compression | Jason Wright |
2003-02-15 | CRD_F_COMP isn't so special that it needs 4 bits for a binary flag | Jason Wright |
2003-01-08 | Move the rounds into separate functions on sparc64 so gcc's optimizer | Todd C. Miller |
2002-11-21 | From Angelos: | Jason Wright |
2002-11-12 | Add a CRYPTO_NULL xform (it's a do nothing, but nice for measuring the | Jason Wright |
2002-10-27 | Use int32_t rather long on strategic places, to be more sparc64-friendly; | Miod Vallat |
2002-08-16 | fix size in MALLOC/bzero call, from sam@errno.com, ok deraadt@ | Daniel Hartmeier |
2002-07-17 | I don't know why this breaks things for me when sshd starts on sparc64. | Artur Grabowski |
2002-07-16 | Double-pass over drivers, first hardware only, then software (if we | Angelos D. Keromytis |
2002-07-16 | Fix a typo, cleanup on session migration code in crypto_invoke(), and | Angelos D. Keromytis |
2002-07-16 | Add CRYPTO_ALGORITHM_ALL | Angelos D. Keromytis |
2002-07-10 | proper cdev_decl(crypto) and no private protos | Michael Shalayeff |
2002-07-10 | use right sizeof in memcpy; markus ok | Theo de Raadt |
2002-07-02 | inital -> initial | Nathan Binkert |
2002-06-19 | ansi | Theo de Raadt |
2002-06-19 | re-enable both crypto operations | Theo de Raadt |
2002-06-12 | looks slightly better | Theo de Raadt |
2002-06-12 | undo 1.46; fixes double free (the keys are freed on session close). | Markus Friedl |
2002-06-12 | so let us analyse the development process here: | Theo de Raadt |
2002-06-11 | kernel changes to make asymmetric crypto work in userland | Bob Beck |
2002-06-10 | fix ivory tower greek fix. ok angelos@ | Bob Beck |
2002-06-10 | You should always free the keys, not just on error --- the crypto | Angelos D. Keromytis |
2002-06-10 | __FUNCTION__ -> __func__ | Marc Espie |
2002-06-09 | Don't use an int for the flags, when the structure uses | Angelos D. Keromytis |
2002-06-07 | Handle csecreate errors. deraadt@ and beck@ | Thomas Nordin |
2002-05-18 | not ready to export fcrypt to userland yet; spotted by lebel | Theo de Raadt |
2002-05-18 | export struct fcrypt to userland | Theo de Raadt |
2002-05-08 | Don't deref null pointer in failure case. | Jason Wright |
2002-04-27 | 32 bit constraint is wrong, we think | Theo de Raadt |
2002-04-26 | minor tweaks | Theo de Raadt |
2002-04-26 | disable cryptodevallowsoft again; constrain key bit sizes to % 32cryptodev.c | Theo de Raadt |
2002-04-24 | kernel API does not need the userland addresses, make them go away | Theo de Raadt |
2002-04-23 | initial hack at a CIOCSYMFEAT ioctl | Theo de Raadt |
2002-04-23 | driver queueing & callback code for keying operations | Theo de Raadt |
2002-04-22 | KNF | Theo de Raadt |