forked from alexanderkyte/mitls-f7
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
41 lines (36 loc) · 1.21 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
miTLS 0.8.1 2014-10-03
* TLS library
* Use compilation flags to disable experimental extensions
* Command line tools
* Improve help and information messages
* Fix target architecture
* Remove unused options
miTLS 0.8.0 2014-10-01
* TLS library
* Refactor some code to ease F* migration
* Rework DH group and element checking
Efficient cache-based checks on groups
Add checks for prime and group size
* Enable experimental implementation of extended master secret extension
* Project management
* Move to VS2013
miTLS 0.7.0 2014-08-20
* TLS library
* Refactor handshake-related modules
* Add support for session-hash and extended master secret computation
miTLS 0.1.3 2013-11-21
* TLS library
* Added support for AEAD_GCM
* More modular extension handling mechanism
miTLS 0.1.2 2013-03-19
* TLS library
* Optimize memory usage
The stream of exchanged data is truly ghost, only stored in ideal functionality
* Improve cryptographic provider handling
Add runtime support for different providers
Add .NET and SSLeay as providers
* HTTP server
* Improve support for WSGI interface
* Fix bugs
miTLS 0.1.1 2013-02-11
* Initial public release