aboutsummaryrefslogtreecommitdiff
path: root/sys/opencrypto
Commit message (Expand)AuthorAgeFilesLines
* correct minor # in make_dev callSam Leffler2002-11-081-1/+1
* change load order so module is present before crypto driversSam Leffler2002-11-081-1/+1
* Module-ize the 'core' crypto stuff. This may still need to be compiledMark Murray2002-10-162-3/+31
* Change iov_base's type from `char *' to the standard `void *'. AllMike Barcroft2002-10-111-1/+1
* o split crypto_proc into two threads: one for processing requests and oneSam Leffler2002-10-071-52/+92
* remove CIOGSSESSION (get software session); it was added only for testingSam Leffler2002-10-072-4/+1
* In-kernel crypto framework derived from openbsd. This facility providesSam Leffler2002-10-0421-0/+7317