Invoke tear_down when exiting test_encode_tls_sct() prematurely
[openssl.git] / crypto / params.c
2024-04-09 Richard LevitteCopyright year updates
2024-01-09 Neil HormanCheck appropriate OSSL_PARAM_get_* functions for NULL
2023-09-07 Matt CaswellCopyright year updates
2023-05-22 Yi Licrypto/params: drop float for UEFI
2023-04-25 Pauliparams: add helper functions to allocate & copy params
2023-01-11 Richard LevitteIn OSSL_PARAM_set_BN(), make sure that the data_size...
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-05-03 Matt CaswellUpdate copyright year
2022-04-03 Tomas MrazOSSL_PARAM_get_*_ptr: Drop errors from ptr/string mismatch
2022-01-26 Richard LevitteAdd support for signed BIGNUMs in the OSSL_PARAM API
2022-01-12 Pauliparams: add error messages for built in param conversions
2021-06-19 Pauliparams: fix range check when converting double to uint64_t.
2021-06-19 Pauliparams: avoid using intmax_t since it's not well supported
2021-04-22 Tomas MrazFix potential NULL dereference in OSSL_PARAM_get_utf8_s...
2021-04-12 Shane LontisAdd OSSL_PARAM_dup() and OSSL_PARAM_merge().
2021-03-11 Matt CaswellUpdate copyright year
2021-02-18 Richard LevitteOSSL_PARAM: Correct the assumptions on the UTF8 string...
2020-12-12 Pauliparams: allow more variations in integer conversions.
2020-11-19 PauliFix some warnings from clang 10 in params.c
2020-08-24 Richard LevitteOSSL_PARAM: Add string pointer getters
2020-06-24 Pauliparams: add OSSL_PARAM helpers for time_t.
2020-05-28 Benjamin Kadukparams: do not ignore zero-length strings
2020-05-04 Matt CaswellAllow OSSL_PARAM_get_octet_string() to pass a NULL...
2020-04-25 Pauliparams: change OSSL_PARAM_set_unmodified() to operate...
2020-04-23 Matt CaswellUpdate copyright year
2020-04-22 Pauliparams: add functionality to test if an OSSL_PARAM...
2020-04-07 Pauliparams: avoid a core dump with a null pointer and a...
2019-11-14 Matt CaswellAllow strings in params to be of zero length
2019-11-14 Matt CaswellAllow setting a NULL pointer in a params structure
2019-11-03 Richard LevitteFix OSSL_PARAM_set_BN() to fill the given buffer correctly.
2019-09-27 Richard LevitteOSSL_PARAM functions: change to allow the data field...
2019-09-04 PauliOSSL_PARAM_construct_utf8_string computes the string...
2019-08-12 Shane LontisFix windows compile errors in params.c
2019-07-16 Matt CaswellMake the EVP Key Exchange code provider aware
2019-06-24 PauliChange OSSL_PARAM return size to not be a pointer.
2019-05-20 PauliParams conversion tests.
2019-04-09 Richard LevitteParams API: {utf8,octet}_ptr need to know the data...
2019-04-09 Richard LevitteParams: add OSSL_PARAM_construct_end()
2019-04-06 PauliFix big endian param API tests.
2019-04-04 Matt CaswellCreate a FIPS provider and put SHA256 in it
2019-03-30 PauliImplement the param types that aren't explicitly length...
2019-03-12 PauliOSSL_PARAM helper functions.