Skip to content

rel-20161208

Compare
Choose a tag to compare
@daurnimator daurnimator released this 09 Dec 02:36
· 231 commits to master since this release

In this release:

  • openssl.x509.store:addDefaults() new function to add the operating system's default ca's to a certificate store.
  • openssl.x509.store:add() can now take a CRL
  • openssl.ssl.context:getStore() new function that returns a reference to a context's certificate store
  • openssl.pkey:encrypt() and openssl.pkey:decrypt()
  • openssl.ssl.new() to construct an SSL* given a SSL_CTX*
  • Bindings for X509_VERIFY_PARAM*