tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: textproc/cjose fails with new openssl



On Tue, Aug 22, 2023 at 11:19:01AM +0200, Manuel Bouyer wrote:
> Hello
> in pkgsrc-2023Q2 (but I didn't find a change in HEAD that could fix it),
> textproc/cjose on recent netbsd-10 (with the openssl upgrade) fails with:
> 
> jws.c:951:5: error: 'RSA_verify' is deprecated: Since OpenSSL 3.0 [-Werror=deprecated-declarations]
>   951 |     if (RSA_verify(digest_alg, jws->dig, jws->dig_len, jws->sig, jws->sig_len, (RSA *)jwk->keydata) != 1)
> 
> Is there a recomended way to fix issues like that ?

Browse upstream's source code repository or bug tracker until you find stuff like this:

https://github.com/cisco/cjose/issues/120

 Thomas


Home | Main Index | Thread Index | Old Index