| Age | Commit message (Expand) | Author |
| 2022-09-10 | fix misspellings of 'available' and nearby typos | rillig |
| 2022-06-26 | opencrypto(9): Fix missing initialization in error branch. | riastradh |
| 2022-05-22 | opencrypto: Assert session id is valid in crypto_freesession. | riastradh |
| 2022-05-22 | opencrypto: Prune dead code now that crypto_dispatch never fails. | riastradh |
| 2022-05-22 | opencrypto: crypto_dispatch never fails now. Make it return void. | riastradh |
| 2022-05-22 | opencrypto: Assert driver process routine returns 0 or ERESTART. | riastradh |
| 2022-05-22 | opencrypto: Rip out EAGAIN logic when unregistering crypto drivers. | riastradh |
| 2022-05-22 | opencrypto: Assert nonnull callback up front in crypto_dispatch. | riastradh |
| 2022-05-22 | crypto(4): Nix dead code now that crypto_freesession never fails. | riastradh |
| 2022-05-22 | opencrypto: Make crypto_freesession return void. | riastradh |
| 2022-05-22 | opencrypto: Make freesession callback return void. | riastradh |
| 2022-05-22 | crypto(4): crypto_freesession should never fail here. | riastradh |
| 2022-05-22 | cryptosoft(4): Prune dead branches. Assert session id validity. | riastradh |
| 2022-05-22 | opencrypto: Assert crp_desc and crp_buf are nonnull. | riastradh |
| 2022-05-22 | crypto(4): Refuse crypto operations with nothing in them earlier. | riastradh |
| 2022-05-22 | opencrypto: Assert num>0 in crypto_getreq, num=1 in crypto_kgetreq. | riastradh |
| 2022-05-22 | opencrypto: Make crp_callback, krp_callback return void. | riastradh |
| 2022-05-22 | opencrypto: Nix CRYPTO_F_DONE. | riastradh |
| 2022-05-22 | crypto(4): Fix possible use-after-free in race around detach. | riastradh |
| 2022-05-22 | cryptosoft(4): Rip out nonsense to quietly ignore sid=0. | riastradh |
| 2022-05-22 | opencrypto: Make sid=0 always invalid, but OK to free. | riastradh |
| 2022-05-21 | crypto(4): Fix set-but-unused variable warning. | riastradh |
| 2022-05-21 | crypto(4): Don't signal the condvar for multi-operation completion. | riastradh |
| 2022-05-19 | opencrypto: Assert !cpu_intr_p() on dispatch and invoke. | riastradh |
| 2022-05-19 | opencrypto: Nix CRYPTO_F_USER, CRYPTO_F_CBIMM, CRYPTO_F_CBIFSYNC. | riastradh |
| 2022-05-18 | crypto(4): Simplify error test in cryptodev_op. | riastradh |
| 2022-05-18 | crypto(4): Narrow scope of cryptodev_mtx to cover wait. | riastradh |
| 2022-05-18 | crypto(4): Nix long-dead code and comments. | riastradh |
| 2022-05-18 | crypto(4): Use IPL_NONE, not IPL_NET, for /dev/crypto pools. | riastradh |
| 2022-05-17 | opencrypto: Factor setting CRYPTO_F_DONE out of branches. | riastradh |
| 2022-05-17 | opencrypto(9): Omit needless casts around callbacks. | riastradh |
| 2022-03-31 | For device modules that provide both auto-config and /dev/xxx | pgoyette |
| 2022-03-12 | crypto(4): Refuse count>1 for old CIOCNCRYPTM. | riastradh |
| 2021-08-14 | fix typo in CRK_ALGORITHM_MIN definition to match CRK_ALGORITHM_MAX one. | andvar |
| 2021-08-09 | fix typos in asymmetry, asymmetric(al), symmetrical. | andvar |
| 2021-04-06 | Fix ATF failures, sorry. | knakahara |
| 2021-04-05 | refactor: reduce access to swcr_sessions[i] directly | knakahara |
| 2021-04-05 | refactor: reduce changing swcr_sesnum | knakahara |
| 2021-04-05 | use kmem_{z,}alloc() instead of malloc() | knakahara |
| 2020-07-04 | Fix kmem_free size in recent malloc->kmem conversion. | riastradh |
| 2020-06-30 | Rename enc_xform_rijndael128 -> enc_xform_aes. | riastradh |
| 2020-06-29 | opencrypto: Switch from legacy rijndael API to new aes API. | riastradh |
| 2020-06-14 | swcrypto(4): Simplify iv generation logic with cprng_fast. | riastradh |
| 2020-04-22 | Make crypto/rijindael optional again as cprng_strong does no longer | rin |
| 2020-04-13 | slightly change and fix the semantics of pool_set*wat(), pool_sethardlimit() | chs |
| 2020-04-08 | Revert previous change to use SYSCTL_SETUP since it breaks on macppc. | pgoyette |
| 2020-03-16 | Use the module subsystem's ability to process SYSCTL_SETUP() entries to | pgoyette |
| 2020-02-01 | softint_disestablish does xc_barrier(0) for us already. | riastradh |
| 2020-02-01 | Switch opencrypto to percpu_create. | riastradh |
| 2020-01-27 | Remove left-over #includes | pgoyette |