Files
erlang-fast_tls/erlang-fast_tls.changes
Marcus Rueckert 5101a1f9f2 - Update to version 1.0.20:
* Fix detection of rebar3
  * Release 1.0.20
  * Update changelog
  * Update list of files in app.src
  * Release 1.0.19
  * Update changelog
  * Update default ciphers and options
  * Get rid of several potential memory leaks
  * Remove hashmap.* from clean_files
  * Use 2048-bit MODP Group (from RFC5114) as default DH parameters
  * Don't use custom allocators and don't OPENSSL_cleanup
  * Replace potentially dangerous check
  * Remove code for old openssl version that was using old hashmap implementation
  * hashmap.{c,h} is no longer used
  * Use uthash in order to avoid memory leaks and corruption
  * Fix a memory leak in the get_certfile/1 NIF

OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-fast_tls?expand=0&rev=13
2018-02-05 19:42:24 +00:00

130 lines
4.2 KiB
Plaintext

-------------------------------------------------------------------
Mon Feb 05 19:42:11 UTC 2018 - mrueckert@suse.de
- Update to version 1.0.20:
* Fix detection of rebar3
* Release 1.0.20
* Update changelog
* Update list of files in app.src
* Release 1.0.19
* Update changelog
* Update default ciphers and options
* Get rid of several potential memory leaks
* Remove hashmap.* from clean_files
* Use 2048-bit MODP Group (from RFC5114) as default DH parameters
* Don't use custom allocators and don't OPENSSL_cleanup
* Replace potentially dangerous check
* Remove code for old openssl version that was using old hashmap implementation
* hashmap.{c,h} is no longer used
* Use uthash in order to avoid memory leaks and corruption
* Fix a memory leak in the get_certfile/1 NIF
-------------------------------------------------------------------
Sat Dec 30 00:31:23 UTC 2017 - mrueckert@suse.de
- Update to version 1.0.18:
* Re-tag 1.0.18
* Do not report badly formed Client Hello as a TLS error
* Release 1.0.18
* Fix a typo
* Report meaningful error when SNI callback fails
* Add Server Name Indication support for server connections
* Libressl only offer pre 1.1 api even if it present version > 1.1
* Fix crash on Mac OS X High Sierra due to replacement of system OpenSSL with BoringSSL by building fast_tls with a two-level namespace (instead of single-level flat namespace that rebar defaults to)
-------------------------------------------------------------------
Thu Nov 23 20:31:18 UTC 2017 - mrueckert@suse.de
- Update to version 1.0.17:
* Release 1.0.17
* Update changelog
-------------------------------------------------------------------
Sat Nov 04 00:21:45 UTC 2017 - mrueckert@suse.de
- Update to version 1.0.16:
* Fix case clause introduced after migration to NIF
* Release 1.0.16
* Update changelog
* Add SNI and ALPN support for client connections
* Fix compilation problem in travis
* Improve memory management
* correct spelling mistake
* Fix ECDH for OpenSSL < 1.0.2
* Try to fix tests for older openssl
* Release 1.0.15
* Update changelog
* Update list of files for hex packaging
* Improve tests
-------------------------------------------------------------------
Fri Jul 14 13:56:22 UTC 2017 - mrueckert@suse.de
- Update to version 1.0.14:
* Use openssl built-in function for setting up ECDH curves (thanks to user pitchum)
* SSL_CTX_set_ecdh_auto was available starting with openssl 1.0.2
* Revert condition from last commit
* Fix bug in processing protocol_options
* Update changelog
* Release 1.0.14
-------------------------------------------------------------------
Mon Jul 10 23:47:24 UTC 2017 - mrueckert@suse.de
- add devel package provides
-------------------------------------------------------------------
Sun Jul 09 23:28:58 UTC 2017 - mrueckert@suse.de
- Update to version 1.0.13:
* Resolve vars.config relative to SCRIPT
* Comment debug line
* Small typo fix on readme
* Deprecate hash functions in favor of crypto:hash/2
* Fix certificate decoding to OTP format
* Release 1.0.11
* use p1_utils 1.0.7
* Don't call load_driver from tcp_to_tls
* Release version 1.0.12
* Nif version of tls module
* Release 1.0.13
-------------------------------------------------------------------
Fri Sep 23 14:14:27 UTC 2016 - mrueckert@suse.de
- update to e57102e
-------------------------------------------------------------------
Wed Jun 29 22:50:54 UTC 2016 - mrueckert@suse.de
- update to b98330b
-------------------------------------------------------------------
Fri May 20 23:13:43 UTC 2016 - mrueckert@suse.de
- update to ccc6a5c
-------------------------------------------------------------------
Thu Mar 3 00:53:49 UTC 2016 - mrueckert@suse.de
- update to b41aa3b
-------------------------------------------------------------------
Thu Nov 26 13:05:27 UTC 2015 - mrueckert@suse.de
- update to e56321a
-------------------------------------------------------------------
Sat Jul 5 13:42:43 UTC 2014 - mrueckert@suse.de
- cleanup
- added proper description and summary
- install documentation
- use the timestamp from the last git commit
-------------------------------------------------------------------
Fri Jul 4 00:13:02 UTC 2014 - mrueckert@suse.de
- initial package