Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps) bump resty.openssl from 0.6.2 to 0.6.5 #6349

Merged
merged 1 commit into from
Sep 16, 2020

Conversation

bungle
Copy link
Member

@bungle bungle commented Sep 16, 2020

Summary

[0.6.5] - 2020-09-16

fix
  • : x509. set should return true on success 2a09575

[0.6.4] - 2020-08-27

feat
  • x509.csr: finish {set,add}_extension functions d34b702
  • x509.extension: add ability to convert to other data type 15a5c7f

[0.6.3] - 2020-08-10

feat
  • *: support reset for hmac and digest 37ba4b0
  • *: initial support for OpenSSL 3.0 be5dc10
  • x509.csr: add get_extension and get_extensions function 638ca46
  • x509.extensions: finish the stack implementation f4cf725
  • x509.revoked: add the x509.revoked module 58f0ce1
fix
  • *: cleanup and centralize ffi.typeof 5cbc247
  • *: remove hack for openssl 3.0 around broken EVP_PKEY_base_id 33181c3
  • cipher: use CipherFinal_ex and make test more robust 61fa022
  • openssl: correctly check error for getting version num (#6) 6a4b9e6
  • tests: pin lua-nginx-module and lua-resty-core 010b37e
  • tests: make pkey parameter test less flaky d023edc
  • x509.*: pass correct digest parameter to sign 982ad48

@bungle bungle added this to the 2.2.0 milestone Sep 16, 2020
### Summary

#### [0.6.5] - 2020-09-16
##### fix
- ***:** x509.* set should return true on success [2a09575](fffonion/lua-resty-openssl@2a09575)

#### [0.6.4] - 2020-08-27
##### feat
- **x509.csr:** finish {set,add}_extension functions [d34b702](fffonion/lua-resty-openssl@d34b702)
- **x509.extension:** add ability to convert to other data type [15a5c7f](fffonion/lua-resty-openssl@15a5c7f)

#### [0.6.3] - 2020-08-10
##### feat
- ***:** support reset for hmac and digest [37ba4b0](fffonion/lua-resty-openssl@37ba4b0)
- ***:** initial support for OpenSSL 3.0 [be5dc10](fffonion/lua-resty-openssl@be5dc10)
- **x509.csr:** add get_extension and get_extensions function [638ca46](fffonion/lua-resty-openssl@638ca46)
- **x509.extensions:** finish the stack implementation [f4cf725](fffonion/lua-resty-openssl@f4cf725)
- **x509.revoked:** add the x509.revoked module [58f0ce1](fffonion/lua-resty-openssl@58f0ce1)

##### fix
- ***:** cleanup and centralize ffi.typeof [5cbc247](fffonion/lua-resty-openssl@5cbc247)
- ***:** remove hack for openssl 3.0 around broken EVP_PKEY_base_id [33181c3](fffonion/lua-resty-openssl@33181c3)
- **cipher:** use CipherFinal_ex and make test more robust [61fa022](fffonion/lua-resty-openssl@61fa022)
- **openssl:** correctly check error for getting version num ([#6](fffonion/lua-resty-openssl#6)) [6a4b9e6](fffonion/lua-resty-openssl@6a4b9e6)
- **tests:** pin lua-nginx-module and lua-resty-core [010b37e](fffonion/lua-resty-openssl@010b37e)
- **tests:** make pkey parameter test less flaky [d023edc](fffonion/lua-resty-openssl@d023edc)
- **x509.*:** pass correct digest parameter to sign [982ad48](fffonion/lua-resty-openssl@982ad48)
@bungle bungle force-pushed the chore/resty-openssl-0.6.4 branch from c30af5a to a3e36f9 Compare September 16, 2020 12:23
@bungle bungle changed the title chore(deps) bump resty.openssl from 0.6.2 to 0.6.4 chore(deps) bump resty.openssl from 0.6.2 to 0.6.5 Sep 16, 2020
@bungle bungle merged commit a7da8bc into next Sep 16, 2020
@bungle bungle deleted the chore/resty-openssl-0.6.4 branch September 16, 2020 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants