aboutsummaryrefslogtreecommitdiff
path: root/security/isal-kmod
Commit message (Collapse)AuthorAgeFilesLines
* Remove WWW lines that have been moved into MakefilesStefan Eßer2022-09-081-1/+0
| | | | Approved by: portmgr (implicit)
* Move more WWW entries from pkg-descr files into MakefilesStefan Eßer2022-09-081-0/+1
| | | | | | | The WWW: lines in the pkg-descr files of these ports where not at the end of those files and have been missed in prior conversion runs. Approved by: portmgr (implicit)
* security/isal-kmod: Remove unused DRIVER_MODULE devclass on recent main.John Baldwin2022-05-202-5/+5
| | | | Differential Revision: https://reviews.freebsd.org/D35238
* security/isal-kmod: Use native crypto_cursor_segment() on 13.0-STABLE.John Baldwin2021-10-212-5/+5
| | | | | Fix the build on today's 13.0-STABLE which added crypto_cursor_segment() in the kernel.
* cleanup: drop support for EOL FreeBSD 11.XRene Ladan2021-09-301-1/+0
| | | | | | | | | | | | | | | | | Search criteria used: - 11.4 - OSREL* - OSVER* - *_FreeBSD_11 Input from: - adridg: devel/qca-legacy - jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds - sunpoet: security/p5-*OpenSSL* Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust Differential Revision: https://reviews.freebsd.org/D32008 Test Plan: make index
* security/isal-kmod: Update to a version that uses crypto_cursor_segment().John Baldwin2021-06-162-8/+9
| | | | | | | | This API was added to src in beb817edfe22cdea91e19a60c42caabd9404da48. Reviewed by: jrm, gallatin Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D30538
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Add a new security/isal-kmod port.John Baldwin2020-08-053-0/+46
This port builds a kernel crypto device driver which uses routines from Intel's ISA-L crypto library to perform AES-GCM encryption and decryption. Reviewed by: mat Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D25514 Notes: svn path=/head/; revision=544254