]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/params_from_text.c
Copyright year updates
[thirdparty/openssl.git] / crypto / params_from_text.c
2024-04-09  Richard LevitteCopyright year updates
2024-01-25  Richard LevitteHave OSSL_PARAM_allocate_from_text() fail on odd number...
2022-10-05  Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2021-11-24  Richard LevitteAllow sign extension in OSSL_PARAM_allocate_from_text()
2021-11-24  Richard LevitteHave OSSL_PARAM_allocate_from_text() raise error on...
2021-11-17  Dr. David von OheimbMove more general parts of internal/cryptlib.h to new...
2021-11-17  Dr. David von OheimbAdd and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX...
2021-03-25  Pauliparams: fix coverity 1473069: unchecked return values
2021-03-17  Pauliparams: clean up TODO
2021-02-24  Richard LevitteFix OSSL_PARAM_allocate_from_text() for OSSL_PARAM_UTF8...
2021-02-09  Petr GotthardEnhanced integer parsing in OSSL_PARAM_allocate_from_text
2021-01-28  Richard LevitteUpdate copyright year
2021-01-27  Richard LevitteFix OSSL_PARAM_allocate_from_text() for EBCDIC
2020-12-07  Shane LontisChange OPENSSL_hexstr2buf_ex() & OPENSSL_buf2hexstr_ex...
2020-11-13  Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-04-25  Pauliparams: handle the modified sentinel.
2020-04-23  Matt CaswellUpdate copyright year
2020-02-21  PauliParams: add argument to the _from_text calls to indicat...
2020-02-12  PauliRemove unused OSSL_PARAM_construct_from_text() function.
2019-09-06  PauliParams from text to allow zero length value fields
2019-08-15  Richard LevitteOSSL_PARAM_construct_from_text(): handle non-hex octet...
2019-08-12  Richard LevitteAdd OSSL_PARAM_construct_from_text() and OSSL_PARAM_all...