summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-03-01Add EVP_CIPHER_meth_* prototypes to evp.htb1-1/+25
As usual, this will be guarded by LIBRESSL_INTERNAL || LIBRESSL_NEXT_API until the next bump. ok jsing
2023-03-01Make the cleanup() method return an int againtb4-7/+12
This partially reverts jsing's OpenBSD commit b8185953, but without adding back the error check that potentialy results in dumb leaks. No cleanup() method in the wild returns anything but 1. Since that's the signature in the EVP_CIPHER_meth_* API, we have no choice... ok jsing
2023-03-01Fix line wrapping of function pointer argumentstb1-15/+8
ok jsing
2023-03-01First KNF approximation as per knfmt(1)tb1-60/+72
ok jsing
2023-03-01Drop the EVP_CIPHER_METH_get_* functionstb1-42/+1
Nothing interesting uses them. There's a Debian SSH-1 module and corresponding ncrack bits. That's not reason enough to have this garbage. ok jsing
2023-03-01Add RCS tagtb1-0/+1
2023-03-01Revert OpenSSL commit aa6bb135tb1-5/+54
This reinstates the original license on this file. Don't bother bumping the copyright year. Nothing interesting has happened in here since the initial commit. (There was one interesting commit though: "Don't care openssl_zmalloc()", which is interesting due to the lack of care, not because it's copyright worthy) ok jsing