Bring back the X9.31 padding helpers
authortb <tb@openbsd.org>
Fri, 5 May 2023 12:19:37 +0000 (12:19 +0000)
committertb <tb@openbsd.org>
Fri, 5 May 2023 12:19:37 +0000 (12:19 +0000)
commit80e8a5b596041d842918cdaa1b0ede109c892f4f
tree06ed0131811653a1ebcf3b6cea1ec53618e2610d
parent10b93d6aeb285f4f6b13febe7d471860bfaee26a
Bring back the X9.31 padding helpers

Nothing should be using this anymore, except that salt decided to use
it in its home-cooked protocol, which already had its share of issues.
Hopefully the efforts to switch salt to something more reasonable and
standardized like mTLS will succeed sooner rather than later.

tested as part of a larger patch by robert
ok jsing
lib/libcrypto/rsa/rsa_x931.c [new file with mode: 0644]