CHANGELOG revision 0ae3fccd
12017-10-12
2
3    - Do not send RST_STREAM when stream is closed for reading
4    - Raise maximum header size from 4K to 64K
5    - Check header name and value lengths against maximum imposed by HPACK
6    - Fix NULL dereference in stream flow controller
7
82017-10-09
9
10    - Hide handshake implementation behind a set of function pointers
11    - Use monotonically increasing clock
12    - Make sure that retx delay is not larger than the max of 60 seconds
13
142017-09-29
15
16    - A few fixes to code and README
17
182017-09-28
19
20    - Add support for Q041; drop support for Q040
21
222017-09-27
23
24    - Fix CMakeLists.txt: BoringSSL include and lib was mixed up
25
262017-09-26
27
28    - Add support for Mac OS
29    - Add support for Raspberry Pi
30    - Fix BoringSSL compilation: include <openssl/hmac.h> explicitly
31
322017-09-22
33
34    - Initial release
35