]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/params_dup.c
Stop raising ERR_R_MALLOC_FAILURE in most places
[thirdparty/openssl.git] / crypto / params_dup.c
2022-10-05  Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-05-03  Matt CaswellUpdate copyright year
2022-04-22  Dmitry Belyavskiystr[n]casecmp => OPENSSL_strncasecmp
2022-02-05  Richard LevitteMove e_os.h to include/internal
2022-01-12  Pauliparam dup: add errors to failure returns
2021-04-20  Pauliparams_dup: fix off by one error that allows array...
2021-04-12  Shane LontisAdd OSSL_PARAM_dup() and OSSL_PARAM_merge().