summaryrefslogtreecommitdiffstats
path: root/crypto/params_dup.c
AgeCommit message (Expand)Author
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-05-03Update copyright yearMatt Caswell
2022-04-22str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy
2022-02-05Move e_os.h to include/internalRichard Levitte
2022-01-12param dup: add errors to failure returnsPauli
2021-04-21params_dup: fix off by one error that allows array overreach.Pauli
2021-04-12Add OSSL_PARAM_dup() and OSSL_PARAM_merge().Shane Lontis