| Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
- In OpenSSL 1.1.0 the individual constructors are deprecated
- The removal of __typeof__ fixes an issue with MSVC
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
It's on by default in 1.1.0, and supported in < 1.0.2.
Suggestion taken from ruby openssl implementation: https://github.com/ruby/openssl/blob/a7bbd590c66d40bd662502df9c65474e85b5f03f/ext/openssl/ossl_ssl.c#L135
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cert:getSignatureName()
Fixes #79
|