Closed martynia closed 2 months ago
I also noticed, just pushed https://github.com/DIRACGrid/diracx/pull/279 let's see if it's enough.
Apparently, we aren't the only one unhappy about that change https://github.com/pyca/cryptography/pull/10278#issuecomment-2278782867
I guess this can be merged...?
I think it can.
Hi, The tests set the key size to 512 bits:(https://github.com/DIRACGrid/diracx/blob/b86ed1180bd05011d5aef8f8327d8c3d2f0a7c34/diracx-core/tests/test_secrets.py#L19)
but the library requires 1024 bits:
Interestingly my local mamba forge installations has a 512 limit so I could not seen the problem locally...