aboutsummaryrefslogtreecommitdiff
path: root/security/nist-kat
Commit message (Collapse)AuthorAgeFilesLines
* MFH: r499798John Baldwin2019-05-063-1/+63
| | | | | | | | | | | | Add AES-CCM and plain SHA digest test vectors. These will be used to expand testing of OCF crypto algorithms in future changes to the base system OCF tests. Approved by: ports-secteam (miwi) Notes: svn path=/branches/2019Q2/; revision=500936
* Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.Jimmy Olgeni2017-11-021-2/+2
| | | | | | | This round is @FreeBSD.org residents except teams. Notes: svn path=/head/; revision=453381
* Add Public Domain support to ports license framework. You can now useDmitry Marakasov2016-01-121-4/+1
| | | | | | | | | | | | | | | | LICENSE= PD Note that although Public Domain is not technically a license, it's handled in the same way as licenses here, which is a common practice (Arch, Gentoo, Fedora, Debian, even FOSSology do the same). Convert all ports which redefine Public Domain LICENSE to LICENSE=PD. Approved by: portmgr (bapt) Differential Revision: D4149 Notes: svn path=/head/; revision=405874
* Add port to install various NIST KAT files. These are used by theJohn-Mark Gurney2015-03-224-0/+187
tests in tests/sys/opencrypto to validate parts of the OpenCrypto subsystem... Sponsored by: The FreeBSD Foundation Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D2064 Notes: svn path=/head/; revision=381886