summaryrefslogtreecommitdiff
path: root/lib/libcrypto/kdf
AgeCommit message (Expand)Author
2024-07-10Unwrap two linesTheo Buehler
2024-07-09Add another empty lineTheo Buehler
2024-07-09Turn tls1_prf_alg() into single exitTheo Buehler
2024-07-09Unwrap a few more linesTheo Buehler
2024-07-09Unwrap a couple of linesTheo Buehler
2024-07-09Align math with t1_enc.cTheo Buehler
2024-07-09Minor cosmetics in pkey_tls1_prf_derive()Theo Buehler
2024-07-09Replace explicit_bzero() plus free() with freezero()Theo Buehler
2024-07-09Shuffle things into a more sensible orderTheo Buehler
2024-07-09Use better order in EVP_PKEY_CTRL_TLS_SECRETTheo Buehler
2024-07-09Make a NULL check explicitTheo Buehler
2024-07-09Zap or align some ugly commentsTheo Buehler
2024-07-09Test & assign once moreTheo Buehler
2024-07-09sec_len -> secret_lenTheo Buehler
2024-07-09Test and assign in tls1_prf_P_hash()Theo Buehler
2024-07-09Fix whitespace around '/'Theo Buehler
2024-07-09Invert logic in tls1_prf_alg()Theo Buehler
2024-07-09olen -> out_lenTheo Buehler
2024-07-09Add a few empty linesTheo Buehler
2024-07-09seedlen -> seed_lenTheo Buehler
2024-07-09seclen -> secret_lenTheo Buehler
2024-07-09slen -> secret_lenTheo Buehler
2024-07-09sec -> secretTheo Buehler
2024-07-09Replace local typedef with spelling out the struct nameTheo Buehler
2024-07-09Remove a few useless commentsTheo Buehler
2024-07-09Apply a knfmt(8) sledgehammerTheo Buehler
2024-07-09Add an RCS tagTheo Buehler
2024-07-09Replace license stub with full licenseTheo Buehler
2024-07-09Replace a malloc() call with calloc()Theo Buehler
2024-07-09Replace an ossl_assert() with an error checkTheo Buehler
2024-07-09Use C99 initializers for tls1_prf_pkey_meth()Theo Buehler
2024-07-09Inline an instance of OPENSSL_memdup()Theo Buehler
2024-07-09Tidy up includesTheo Buehler
2024-07-09OPENSSL_free() -> free()Theo Buehler
2024-07-09OPENSSL_cleanse() -> explicit_bzero()Theo Buehler
2024-07-09OPENSSL_clear_free() -> freezero()Theo Buehler
2024-07-09OPENSSL_malloc() -> malloc()Theo Buehler
2024-07-09Spell OPENSSL_zalloc() correctly as calloc()Theo Buehler
2024-07-09Mechanically replace KDFerr() with KDFerror()Theo Buehler
2024-07-09Add a verbatim copy of tls1_prf.c from OpenSSL 1.1.1Theo Buehler
2024-07-09Add various defines for TLS1-PRFTheo Buehler
2024-06-24libcrypto: constify most error string tablesTheo Buehler
2023-06-26Adjust EVP_PKEY_CTRL_HKDF_KEY to OpenSSL's semanticsTheo Buehler
2022-11-26Make internal header file names consistentTheo Buehler
2022-07-12Remove mkerr.pl remnants from LibreSSLKlemens Nanni
2022-05-05Simplify: freezero() is NULL safe; assign + test in one go, as usual.Theo Buehler
2022-05-05Avoid malloc(0) in EVP_PKEY_CTX_set1_hkdf_key()Theo Buehler
2022-05-05Securely wipe the entire HKDF_PKEY_CTX instead of only taking care ofTheo Buehler
2022-05-05Fix argument order in HKDF and HKDF_extract().Theo Buehler
2022-05-05Ditch #defines for tls1_prf and scrypt. Drop unused errors and massageTheo Buehler