]> git.ipfire.org Git - thirdparty/openssl.git/history - providers/implementations/kdfs
threads_pthread.c: change inline to ossl_inline
[thirdparty/openssl.git] / providers / implementations / kdfs /
2024-05-13  Dimitri John Ledkovfips: zeroization of public security parameters (PSPs)
2024-04-25  Dimitri John Ledkovhkdf: when HMAC key is all zeros, still set a valid...
2024-04-09  Todd ShortFix EVP_PKEY_CTX_add1_hkdf_info() behavior
2024-04-09  Richard LevitteCopyright year updates
2024-04-01  Jiasheng Jiangkdfs/hmacdrbg_kdf.c: Add checks for the EVP_MD_get_size()
2024-01-25  Neil HormanAdd appropriate NULL checks in EVP_CIPHER api
2024-01-05  Neil Hormancleanse stack variable in kdf_pbkdf1_do_derive
2024-01-03  Neil Hormanvalidate requested key length in kdf_pbkdf1_do_derive
2023-10-26  Daiki UenoAccept longer context for TLS 1.2 exporters
2023-10-25  Tomas MrazBlake2b: Use OSSL_DIGEST_PARAM_SIZE as settable instead...
2023-09-14  Matt CaswellRemove use of _Static_assert
2023-09-07  Matt CaswellCopyright year updates
2023-06-15  Dimitri PapadopoulosFix typos found by codespell
2023-05-19  Nicky MouhaUpdate hkdf.c to avoid potentially vulnerable code...
2023-04-25  PauliUpdate KDFs to use shared functions.
2023-04-21  Irak RigiaReplaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_D...
2023-04-20  Tomas MrazMinor refactoring of the Argon2 derive function
2023-03-21  Richard Levitteproviders/implementations/kdfs/argon2.c: Don't use...
2023-03-20  PauliAvoid freeing context on error
2023-03-20  PauliCoverity 1522032: use after free
2023-03-17  Richard Levitteproviders/implementations/kdfs/argon2.c: Include openss...
2023-03-17  Čestmír Kalinaproviders: add Argon2 KDF
2023-03-07  slontisAdd option to FIPS module to enforce EMS check during...
2023-02-16  Clemens Langkbkdf: Fix kbkdf_dup function pointer type
2023-01-24  FdaSilvaYYTypos fixing
2023-01-12  slontisSSKDF with KMAC should return SIZE_MAX when EVP_KDF_CTX...
2022-12-22  slontisChange HKDF to alloc the info buffer.
2022-12-16  slontisAdd KMAC support to KBKDF.
2022-11-30  slontisImplement deterministic ECDSA sign (RFC6979)
2022-11-23  FdaSilvaYYCleanup : directly include of `internal/nelem.h` when...
2022-10-28  Richard Levitteproviders/implementations/kdfs/pvkkdf.c: Ensure SIZE_MA...
2022-10-05  Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-06-28  slontiskdf objects missing a return if malloc fails.
2022-05-27  Peiwei HuFix the incorrect checks of EVP_CIPHER_CTX_set_key_length
2022-05-04  JHH20Remove duplicated #include headers
2022-05-03  Matt CaswellUpdate copyright year
2022-04-22  Dmitry Belyavskiystr[n]casecmp => OPENSSL_strncasecmp
2022-04-19  cuishuangfix some typos
2022-04-10  Paulikdf: avoid NULL dereference on malloc failure in sshkdf
2022-03-14  Hugo LandauFix bug in scrypt KDF provider dup method
2022-02-05  Richard LevitteMove e_os.h to include/internal
2022-02-01  Paulitls1 prf: implement ctx dup operation
2022-02-01  Paulipkcs12 kdf: implement ctx dup operation
2022-02-01  Paulik942 kdf: implement ctx dup operation
2022-02-01  Pauliss KDF: implement ctx dup operation
2022-02-01  Paulissh kdf: implement ctx dup operation
2022-02-01  Pauliscrypt: implement ctx dup operation
2022-02-01  Paulipvk kdf: implement ctx dup operation
2022-02-01  Paulikrb5kdf: implement ctx dup operation
2022-02-01  Paulikbkdf: implement ctx dup operation
2022-02-01  Paulihkdf: implement ctx dup operation
2022-02-01  Paulipbkdf2: implement ctx dup operation
2022-02-01  Paulipbkdf1: implement ctx dup operation
2022-01-19  Paulifix indentation
2021-12-08  Gerd Hoffmannrename MIN() macro
2021-12-01  Tomas Mrazpvkkdf: Always reset buflen after clearing the buffer
2021-11-30  Tomas Mrazvarious kdfs: Always reset buflen after clearing the...
2021-11-24  Patrick UiterwijkSupport different R_BITS lengths for KBKDF
2021-10-28  x2018fix some code with obvious wrong coding style
2021-10-22  Matt CaswellFix SSKDF to not claim a buffer size that is too small...
2021-09-28  Paulikdf: Add PVK KDF to providers.
2021-08-18  Paulipkcs12: check for zero length digest to avoid division...
2021-08-05  Paulitls/prov: move the TLS 1.3 KDF code to providers
2021-07-06  Shane LontisAdd HKDF negative tests
2021-06-01  Tomas MrazRename all getters to use get/get0 in name
2021-05-24  Jon SpillettAdded PKCS5_PBE_keyivgen_ex() to allow PBKDF1 algorithm...
2021-05-24  Jon SpillettAdd PBKDF1 to the legacy provider
2021-05-08  Dr. David von OheimbAdd quick one-shot EVP_Q_mac() and deprecation compensa...
2021-05-07  Richard LevitteDrop libimplementations.a
2021-04-08  Matt CaswellUpdate copyright year
2021-03-30  Benjamin KadukIncrease HKDF_MAXBUF from 1024 to 2048
2021-03-18  Shane LontisAdd ossl_pkcs5_pbkdf2_hmac_ex symbol
2021-03-18  Shane LontisFix misc external ossl_ symbols.
2021-03-11  Pauliprov: add extra params argument to KDF implementations
2021-02-28  Pauliprov: add extra params argument to KDF implementations
2021-02-28  Pauliprov kdf: update to use the extra MAC init arguments
2021-02-26  Pauliprov: support modified gettable/settable ctx calls...
2021-02-24  Richard LevitteAllow the sshkdf type to be passed as a single character
2021-02-18  Matt CaswellUpdate copyright year
2021-02-11  Tomas MrazVarious cleanup of PROV_R_ reason codes
2021-02-11  Tomas MrazMove the PROV_R reason codes to a public header
2021-02-10  Shane LontisChange the ASN1 variant of x942kdf so that it can test...
2021-01-28  Juergen ChristFix parameter types in sshkdf
2021-01-28  Richard LevitteUpdate copyright year
2021-01-26  Tomas Mrazkrb5kdf: Do not dereference NULL ctx when allocation...
2020-12-02  Shane LontisAdd EVP_KDF-X942 to the fips module
2020-11-11  Richard LevitteConvert all {NAME}err() in providers/ to their correspo...
2020-11-11  Shane LontisAdd support for making all of KBKDF FixedInput fields...
2020-10-22  Shane LontisRename EVP_MAC_size() to EVP_MAC_CTX_get_mac_size().
2020-10-15  Dr. Matthias St... Rename some occurrences of 'library_context' and 'lib_c...
2020-10-15  Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-01  Matt CaswellRun the withlibctx.pl script
2020-10-01  Paulider: _ossl prefix der_oid_ and der_aid_ functions
2020-10-01  Paulider: _ossl prefix DER functions
2020-09-29  Pauliprov: prefix all OSSL_DISPATCH tables names with ossl_
2020-09-27  Shane LontisRemove TODO comment from sskdf.c
2020-09-23  Shane LontisFix propq in x942kdf
2020-09-23  Shane LontisFix EVP_KDF_scrypt so that is uses a propq for its...
2020-09-18  Shane LontisAdd missing 'ossl_unused' tags to some gettable and...
2020-09-17  Jon SpillettMake KDFs fail if requesting a zero-length key.
next