Skip to content

Releases: openziti/tlsuv

fixed in tls_link and websocket

30 Jul 11:54
7926cb6

Choose a tag to compare

  • fixes tls_link write callback: callback should be called after write is completed
  • prevent writing to closed websockets

TLS engine load key API

20 Jul 23:20
cf9e3c9

Choose a tag to compare

v0.6.2

add load key API (#58)

Extend TLS API

17 Jul 18:08
6a06b04

Choose a tag to compare

New engine features (#56)

* add base64 decoding

* add new API
- custom server cert verification
- verify signature support

* implement engine pkcs7 parsing and CERT PEM writing

* add private key, CSR support

* doc

TLS engine re-use by HTTP client

14 Jul 13:00
00900b5

Choose a tag to compare

this release also fixes TLS engine leak by HTTPs client when client has to reconnect

HTTP/WS fixes

13 Jul 12:38
a9eb646

Choose a tag to compare

  • HTTP: process HTTP/1.1 keep alive correctly
  • WS: websocket PONGs have to be masked

embedded compat

09 Jul 15:36
416daa8

Choose a tag to compare

linux embedded (openwrt) compat (#52)

* revert to libuv-v1.34.2: dup3 is not available on some linux embedded systems

* set C standard

fixes

07 Jul 03:17
a890eae

Choose a tag to compare

Fix: put client back to Disconnected state if connection fails

Release v0.5.3

01 Jul 17:17
bcb4d5c

Choose a tag to compare

properly handle request body calls

v0.5.2 fixes

29 Jun 22:40
e7a06fa

Choose a tag to compare

version v0.5.2

  • fixes HTTP client to handle queued non-keepalive requests
  • fixes memory leaks

Windows build and test

26 Jun 12:50
5fa4d48

Choose a tag to compare

fixes Windows builds