s3:libsmb: allow store_cldap_reply() to work with a ipv6 response
[samba.git] / lib / crypto /
2024-04-24 Jo Suttonlib:crypto: Fix Coverity build
2024-04-23 Stefan Metzmacherlib/crypto: add legacy_gnutls_server_end_point_cb(...
2024-04-21 Jo Suttonlib:crypto: Add more unit tests for GKDI functions
2024-04-16 Jo Suttonlib:crypto: Reformat source code
2024-03-28 Andrew Bartletts4-dsdb: Populate new GKDI root keys from the server...
2024-03-01 Jo Suttonlib:crypto: Check for overflow in GKDI rollover interva...
2024-03-01 Jo Suttonlib:crypto: Correct GKDI interval start time calculation
2024-03-01 Jo Suttonlib:crypto: Add error checking to GKDI key start time...
2024-02-16 Jo Suttonlib:crypto: Add test for GMSA password derivation
2024-02-16 Jo Suttonlib:crypto: Add functions for deriving gMSA passwords
2024-02-16 Jo Suttonlib:crypto: Add more GKDI functions
2024-02-16 Jo Suttonlib:crypto: Explicitly check for zero
2024-02-16 Jo Suttonlib:crypto: Comment on GKDI definitions
2024-02-16 Jo Suttonlib:crypto: Export gkid_key_type() and gkid_is_valid()
2024-02-16 Jo Suttonlib:crypto: Fix code formatting
2023-12-22 Joseph Suttonlib:crypto: Add tests for GKDI key derivation
2023-12-22 Joseph Suttonlib:crypto: Add implementation of GKDI key derivation
2023-12-21 Joseph Suttonlib:crypto: Add GKDI module with some constants
2023-12-08 Joseph Suttonlib:crypto: Remove unused Rijndael cipher header
2023-12-08 Joseph Suttonlib:crypto: Remove redundant array zeroing
2023-11-30 Andreas Schneiderlib:crypto: Use bytearray macros
2023-11-30 Joseph Suttonlib:crypto: Add test for samba_gnutls_sp800_108_derive_...
2023-11-30 Joseph Suttonlib:crypto: Add ‘FixedData’ parameter to samba_gnutls_s...
2023-11-30 Joseph Suttonlib:crypto: Have samba_gnutls_sp800_108_derive_key...
2023-11-30 Joseph Suttonlib:crypto: Clean up HMAC handle in one place
2023-11-30 Joseph Suttonlib:crypto: Add missing call to gnutls_hmac_deinit()
2023-11-30 Joseph Suttonlib:crypto: Add common out path to samba_gnutls_sp800_1...
2023-11-30 Joseph Suttonlib:crypto: Split out core of samba_gnutls_sp800_108_de...
2023-11-30 Joseph Suttonlib:crypto: Add tests for samba_gnutls_sp800_108_derive...
2023-11-30 Joseph Suttonlib:crypto: Add samba_gnutls_sp800_108_derive_key()
2023-11-30 Joseph Suttonlib:crypto: Remove unused variable
2023-11-30 Joseph Suttonlib:crypto: Remove unused imports
2023-11-20 Andreas SchneiderUse python.h from libreplace
2023-09-11 Joseph Suttonlib:crypto: Fix code spelling
2023-08-08 Joseph Suttonpython: Use correct function signatures
2023-06-30 Andrew Bartlettbuild: Remove unused check for SHA1_Update and SHA1_REN...
2023-06-30 Andrew BartlettRemove redundant check and fallback for AES CMAC 128...
2023-06-30 Andrew Bartlettcrypto: Remove aesni-intel accelerated AES crypto functions
2023-06-30 Andrew Bartlettcrypto: Rely on GnuTLS 3.6.13 and gnutls_pbkdf2()
2023-06-16 Volker Lendeckelib: Add a few required #includes
2023-04-03 Andreas Schneiderlib:crypto: Improve comment about weak crypto
2022-10-05 Joseph Suttonlib:crypto: Change error return to SMB_ASSERT()
2022-09-12 Joseph SuttonCVE-2021-20251 lib:crypto: Add Python functions for...
2022-09-12 Joseph SuttonCVE-2021-20251 lib:crypto: Add md4_hash_blob() for...
2022-09-12 Joseph SuttonCVE-2021-20251 lib:crypto: Add des_crypt_blob_16()...
2022-09-12 Joseph Suttonlib:crypto: Use constant time memory comparison to...
2022-09-12 Joseph Suttonlib:crypto: Check for overflow before filling pauth_tag...
2022-09-12 Joseph Suttonlib:crypto: Zero auth_tag array in encryption test
2022-07-28 Andreas Schneiderlib:crypto: Add test for pbkdf2
2022-07-28 Andreas Schneiderlib:crypto: Add test for samba_gnutls_aead_aes_256_cbc_...
2022-07-28 Andreas Schneiderlib:crypto: Add samba_gnutls_aead_aes_256_cbc_hmac_sha5...
2022-07-28 Andreas Schneiderlib:crypto: Add test for samba_gnutls_aead_aes_256_cbc_...
2022-07-28 Andreas Schneiderlib:crypto: Implement samba_gnutls_aead_aes_256_cbc_hma...
2022-07-28 Andreas Schneiderlib:crypto: Merge wscript_build into wscript
2022-07-28 Andreas Schneiderlib:crypto: Merge wscript_configure into wscript
2022-07-28 Andreas Schneiderlib:crypto: Reformat wscript
2020-10-29 Isaac Boukrislib:crypto: Add py binding for set_relax/strict fips...
2020-05-08 Gary LockyerFix clang 9 missing-field-initializer warnings
2020-03-19 Andreas Schneiderlib:crypto: Add samba_gnutls_weak_crypto()
2019-12-10 Andreas Schneiderlib:crypto: Build intel aes-ni only if GnuTLS doesn...
2019-12-10 Andreas Schneiderlib:crypto: Only build AES code if we need AES CMAC
2019-12-10 Andreas Schneiderlib:crypto: Remove our implementation of AES GCM
2019-12-10 Andreas Schneiderlib:crypto: Remove our implementation of AES CCM
2019-09-01 Mathieu ParentSpelling fixes s/ ot / to /
2019-08-21 Andreas Schneiderlib:crypto: Do not build AES-CMAC if we use GnuTLS...
2019-08-21 Andrew Bartlettlib/crypto: Remove unused RC4 code from Samba
2019-08-21 Andreas Schneiderlib:crypto: Prepare not to build AES or AES-CMAC if...
2019-08-21 Andrew Bartlettcrypto: Update REQUIREMENTS file with new minimum version
2019-07-26 Andreas Schneiderlib:crypto: Don't build RC4 if we have GnuTLS >= 3.4.7
2019-07-26 Andreas Schneiderlib:crypto: Remove arcfour.h from crypto.h
2019-07-26 Andreas Schneiderlib:crypto: Use GnuTLS RC4 in py_crypto
2019-07-26 Andreas Schneiderlib:crypto: Document samba_gnutls_arcfour_confounded_md5()
2019-07-26 Andreas Schneiderlib:crypto: Document gnutls_error_to_werror()
2019-07-26 Andreas Schneiderlib:crypto: Document gnutls_error_to_ntstatus()
2019-07-09 Andreas Schneiderlib:crypto: Add GNUTLS_FIPS140_SET_(LAX|STRICT)_MODE...
2019-07-09 Andreas Schneiderlib:crypto: Fix path to header file in gnutls_helpers.h
2019-06-27 Andrew Bartlettlib/crypto: Use GnuTLS RC4 for samba_gnutls_arcfour_con...
2019-06-27 Andrew Bartlettlib/crypto: Add GnuTLS helper function samba_gnutls_arc...
2019-06-27 Andreas Schneiderlibcli:util: Add gnutls_error_to_werror()
2019-06-27 Andrew Bartlettlib/crypto: move gnutls error wrapper to own subsystem
2019-05-27 Gary LockyerFix ubsan null pointer passed as argument 2
2019-05-21 Andreas Schneiderlib:crypto: Remove obsolete MD5 and HMAC MD5
2019-05-16 Noel Powerlib/crypto: squash 'cast between incompatible function...
2019-05-07 Andreas Schneiderlib:crypto: Remove unused SHA512
2019-04-30 Andreas Schneiderlib:crypto: Remove unused SHA256 and HMAC SHA256
2019-03-21 Andrew Bartlettbuild: Remove bld.gen_python_environments()
2019-02-27 Andreas Schneiderlib:crypto: Include only the required header files
2018-11-22 Andreas Schneiderlib:crypto: Fix undefined behavior in md4
2018-10-09 Volker Lendeckelib: Remove lib/crypto/crc32.[ch]
2018-09-05 Alexander Bokovoylib/crypto/wscript_configure: update to handle waf...
2018-09-05 Alexander Bokovoylib/crypto/wscript: update to handle waf 2.0.4
2018-04-03 Stefan Metzmacherlib/crypto: avoid 'return void_function();' which isn...
2018-03-27 Eric VannierAllow AESNI to be used on all processor supporting...
2018-02-09 Andrew Bartlettlib/crypto/REQUIREMENTS: DRSUAPI replication replicated...
2018-02-07 Andrew Bartlettlib/crypto: Update REQUIREMENTS for recent Samba changes
2018-01-08 Andreas Schneidercrypto: Update the REQUIREMENTS
2017-11-22 Uri Simchonilib/crypto: remove unused code
2017-09-07 Jeremy Allisonlib: crypto: Add the ability to select Intel AESNI...
2017-09-07 Jeremy Allisonlib: crypto: Plumb in the Intel AES instructions.
2017-09-07 Jeremy Allisonlib: crypt: Prepare the existing code to switch to...
next