Raise an error on syscall failure in tls_retry_write_records
[openssl.git] / crypto / asn1 / p5_scrypt.c
2023-09-07 Matt CaswellCopyright year updates
2023-09-04 slontisChange PBES2 KDF default salt length to 16 bytes.
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-04-29 Jon SpillettAdd library context and property query support into...
2021-04-22 Matt CaswellUpdate copyright year
2021-04-18 Rich SalzAdd "origin" field to EVP_CIPHER, EVP_MD
2020-11-26 Matt CaswellUpdate copyright year
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2019-05-07 PauliCoverity CID 1444959: Integer handling issues
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-06-18 David von Oheimbadd 'unsupported cipher mode' diagnostics to evp_lib...
2018-05-01 Matt CaswellUpdate copyright year
2018-04-17 Dr. Matthias St... p5_scrypt.c: fix error check of RAND_bytes() call
2017-07-26 Hubert Kariomake scrypt ASN.1 parameter functions public
2017-01-18 FdaSilvaYYClean one unused variable, plus an useless one.
2016-05-17 Rich SalzCopyright consolidation 08/10
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-12 Richard LevitteAdapt all EVP_CIPHER_CTX users for it becoming opaque
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-09-11 Ben LaurieEnable -Wmissing-variable-declarations and
2015-09-04 Rich SalzRT3998: Allow scrypt to be disabled
2015-05-21 Dr. Stephen HensonAdd scrypt PBE algorithm code.