aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/prov/commoncrypto
Commit message (Expand)AuthorAgeFilesLines
* More header mergingJack Lloyd2020-11-031-1/+1
* Fix memory leakRichard Huveneers2020-06-181-0/+13
* Replaced C-style cast with static_castRichard Huveneers2020-06-131-1/+1
* Fix 32-bit update parameter overflowRichard Huveneers2020-06-131-2/+8
* CommonCrypto: improve name parsing for block cipherRichard Huveneers2020-02-183-8/+17
* FixJack Lloyd2020-02-151-0/+1
* Fix inclusion of headers for commoncrypto moduleJack Lloyd2020-02-155-14/+10
* Make exceptions easier to translate to error codesJack Lloyd2018-11-231-4/+13
* Fix type errorJack Lloyd2018-11-211-1/+1
* Avoid calling memset, memcpy within library codeJack Lloyd2018-11-172-3/+3
* Refactor mode tests, and correct bugs foundJack Lloyd2018-09-293-7/+17
* Add CommonCrypto block cipher supportJose Pereira2018-09-105-3/+204
* Add CommonCrypto cipher modes supportJose Pereira2018-09-095-5/+443
* Add commoncrypto OS feature so it cannot be enabled on other systemsJack Lloyd2018-09-041-0/+4
* Indent to match conventions.Jack Lloyd2018-09-042-75/+73
* Add support for hashing with CommonCryptoJose Pereira2018-09-033-0/+184