| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-03-12 | spelling |  jsg | 2 | -4/+4 |
| 2020-07-22 | Add missing CVS tags. |  tobhe | 12 | -0/+12 |
| 2020-06-27 | don't try to expand alignment using __aligned(16) on local variables. |  deraadt | 1 | -4/+2 |
| 2020-06-24 | kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9) |  cheloha | 1 | -2/+2 |
| 2020-06-21 | add constructions for wireguard. |  dlg | 2 | -0/+174 |
| 2020-06-21 | add hchacha20 for wireguard. |  dlg | 1 | -0/+40 |
| 2020-06-21 | curve25519 for wireguard. |  dlg | 2 | -0/+933 |
| 2020-06-21 | add blake2s for wireguard. |  dlg | 2 | -0/+309 |
| 2020-05-29 | rndvar.h not needed here |  deraadt | 1 | -2/+1 |
| 2020-04-15 | idgen32(9): use time_uptime(9) for rekey timestamps, not time_second(9) |  cheloha | 1 | -2/+2 |
| 2020-03-30 | Break crypto_unregister() sanity check into two expressions, making it |  krw | 1 | -4/+6 |
| 2020-03-29 | Don't access past end of cc_alg[] when trying to avoid |  krw | 1 | -4/+4 |
| 2019-01-09 | free(9) sizes. |  mpi | 2 | -7/+7 |
| 2018-05-31 | Add sizes for free(). |  fcambus | 1 | -6/+7 |
| 2018-04-09 | Move some AES-related defines into xform.h to reduce duplication. |  visa | 2 | -10/+10 |
| 2018-01-05 | Sync with the code in libc |  mikeb | 1 | -2/+2 |
| 2017-11-30 | Fix the IPL and flags of the MP-safe crypto taskq. Now a sane IPL |  visa | 1 | -2/+2 |
| 2017-08-10 | the userland crypto interface died long ago, can clean up the header |  tedu | 1 | -36/+1 |
| 2017-05-31 | make the AES-XTS mode a little more constant-time, though the AES |  djm | 1 | -5/+4 |
| 2017-05-17 | Revert MI AES-XTS code back to T-tables amid poor performance |  mikeb | 2 | -8/+11 |
| 2017-05-02 | Switch 802.11 crypto over to the new AES |  mikeb | 4 | -17/+17 |
| 2017-05-02 | Switch glxsb(4), VIA padlock and AES-NI drivers over to the new AES |  mikeb | 1 | -0/+2 |
| 2017-05-02 | Switch OCF and IPsec over to the new AES |  mikeb | 5 | -47/+42 |
| 2017-04-30 | Constant time AES implementation |  mikeb | 2 | -0/+922 |
| 2017-04-12 | The kernel has to slightly different version of SipHash_Final but with |  florian | 1 | -4/+3 |
| 2017-02-07 | Reduce the per-packet allocation costs for crypto operations (cryptop) |  patrick | 3 | -32/+31 |
| 2017-02-07 | The return code of crp_callback is never checked, so it is not |  bluhm | 1 | -2/+2 |
| 2016-09-19 | convert bcopy to memcpy. from david hill |  tedu | 4 | -13/+13 |
| 2016-09-15 | all pools have their ipl set via pool_setipl, so fold it into pool_init. |  dlg | 1 | -7/+5 |
| 2016-09-02 | Remove variables 'm' and 'uio' that are only ever assigned to |  tom | 1 | -5/+1 |
| 2016-04-18 | Add a mechanism for dispatching mpsafe crypto operations. This adds a new |  kettenis | 2 | -4/+19 |
| 2015-12-10 | Remove plain DES from the kernel crypto framework, including the crypto |  naddy | 7 | -168/+33 |
| 2015-11-18 | Cleanup gotos as suggested by jsing@ along with spaces and label names |  mikeb | 1 | -8/+7 |
| 2015-11-13 | remove unused ARC4 support; ok mikeb@ |  naddy | 3 | -31/+20 |
| 2015-11-13 | Remove unused non HMAC versions of MD5 and SHA1; ok mpi, deraadt, naddy |  mikeb | 4 | -70/+21 |
| 2015-11-12 | remove a few unused defines |  mikeb | 2 | -7/+3 |
| 2015-11-12 | another define from the dsa era |  mikeb | 1 | -2/+1 |
| 2015-11-12 | spacing |  mikeb | 1 | -2/+1 |
| 2015-11-07 | Update copyright information |  mikeb | 3 | -7/+12 |
| 2015-11-07 | Pass AES_GMAC context as a void pointer to cut down on casts in xform.c |  mikeb | 3 | -28/+27 |
| 2015-11-07 | Allow overriding ghash_update() with an optimized MD function. Use |  naddy | 2 | -6/+12 |
| 2015-11-06 | Instead of multiplying with 0..1, extend the bit into a mask and do an AND. |  naddy | 1 | -4/+4 |
| 2015-11-04 | Pass context as a void pointer to cut down on casts in xform.c |  mikeb | 3 | -24/+24 |
| 2015-11-03 | Remove two unused defines |  mikeb | 1 | -3/+1 |
| 2015-11-03 | Enable Chacha20-Poly1305 in the software crypto driver |  mikeb | 1 | -1/+25 |
| 2015-11-03 | Hook up Chacha20-Poly1305 to the OpenBSD Cryptographic Framework |  mikeb | 3 | -6/+33 |
| 2015-11-03 | Chacha20-Poly1305 AEAD construction as described in RFC7634 and RFC7539 |  mikeb | 2 | -0/+173 |
| 2015-10-29 | Import Poly1305 Message Authentication Code |  mikeb | 2 | -0/+326 |
| 2015-10-27 | Use verbose defines instead of hardcoded values for clarity when |  mikeb | 1 | -7/+7 |
| 2015-10-27 | Sync chacha_ivsetup to the version in ssh so that we could |  mikeb | 1 | -4/+4 |