Hi all,
cryptography currently ships numerous legacy symmetric algorithms
that, anecdotally, have very low use. These algorithms have a variety
of security drawbacks when compared to more modern equivalents (namely
AES or ChaCha20) and generally shouldn't be used. We plan to deprecate
them on a lo
Hi,
This is maybe not a cryptography question but an openssl one, please
bear with me..
I compiled openssl 1.1.1m myself and installed it next to the existing
1.0.1t from my distribution (debian 8). I built a Python linking against
this new openssl.
When I try the example code from the doc
Hi,
Fixed it. Found with strace that the old lib got loaded as well
Made a static wheel as explained in
https://cryptography.io/en/latest/installation/
Now it works
Erik
[email protected] schreef op 2022-01-19 17:53:
Hi,
This is maybe not a cryptography question but an openssl one, ple