| Age | Commit message (Expand) | Author |
| 2022-05-22 | opencrypto: crypto_dispatch never fails now. Make it return void. | riastradh |
| 2022-05-22 | opencrypto: Rip out EAGAIN logic when unregistering crypto drivers. | riastradh |
| 2022-05-22 | opencrypto: Make crypto_freesession return void. | riastradh |
| 2022-05-22 | opencrypto: Make freesession callback return void. | 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 | opencrypto: Make sid=0 always invalid, but OK to free. | riastradh |
| 2022-05-19 | opencrypto: Nix CRYPTO_F_USER, CRYPTO_F_CBIMM, CRYPTO_F_CBIFSYNC. | 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 |
| 2019-11-29 | HMAC-SHA-512 has 32 bytes MAC. | hikaru |
| 2017-07-26 | update locking notes of opencrypto(9) | knakahara |
| 2017-07-18 | make cryptoret() context softint to balance dequeuing crypto_ret_q with enque... | knakahara |
| 2017-06-15 | Divide crp_devflags from crp_flags to write exclusively. | knakahara |
| 2017-06-06 | add locking notes. | knakahara |
| 2017-06-06 | restructure locks(1/2): make relation between lock and data explicit. | knakahara |
| 2017-05-25 | add cryptkop alloc/free KPI instead of manipulating cryptkop_pool directly. | knakahara |
| 2017-05-25 | remove obsoleted declarations. | knakahara |
| 2017-05-17 | opencrypto: cleanup debug messages. | knakahara |
| 2017-04-24 | separate crypto_drv_mtx from crypto_mtx. | knakahara |
| 2017-04-07 | fix race among crypto_done(), cryptoret(), and {cryptodev_op(), cryptodev_key... | knakahara |
| 2017-03-06 | add sysctl to select software/hardware encryption driver. can enable CRYPTO_D... | knakahara |
| 2016-07-07 | KNF. Remove extra spaces. No functional change. | msaitoh |
| 2016-01-22 | Needs sys/time.h for struct timespec. | dholland |
| 2015-11-28 | Re-work the module init and destroy code to allow it to be unloaded and | pgoyette |
| 2011-06-09 | -if an opencrypto(9) session is allocated, the driver is refcounted | drochner |
| 2011-05-26 | pull in AES-GCM/GMAC support from OpenBSD | drochner |
| 2011-05-24 | copy AES-XCBC-MAC support from KAME IPSEC to FAST_IPSEC | drochner |
| 2011-05-23 | add an AES-CTR xform, from OpenBSD | drochner |
| 2011-05-16 | remove redundant declarations | drochner |
| 2011-05-05 | make camellia-cbc known to the opencrypto framework | drochner |
| 2011-02-25 | make the use of SHA2-HMAC by FAST_IPSEC compliant to current standards: | drochner |
| 2011-02-24 | small modifications in dealing with the unknown result size of compression/ | drochner |
| 2009-09-04 | It is best to explicitly include <sys/condvar.h> if we're going to | he |
| 2009-03-25 | Fixes PR kern/41069 and PR kern/41070. | darran |
| 2008-11-18 | Fix a race condition in opencrypto where the crypto request could be | darran |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-10 | Extend crypto.4 interface: | tls |
| 2008-02-04 | Rework opencrypto to use a spin mutex (crypto_mtx) instead of "splcrypto" | tls |
| 2008-02-02 | From Darran Hunt at Coyote Point: don't truncate HMAC to 96 bits unless | tls |
| 2008-02-01 | This code never worked on a released version of FreeBSD in the form it's | tls |
| 2008-01-19 | Add constants for modular arithmetic operations other than exponentiation -- ... | tls |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2005-11-25 | - De-couple the software crypto implementation from the rest of the | thorpej |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2003-08-21 | Pull in FreeBSD sys/opencrypto/cryptodev.h, revision 1.2.2.5 -> 1.2.2.6. | jonathan |
| 2003-08-21 | Pull up `done' flag for crypto operations from FreeBSD. FreeBSD deltas: | jonathan |
| 2003-07-30 | Move the initialization of the crypto framework from the userland | jonathan |
| 2003-07-27 | Cleanup traces of previous standalone m_apply()/m_getptr(). | jonathan |
| 2003-07-25 | Commit initial NetBSD port of the OpenCrypto Framework (OCF). This | jonathan |