aboutsummaryrefslogtreecommitdiff
path: root/crypto/passphrase.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-15Update copyright yearMatt Caswell1-1/+1
2022-01-26Fix invalid malloc failures in PEM_write_bio_PKCS8PrivateKey()Darshan Sen1-1/+2
2022-01-03Compensate for UI method always adding NUL terminationTomas Mraz1-9/+24
2021-12-06Fix pvk encoder to properly query for the passphraseTomas Mraz1-2/+13
2021-07-29Update copyright yearMatt Caswell1-1/+1
2021-06-24ossl_pw_get_passphrase: No ui method does not necessarily mean internal errorTomas Mraz1-1/+2
2020-09-03CORE: Fix small bug in passphrase cachingRichard Levitte1-1/+2
2020-08-24CORE: Generalise internal pass phrase prompterRichard Levitte1-0/+324