mirror of
https://github.com/Luzifer/wasm-openssl.git
synced 2024-11-08 23:00:11 +00:00
23 lines
521 B
Markdown
23 lines
521 B
Markdown
# 0.4.0 / 2020-06-13
|
|
|
|
* Update example / demo for new API
|
|
* Extend API for the user to configure key derivation
|
|
* Upgrade to go-openssl v4
|
|
|
|
# 0.3.0 / 2019-08-24
|
|
|
|
* Add some frontend for testing instead of hardcoded console
|
|
* Migrate to Go1.12 & go-openssl.v3
|
|
* Switch vendoring to go modules
|
|
|
|
# 0.2.0 / 2018-09-18
|
|
|
|
* Prefix functions to prevent collisions
|
|
|
|
# 0.1.1 / 2018-09-18
|
|
|
|
* Fix: If opensslLoaded function is undefined don't call it
|
|
|
|
# 0.1.0 / 2018-09-18
|
|
|
|
* Initial release of WASM implementation
|