summaryrefslogtreecommitdiff
path: root/lib/crypto/py_crypto.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Use python.h from libreplaceAndreas Schneider1-1/+1
2023-08-08python: Use correct function signaturesJoseph Sutton1-2/+2
2023-06-30crypto: Rely on GnuTLS 3.6.13 and gnutls_pbkdf2()Andrew Bartlett1-7/+0
2022-09-12CVE-2021-20251 lib:crypto: Add Python functions for AES SAMR password changeJoseph Sutton1-0/+221
2022-09-12CVE-2021-20251 lib:crypto: Add md4_hash_blob() for hashing data with MD4Joseph Sutton1-0/+35
2022-09-12CVE-2021-20251 lib:crypto: Add des_crypt_blob_16() for encrypting data with DESJoseph Sutton1-0/+65
2020-10-29lib:crypto: Add py binding for set_relax/strict fips modeIsaac Boukris1-0/+16
2020-05-08Fix clang 9 missing-field-initializer warningsGary Lockyer1-1/+1
2019-07-26lib:crypto: Use GnuTLS RC4 in py_cryptoAndreas Schneider1-5/+29
2019-05-16lib/crypto: squash 'cast between incompatible function types' warningNoel Power1-1/+1
2017-03-15lib/crypto: implement samba.crypto Python module for RC4Alexander Bokovoy1-0/+90