summaryrefslogtreecommitdiffstats
path: root/providers/implementations/kdfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Code & comments changes to make them in consistentwillmafh2024-12-061-1/+1
* Change all one's complement to ones' complement for consistencywillmafh2024-12-061-1/+1
* pbkdf2: change FIPS zeroization to use the OPENSSL_PEDANTIC_ZEROIZATION definePauli2024-11-281-1/+1
* hkdf: change FIPS zeroization to use the OPENSSL_PEDANTIC_ZEROIZATION definePauli2024-11-281-1/+1
* Add utility function ossl_param_is_empty()slontis2024-10-0913-22/+22
* Use the correct length value for input saltSimo Sorce2024-10-021-1/+1
* kdfs: implement key length check in X9.42Dimitri John Ledkov2024-09-301-6/+46
* argon2: Fixed an thread availability error stringPIums2024-09-051-2/+2
* Copyright year updatesTomas Mraz2024-09-057-7/+7
* EVP_MD_size() updatesslontis2024-08-292-5/+5
* Update code to use EVP_MD_xof()slontis2024-08-296-6/+6
* Cleanups for FIPS options..slontis2024-08-286-26/+14
* Add FIPS KMAC key checkslontis2024-08-211-3/+4
* Add HMAC FIPS keysize check.slontis2024-08-211-4/+3
* fips: add kbkdf key length check as per SP 800-131a revision 2Pauli2024-08-081-7/+50
* Add new configurable item `pbkdf2-lower-bound-check`pohsingwu2024-08-051-6/+2
* Add explicit indicator for PBKDF2pohsingwu2024-08-051-20/+87
* Call key_check_passed in set_ctx_paramspohsingwu2024-08-014-28/+34
* Restrict the length of key-derivation key used in KDFspohsingwu2024-08-014-0/+181
* Disallow SHAKE when using PBKDF2 and X9.42 KDFPauli2024-07-302-4/+21
* Restrict digest in set_ctx_paramspohsingwu2024-07-244-160/+255
* Restrict digest algorithm used in KDFspohsingwu2024-07-244-19/+294
* that open brace { should be on the previous lineDimitri Papadopoulos2024-07-221-2/+3
* Fix kbkdf bug if MAC is set to KMAC and then something elsePauli2024-07-171-1/+2
* Change all existing FIPS configurable checks to use FIPS indicators.slontis2024-07-111-18/+49
* fips: zeroization of public security parameters (PSPs)Dimitri John Ledkov2024-05-132-0/+8
* hkdf: when HMAC key is all zeros, still set a valid key lengthDimitri John Ledkov2024-04-251-1/+1
* Fix EVP_PKEY_CTX_add1_hkdf_info() behaviorTodd Short2024-04-091-0/+8
* Copyright year updatesRichard Levitte2024-04-092-2/+2
* kdfs/hmacdrbg_kdf.c: Add checks for the EVP_MD_get_size()Jiasheng Jiang2024-04-011-1/+5
* Add appropriate NULL checks in EVP_CIPHER apiNeil Horman2024-01-251-0/+6
* cleanse stack variable in kdf_pbkdf1_do_deriveNeil Horman2024-01-051-0/+1
* validate requested key length in kdf_pbkdf1_do_deriveNeil Horman2024-01-031-0/+5
* Accept longer context for TLS 1.2 exportersDaiki Ueno2023-10-261-16/+32
* Blake2b: Use OSSL_DIGEST_PARAM_SIZE as settable instead of XOFLENTomas Mraz2023-10-251-5/+5
* Remove use of _Static_assertMatt Caswell2023-09-151-8/+3
* Copyright year updatesMatt Caswell2023-09-0714-14/+14
* Fix typos found by codespellDimitri Papadopoulos2023-06-151-1/+1
* Update hkdf.c to avoid potentially vulnerable code patternNicky Mouha2023-05-191-1/+1
* Update KDFs to use shared functions.Pauli2023-04-263-109/+42
* Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arraysIrak Rigia2023-04-2114-18/+18
* Minor refactoring of the Argon2 derive functionTomas Mraz2023-04-211-48/+30
* providers/implementations/kdfs/argon2.c: Don't use UINT64_CRichard Levitte2023-03-211-1/+1
* Avoid freeing context on errorPauli2023-03-201-2/+0
* Coverity 1522032: use after freePauli2023-03-201-2/+2
* providers/implementations/kdfs/argon2.c: Include openssl/e_os2.h instead of s...Richard Levitte2023-03-171-4/+3
* providers: add Argon2 KDFČestmír Kalina2023-03-172-0/+1588
* Add option to FIPS module to enforce EMS check during KDF TLS1_PRF.slontis2023-03-071-0/+26
* kbkdf: Fix kbkdf_dup function pointer typeClemens Lang2023-02-161-1/+1
* Typos fixingFdaSilvaYY2023-01-241-1/+1