summaryrefslogtreecommitdiffstats
path: root/share/man/man4/crypto.4
Commit message (Collapse)AuthorAgeFilesLines
* Fix a typo (opencrypto -> crypto) and remove useless comment.kevlo2015-12-151-5/+2
|
* Fix various mdoc issues.brueffer2014-12-211-1/+0
| | | | Found with: mandoc -Tlint
* Add some new modes to OpenCrypto. These modes are AES-ICM (can be usedjmg2014-12-121-70/+379
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for counter mode), and AES-GCM. Both of these modes have been added to the aesni module. Included is a set of tests to validate that the software and aesni module calculate the correct values. These use the NIST KAT test vectors. To run the test, you will need to install a soon to be committed port, nist-kat that will install the vectors. Using a port is necessary as the test vectors are around 25MB. All the man pages were updated. I have added a new man page, crypto.7, which includes a description of how to use each mode. All the new modes and some other AES modes are present. It would be good for someone else to go through and document the other modes. A new ioctl was added to support AEAD modes which AES-GCM is one of them. Without this ioctl, it is not possible to test AEAD modes from userland. Add a timing safe bcmp for use to compare MACs. Previously we were using bcmp which could leak timing info and result in the ability to forge messages. Add a minor optimization to the aesni module so that single segment mbufs don't get copied and instead are updated in place. The aesni module needs to be updated to support blocked IO so segmented mbufs don't have to be copied. We require that the IV be specified for all calls for both GCM and ICM. This is to ensure proper use of these functions. Obtained from: p4: //depot/projects/opencrypto Relnotes: yes Sponsored by: FreeBSD Foundation Sponsored by: NetGate
* remove link to the missing AMD Geode LX SB man page... we can add itjmg2014-03-131-1/+0
| | | | back once someone cares enough to write one..
* Xref aesni(4).brueffer2010-09-091-1/+2
|
* Xref glxsb(4).brueffer2009-03-031-1/+2
| | | | MFC after: 3 days
* Update to include the Camellia algorithm which is in the code butgnn2008-06-161-0/+1
| | | | which was accidentally left undocumented in the manual page.
* Remove the last entries to fast_ipsec.bz2007-08-021-2/+2
| | | | | | | | Merge in parts of the old fast_ipsec.4 man page to ipsec.4 and start updating ipsec.4 man page. Reviewed by: brueffer, sam (slightly earlier versions), bmah Approved by: re (bmah)
* Xref padlock(4), also fast_ipsec(4) and geli(8) as consumers of this device.brueffer2005-12-101-0/+3
| | | | MFC after: 3 days
* Splice in cryptodev (this man page originated on openbsd where there issam2004-01-161-5/+11
| | | | | | | | no cryptodev module.) Should probably create a separate cryptodev man page (or a link to this one) but for now add enough so folks understand the relationship between the two. Prodded by: phk
* Add reference to safe.4brueffer2003-12-271-0/+1
| | | | MFC after: 5 days
* english(4) police.schweikh2002-12-271-1/+1
|
* mdoc(7) police: overhaul.ru2002-12-101-30/+30
| | | | Approved by: re
* manual pages for the new kernel crypto support (need work)sam2002-10-041-0/+113
Obtained from: openbsd
OpenPOWER on IntegriCloud