index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
crypto
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-22
lib:crypto: Add tests for GKDI key derivation
Joseph Sutton
2
-0
/
+497
2023-12-22
lib:crypto: Add implementation of GKDI key derivation
Joseph Sutton
3
-1
/
+448
2023-12-21
lib:crypto: Add GKDI module with some constants
Joseph Sutton
3
-0
/
+56
2023-12-08
lib:crypto: Remove unused Rijndael cipher header
Joseph Sutton
1
-46
/
+0
2023-12-08
lib:crypto: Remove redundant array zeroing
Joseph Sutton
1
-1
/
+0
2023-11-30
lib:crypto: Use bytearray macros
Andreas Schneider
1
-2
/
+2
2023-11-30
lib:crypto: Add test for samba_gnutls_sp800_108_derive_key() using NIST test ...
Joseph Sutton
1
-0
/
+260
2023-11-30
lib:crypto: Add ‘FixedData’ parameter to samba_gnutls_sp800_108_derive_key()
Joseph Sutton
3
-20
/
+52
2023-11-30
lib:crypto: Have samba_gnutls_sp800_108_derive_key() support various output k...
Joseph Sutton
1
-24
/
+63
2023-11-30
lib:crypto: Clean up HMAC handle in one place
Joseph Sutton
1
-6
/
+5
2023-11-30
lib:crypto: Add missing call to gnutls_hmac_deinit()
Joseph Sutton
1
-0
/
+1
2023-11-30
lib:crypto: Add common out path to samba_gnutls_sp800_108_derive_key()
Joseph Sutton
1
-3
/
+4
2023-11-30
lib:crypto: Split out core of samba_gnutls_sp800_108_derive_key()
Joseph Sutton
1
-34
/
+62
2023-11-30
lib:crypto: Add tests for samba_gnutls_sp800_108_derive_key()
Joseph Sutton
2
-0
/
+138
2023-11-30
lib:crypto: Add samba_gnutls_sp800_108_derive_key()
Joseph Sutton
3
-0
/
+182
2023-11-30
lib:crypto: Remove unused variable
Joseph Sutton
1
-2
/
+0
2023-11-30
lib:crypto: Remove unused imports
Joseph Sutton
1
-1
/
+0
2023-11-20
Use python.h from libreplace
Andreas Schneider
1
-1
/
+1
2023-09-11
lib:crypto: Fix code spelling
Joseph Sutton
1
-1
/
+1
2023-08-08
python: Use correct function signatures
Joseph Sutton
1
-2
/
+2
2023-06-30
build: Remove unused check for SHA1_Update and SHA1_RENAME_NEEDED
Andrew Bartlett
1
-5
/
+0
2023-06-30
Remove redundant check and fallback for AES CMAC 128 as we now require GnuTLS...
Andrew Bartlett
10
-2627
/
+1
2023-06-30
crypto: Remove aesni-intel accelerated AES crypto functions
Andrew Bartlett
1
-26
/
+0
2023-06-30
crypto: Rely on GnuTLS 3.6.13 and gnutls_pbkdf2()
Andrew Bartlett
2
-11
/
+0
2023-06-16
lib: Add a few required #includes
Volker Lendecke
1
-0
/
+1
2023-04-03
lib:crypto: Improve comment about weak crypto
Andreas Schneider
1
-2
/
+1
2022-10-05
lib:crypto: Change error return to SMB_ASSERT()
Joseph Sutton
1
-8
/
+6
2022-09-12
CVE-2021-20251 lib:crypto: Add Python functions for AES SAMR password change
Joseph Sutton
1
-0
/
+221
2022-09-12
CVE-2021-20251 lib:crypto: Add md4_hash_blob() for hashing data with MD4
Joseph Sutton
1
-0
/
+35
2022-09-12
CVE-2021-20251 lib:crypto: Add des_crypt_blob_16() for encrypting data with DES
Joseph Sutton
2
-1
/
+66
2022-09-12
lib:crypto: Use constant time memory comparison to check HMAC
Joseph Sutton
1
-3
/
+3
2022-09-12
lib:crypto: Check for overflow before filling pauth_tag array
Joseph Sutton
1
-0
/
+8
2022-09-12
lib:crypto: Zero auth_tag array in encryption test
Joseph Sutton
1
-1
/
+1
2022-07-28
lib:crypto: Add test for pbkdf2
Andreas Schneider
1
-0
/
+47
2022-07-28
lib:crypto: Add test for samba_gnutls_aead_aes_256_cbc_hmac_sha512_decrypt()
Andreas Schneider
1
-0
/
+48
2022-07-28
lib:crypto: Add samba_gnutls_aead_aes_256_cbc_hmac_sha512_decrypt()
Andreas Schneider
2
-0
/
+189
2022-07-28
lib:crypto: Add test for samba_gnutls_aead_aes_256_cbc_hmac_sha512_encrypt()
Andreas Schneider
2
-0
/
+238
2022-07-28
lib:crypto: Implement samba_gnutls_aead_aes_256_cbc_hmac_sha512_encrypt()
Andreas Schneider
3
-12
/
+288
2022-07-28
lib:crypto: Merge wscript_build into wscript
Andreas Schneider
2
-54
/
+55
2022-07-28
lib:crypto: Merge wscript_configure into wscript
Andreas Schneider
2
-15
/
+20
2022-07-28
lib:crypto: Reformat wscript
Andreas Schneider
1
-2
/
+5
2020-10-29
lib:crypto: Add py binding for set_relax/strict fips mode
Isaac Boukris
1
-0
/
+16
2020-05-08
Fix clang 9 missing-field-initializer warnings
Gary Lockyer
1
-1
/
+1
2020-03-19
lib:crypto: Add samba_gnutls_weak_crypto()
Andreas Schneider
3
-0
/
+56
2019-12-10
lib:crypto: Build intel aes-ni only if GnuTLS doesn't provide AES CMAC
Andreas Schneider
1
-1
/
+2
2019-12-10
lib:crypto: Only build AES code if we need AES CMAC
Andreas Schneider
1
-1
/
+2
2019-12-10
lib:crypto: Remove our implementation of AES GCM
Andreas Schneider
5
-570
/
+0
2019-12-10
lib:crypto: Remove our implementation of AES CCM
Andreas Schneider
5
-645
/
+0
2019-09-01
Spelling fixes s/ ot / to /
Mathieu Parent
1
-1
/
+1
2019-08-21
lib:crypto: Do not build AES-CMAC if we use GnuTLS that supports it
Andreas Schneider
1
-2
/
+4
[next]