summaryrefslogtreecommitdiff
path: root/lib/crypto/py_crypto.c
Commit message (Expand)AuthorAgeFilesLines
* CVE-2021-20251 lib:crypto: Add Python functions for AES SAMR password changeJoseph Sutton2022-09-121-0/+221
* CVE-2021-20251 lib:crypto: Add md4_hash_blob() for hashing data with MD4Joseph Sutton2022-09-121-0/+35
* CVE-2021-20251 lib:crypto: Add des_crypt_blob_16() for encrypting data with DESJoseph Sutton2022-09-121-0/+65
* lib:crypto: Add py binding for set_relax/strict fips modeIsaac Boukris2020-10-291-0/+16
* Fix clang 9 missing-field-initializer warningsGary Lockyer2020-05-081-1/+1
* lib:crypto: Use GnuTLS RC4 in py_cryptoAndreas Schneider2019-07-261-5/+29
* lib/crypto: squash 'cast between incompatible function types' warningNoel Power2019-05-161-1/+1
* lib/crypto: implement samba.crypto Python module for RC4Alexander Bokovoy2017-03-151-0/+90