SymCrypt-OpenSSL/SslPlay
Maxwell McKee 1e43d97679
Provider Ciphers and Rand (#60)
* Add ctr-drbg implementation

* Add AES-CBC implementation

* Add ECB

* Rename engine files to avoid conflicts with common files

* Add gcm support in provider

* Add AES CCM cipher

* Cleanup code

* Refactor cipher files, add XTS (disabled)

* Cleanup

* Remove unnecessary headers

* Clean up common code annotations

* Cleanup and mark unused parameters

* Further tidying

* Make provider base code more consistent with rest of code base

* Clean up includes

* Address first round of comments

* Address comments

* Address comments, add cfb

* Address comments

* Fix clang compilation error
2023-05-16 14:35:23 -07:00
..
CMakeLists.txt SymCrypt provider base (#57) 2023-03-02 10:51:34 -08:00
SslPlay.cpp Provider Ciphers and Rand (#60) 2023-05-16 14:35:23 -07:00