diff options
author | tb <> | 2023-06-15 13:32:18 +0000 |
---|---|---|
committer | tb <> | 2023-06-15 13:32:18 +0000 |
commit | 0230196c44c9fb73a558653425a0205b91f6a836 (patch) | |
tree | 536424d734f812d7b3cb0004d5d99074f79de299 /src/lib/libc/stdlib/system.c | |
parent | 32dcf34689ac9d8dcc1aa58cbe0d9306c5798e64 (diff) | |
download | openbsd-0230196c44c9fb73a558653425a0205b91f6a836.tar.gz openbsd-0230196c44c9fb73a558653425a0205b91f6a836.tar.bz2 openbsd-0230196c44c9fb73a558653425a0205b91f6a836.zip |
Switch ASN1_item_sign_ctx() to EVP_DigestSign()
This makes this function work with Ed25519 and cleans up a handful of
ugly contortions: use EVP_DigestSign() to determine the signature length
instead of using the strange EVP_PKEY_size() and garbage collect the now
useless out_len. Also use calloc().
ok jsing
Diffstat (limited to 'src/lib/libc/stdlib/system.c')
0 files changed, 0 insertions, 0 deletions