]> git.ipfire.org Git - thirdparty/openssl.git/history - providers/implementations/kdfs/hkdf.c
Security hardening: Expose Build flags for Position Independed Execution (PIE)
[thirdparty/openssl.git] / providers / implementations / kdfs / hkdf.c
11 days ago  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
2023-09-07  Matt CaswellCopyright year updates
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...
2022-12-22  slontisChange HKDF to alloc the info buffer.
2022-10-05  Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-05-03  Matt CaswellUpdate copyright year
2022-04-22  Dmitry Belyavskiystr[n]casecmp => OPENSSL_strncasecmp
2022-02-05  Richard LevitteMove e_os.h to include/internal
2022-02-01  Paulihkdf: implement ctx dup operation
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-08  Dr. David von OheimbAdd quick one-shot EVP_Q_mac() and deprecation compensa...
2021-03-30  Benjamin KadukIncrease HKDF_MAXBUF from 1024 to 2048
2021-03-11  Pauliprov: add extra params argument to KDF implementations
2021-02-28  Pauliprov: add extra params argument to KDF implementations
2021-02-26  Pauliprov: support modified gettable/settable ctx calls...
2021-02-18  Matt CaswellUpdate copyright year
2021-02-11  Tomas MrazMove the PROV_R reason codes to a public header
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-09-29  Pauliprov: prefix all OSSL_DISPATCH tables names with ossl_
2020-09-17  Jon SpillettMake KDFs fail if requesting a zero-length key.
2020-09-12  Paulikdf: add FIPS error state handling
2020-08-11  Pauliprovider: add the unused paramater tag to the gettable...
2020-08-06  Pauligettables: provider changes to pass the provider context.
2020-07-01  Matt CaswellDon't forget our provider ctx when resetting
2020-06-24  Dr. Matthias St... Make the naming scheme for dispatched functions more...
2020-04-23  Matt CaswellUpdate copyright year
2020-01-29  PauliDeprecate the low level HMAC functions
2019-11-22  Paulikdfs: make free calls check for NULL.
2019-10-10  Richard LevitteCleanup: move remaining providers/common/include/intern...
2019-10-10  Richard LevitteCleanup: move providers/common/include/internal/provide...
2019-10-10  Richard LevitteProviders: move common exchange,kdfs,keymgmt,macs,signature