aboutsummaryrefslogtreecommitdiff
path: root/sys/opencrypto/cbc_mac.c
Commit message (Expand)AuthorAgeFilesLines
* cryptosoft: Fix support for variable tag lengths in AES-CCM.John Baldwin2021-10-061-134/+23
* Adjust crypto_apply function callbacks for OCF.John Baldwin2020-06-101-7/+21
* Don't panic for empty CCM requests.John Baldwin2019-04-241-3/+0
* Fix another bug introduced during the review process of r344140:Sean Eric Fagan2019-02-251-6/+22
* Fix another issue from r344141, having to do with size of a shift amount.Sean Eric Fagan2019-02-151-1/+1
* Pasting in a source control line missed the last quote. Fixed.Sean Eric Fagan2019-02-151-1/+1
* Add CBC-MAC authentication.Sean Eric Fagan2019-02-151-0/+252