Split OAEP padding handling into a helper function
authortb <tb@openbsd.org>
Wed, 8 Nov 2023 16:02:41 +0000 (16:02 +0000)
committertb <tb@openbsd.org>
Wed, 8 Nov 2023 16:02:41 +0000 (16:02 +0000)
commitb7ca3793f1686a772c74c2d204de99dda1e65cf4
tree003734f7b729474f680d23251819ccf5743b08a1
parente1454560cfa22c040bfbb5896d633a6c7213deb2
Split OAEP padding handling into a helper function

This matches what is done for PKCS#1 1.5 and PSS. This function needs a
lot of work still, but it's easier to do that without having to tiptoe
around a lot of other garbage.

ok jsing
lib/libcrypto/rsa/rsa_ameth.c