Age | Commit message (Expand) | Author |
2003-02-19 | Copy the ENTIRE table into the supported algorithms (how the hell did this | Jason Wright |
2002-11-21 | From Angelos: | Jason Wright |
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-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-09 | Don't use an int for the flags, when the structure uses | Angelos D. Keromytis |
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-03-04 | crypto_check_alg() is not needed | Theo de Raadt |
2002-01-23 | It looks like there has been one crack smoking and a few cut and pastes. | Artur Grabowski |
2002-01-23 | Pool deals fairly well with physical memory shortage, but it doesn't deal | Artur Grabowski |
2001-11-13 | and for the case where it allocates a bunch at a time, also make sure the | Theo de Raadt |
2001-11-13 | incorrect check | Theo de Raadt |
2001-11-09 | be way more sure that software cannot be used | Theo de Raadt |
2001-11-08 | indent | Theo de Raadt |
2001-08-05 | put in tags for ARC4 to please ben, who now has no excuses | Theo de Raadt |
2001-06-27 | KNF | Angelos D. Keromytis |
2001-06-26 | Remove space. | Angelos D. Keromytis |
2001-06-25 | Add crypto_check_alg(), from jgarfiel@seas.upenn.edu | Angelos D. Keromytis |
2001-06-25 | Update copyright; you can use this with or without fee (unless your | Angelos D. Keromytis |
2001-06-23 | New prototype for crypto_register(), to take into account maximum key | Angelos D. Keromytis |
2001-06-23 | merge crypto/crypto{dev,}.h to crypto/cryptodev.h, to avoid name conflicts in... | Theo de Raadt |
2001-06-16 | KNF | Theo de Raadt |
2001-06-06 | Use pool(9) for some of the structures, and splimp/splx to protect | Angelos D. Keromytis |
2001-05-13 | initial cut at /dev/crypto support. takes original mbuf "try, and discard | Theo de Raadt |
2001-05-05 | Use the M_CRYPTO_DATA and M_CRYPTO_OPS malloc types. | Angelos D. Keromytis |
2000-12-13 | make the 31-bit code work on 32-bit machines. | Niels Provos |
2000-09-07 | avoid excessive wakeup(). we think this is safe... | Theo de Raadt |
2000-08-19 | MALLOC/FREE -> malloc/free ok art@ angelos@ | Nathan Binkert |
2000-07-03 | Fix tail queue leakage (zzlevo@dd.chalmers.se) | Angelos D. Keromytis |
2000-06-20 | crypto_done(), all it does for now is invoke the callback. | Angelos D. Keromytis |
2000-06-18 | Add Rijndael (128-bit blocksize) in the software crypto driver. | Angelos D. Keromytis |
2000-06-18 | Move prototype to include file. | Angelos D. Keromytis |
2000-06-18 | Crypto kernel thread interface; requests are enqueued and processed by | Angelos D. Keromytis |
2000-06-06 | OpenBSD tags | Theo de Raadt |
2000-04-28 | crypto_dispatch() only returns an error if the argument it was | Angelos D. Keromytis |
2000-04-28 | avoid using void * when we are talking about pointers | Theo de Raadt |
2000-04-23 | Change the type of freesession to take u_int64_t as argument. | Angelos D. Keromytis |
2000-04-18 | Add a few newlines for readability. | Angelos D. Keromytis |
2000-03-19 | split crypto driver front-end from software crypto engine | Theo de Raadt |
2000-03-17 | Cryptographic services framework, and software "device driver". The | Angelos D. Keromytis |