summaryrefslogtreecommitdiff
path: root/crypto/params_dup.c
Commit message (Expand)AuthorAgeFilesLines
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-7/+2
* Update copyright yearMatt Caswell2022-05-031-1/+1
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-221-3/+2
* Move e_os.h to include/internalRichard Levitte2022-02-051-1/+1
* param dup: add errors to failure returnsPauli2022-01-121-3/+9
* params_dup: fix off by one error that allows array overreach.Pauli2021-04-211-2/+2
* Add OSSL_PARAM_dup() and OSSL_PARAM_merge().Shane Lontis2021-04-121-0/+236