aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/prov/commoncrypto
Commit message (Expand)AuthorAgeFilesLines
* Fix CommonCrypto declJack Lloyd2021-04-071-1/+1
* Avoid raw pointers in Cipher_ModeJack Lloyd2021-04-071-2/+2
* More raw pointer removalJack Lloyd2021-04-051-1/+1
* Update OpenSSL and CommonCrypto providersJack Lloyd2021-04-032-5/+5
* Make scan_name.h, cpuid.h and http_util.h internalJack Lloyd2020-11-281-1/+1
* Remove some unused includes of rounding.hJack Lloyd2020-11-111-1/+0
* Disable MD4/MD5 support in CommonCryptoJack Lloyd2020-11-111-9/+0
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-061-1/+1
* 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