| Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
manually loaded
Part of #96
|
|
|
|
Use X509_CRL_set1_* instead which perform a copy (which means we have to allocate and destroy an ASN1_TIME)
Part of #96
|
|
The old functions were deprecated in OpenSSL 1.1.0.
Part of #96
|
|
'exp'). Change default value to 2.
2 is the default generator for openssl; the number is a mostly arbitrary choice, and smaller values are faster.
|
|
|
|
|
|
|
|
- In OpenSSL 1.1.0 the individual constructors are deprecated
- The removal of __typeof__ fixes an issue with MSVC
|
|
|
|
|
|
|
|
|
|
|
|
|
|
All call sites already hold a single mutex
|
|
|
|
|
|
|
|
|
|
|
|
59766e63abfeb30342d413777b507940a739cc97
|
|
|
|
Closes #84
|
|
|
|
ssl:setPrivateKey()
Similar to same methods that already exist on ssl.context object
|
|
|
|
|
|
|
|
For #84
|
|
Closes #66
|
|
Fixes #72
|
|
For #86
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
pre-computed DH parameters
|