Skip to content

Releases: awslabs/aws-c-io

Update TLS API and bug fixes

16 Mar 02:39

Choose a tag to compare

Pre-release
  • TLS API is now based around buffers instead of files
  • Existing TLS functions that took files have been suffixed with _from_path
  • Fixed a bug in SSPI where payloads larger than 1300 bytes were not re-assembled correctly

Improved cmake windows path handling.

14 Feb 23:57
c76f486

Choose a tag to compare

Pre-release
Attempt to fix the pathing compat with cmake. (#94)

 fix windows pathing compat with cmake.

Old Linux compatibilitiy fixes

25 Jan 19:36
711ef5a

Choose a tag to compare

Pre-release
GLIBC 2.5 fixes. (#88)

* GLIBC 2.5 fixes.

* Added some comments.

API updates, channel bootstrap is now new() only.

11 Jan 22:38
3da314e

Choose a tag to compare

v0.2.0

Updated hash table usage to latest definitions. (#86)