13 Commits

Author SHA256 Message Date
52c20e5f2b ejabber 20.07
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-fast_tls?expand=0&rev=24
2020-08-25 20:09:37 +00:00
6e61c4e319 switch to version that should fix the testsuite failures
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-fast_tls?expand=0&rev=23
2020-05-03 18:13:12 +00:00
188bc457b1 bump to 1.1.5
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-fast_tls?expand=0&rev=21
2020-04-30 12:52:40 +00:00
3b92344814 bump to 1.1.4
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-fast_tls?expand=0&rev=20
2020-04-10 19:12:13 +00:00
dc3b62dbf1 bump to 1.1.2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-fast_tls?expand=0&rev=19
2019-08-12 23:48:45 +00:00
28b8c1ef92 update for ejabberd 19.05
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-fast_tls?expand=0&rev=18
2019-06-03 17:15:28 +00:00
d8b453c24e bump to 1.1.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-fast_tls?expand=0&rev=17
2019-03-04 00:35:29 +00:00
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
d4507d4e70 - 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-fast_tls?expand=0&rev=12
2017-12-30 00:31:30 +00:00
a62d81becd - Update to version 1.0.17:
* Release 1.0.17
  * Update changelog

OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-fast_tls?expand=0&rev=11
2017-11-23 20:32:11 +00:00
d5ef907806 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-fast_tls?expand=0&rev=10
2017-11-04 00:27:04 +00:00
185bf65af7 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-fast_tls?expand=0&rev=9
2017-07-14 13:57:26 +00:00
830f5183b4 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-fast_tls?expand=0&rev=8
2017-07-14 12:55:17 +00:00