Re: Adding MD5/SHA1 support to RSA OAEP

2024-03-25 Thread Hans Leidekker
On Mon, 2024-03-25 at 11:12 +0100, Niels Möller wrote: > Hans Leidekker writes: > > > I noticed the arrival of an RSA OAEP implementation in GnuTLS and wanted to > > use > > that to support the algorithm in Wine. Windows supports it using the old > > MD5 and > > SHA1 hash functions, so my quest

Re: Adding MD5/SHA1 support to RSA OAEP

2024-03-25 Thread Niels Möller
Hans Leidekker writes: > I noticed the arrival of an RSA OAEP implementation in GnuTLS and wanted to > use > that to support the algorithm in Wine. Windows supports it using the old MD5 > and > SHA1 hash functions, so my question is: would you accept a patch like below > that > adds these hash

Adding MD5/SHA1 support to RSA OAEP

2024-03-25 Thread Hans Leidekker
Hello, I noticed the arrival of an RSA OAEP implementation in GnuTLS and wanted to use that to support the algorithm in Wine. Windows supports it using the old MD5 and SHA1 hash functions, so my question is: would you accept a patch like below that adds these hashes? diff --git a/rsa-oaep-decrypt