| Age | Commit message (Expand) | Author |
| 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 |
| 2020-01-27 | Split the module glue out from the rest of opencrypto/ocryptodev to | pgoyette |
| 2020-01-27 | If we get an error from devsw_attach(), don't destroy the error value, | pgoyette |
| 2020-01-16 | Initialize the session variable to an impossible session to prevent compiler | christos |
| 2019-12-12 | Rather than keeping a separate mutex, condvar, and pserialize for each | pgoyette |
| 2019-11-29 | crypto(4): accept CRYPTO_SHA2_384_HMAC and CRYPTO_SHA2_512_HMAC. | hikaru |
| 2019-11-29 | HMAC-SHA-512 has 32 bytes MAC. | hikaru |
| 2019-10-12 | add (void *) intermediate casts to elide gcc function cast warnings. This | christos |
| 2019-10-06 | xc_barrier - convenience function to xc_broadcast() a nop. | uwe |
| 2019-10-01 | in many device attach paths, allocate memory with KM_SLEEP instead of KM_NOSLEEP | chs |
| 2019-07-11 | relinguish our lock while we are autoloading. | christos |
| 2019-07-11 | Disable unloading until we keep track of references | christos |
| 2019-06-13 | Try to load swcrypto if we we did not find any software drivers. | christos |
| 2019-06-13 | don't always panic when modunload crypto (int the pool destroy code, because | christos |
| 2019-03-01 | Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly | pgoyette |
| 2019-01-27 | Merge the [pgoyette-compat] branch | pgoyette |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2018-06-06 | Remove duplicate ; | maya |
| 2018-02-08 | Typos. | dholland |
| 2018-01-08 | Fix PR kern/52910. Reported and implemented a patch by Sevan Janiyan, thanks. | knakahara |
| 2018-01-08 | Committed debugging logs by mistake, sorry. Revert cryoto.c:r.1.103 and ip6_f... | knakahara |
| 2018-01-08 | Fix PR kern/52910. Reported and implemented a patch by Sevan Janiyan, thanks. | knakahara |
| 2017-11-30 | add fo_name so we can identify the fileops in a simple way. | christos |
| 2017-11-14 | check results of pool_prime. | christos |
| 2017-11-09 | use PR_NOWAIT. | christos |
| 2017-09-22 | fix opencrypto(9) part of PR kern/52515 | knakahara |
| 2017-07-31 | use pool_cache(9) instead of pool(9) as they can be called concurrently. | knakahara |
| 2017-07-31 | use kmem_alloc KPI instead of malloc KPI. | knakahara |
| 2017-07-31 | pack crypto_drivers variables to struct and add cacheline_aligned qualifier. | knakahara |
| 2017-07-31 | refactor: remove glue macros for FreeBSD code. | knakahara |
| 2017-07-28 | Avoid another userland-controlled integer overflow. | riastradh |
| 2017-07-28 | Avert userland-controlled integer overflow. | riastradh |
| 2017-07-28 | Don't disclose uninitialized 32-bit word if cryptodev_session fails. | riastradh |
| 2017-07-26 | update locking notes of opencrypto(9) | knakahara |