openssl icon indicating copy to clipboard operation
openssl copied to clipboard

Provides SSL, TLS and general purpose cryptography.

Results 132 openssl issues
Sort by recently updated
recently updated
newest added

Considering we're discussing the semantics of freezing Certs/CRLs [here](https://github.com/ruby/openssl/pull/807).

Originally I thought that providers could only be configured through openssl.cnf or environment variables, unlike engines which had `engine.ctrl_cmd("MODULE_PATH", path)` to achieve that. But last week I noticed that [libp11](https://github.com/OpenSC/libp11)...