forked from mami-project/KeyServer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
128 lines (98 loc) · 3.64 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
# KeyServer Change Log
v0.4.4
--------------------------------------------------------------------------------
Features:
- Included README files inside tools directory.
- Includes more unitary tests.
Bug fixes:
- KeyServer update script.
- Updated KeyServer dependencies.
v0.4.3
--------------------------------------------------------------------------------
Features:
- Code quality improvements (develop process uses debug log mode by default).
- Unitary and integration tests for Redis.
- Includes more unitary tests (Redis, Cryptography...).
- Integrated GitHub API for check last KeyServer version available request.
- Automatic generation of JAR file and upload to Bintray.
Bug fixes:
- Maven error with "logback-test.xml".
- Fixed spell errors.
- Error when is used a bad Redis password.
v0.4.2
--------------------------------------------------------------------------------
Features:
- Code improvements for an execution more robust.
- More unitary tests.
- Code coverage report.
Bug fixes:
- Fixed code quality errors.
v0.4.1
--------------------------------------------------------------------------------
Features:
- HTTPs statistics page more descriptive.
- Updated dependencies (and remove unused).
- Simplified dependencies maintenance.
- Improved output logs tree.
Bug fixes:
- Improved version check system if there are new versions available.
- Fixed Javadoc errors.
v0.4.0
--------------------------------------------------------------------------------
Features:
- Improved HTTPs service and security using Jetty.
- New KeyServer folder structure.
- Improved logs and security register.
- Swagger API file for client code generation.
- OpenSource KeyServer Client tool.
- New menu option for Jetty server statistics.
Bug fixes:
- Solved #13 out of memory error.
- Solved cURL problem #14 with GnuTLS/3.x.x
v0.3.3
--------------------------------------------------------------------------------
Features:
- Now can use others Redis DB index.
- Security log for each incoming request.
- Configuration parameters for time intervals (DB monitor and KS updates).
Bug fixes:
- RSA Invalid Key exception.
v0.3.2
--------------------------------------------------------------------------------
Features:
- Code quality meter with Codacy.
- Scripts for test certificates.
Bug fixes:
- Fixed Javadoc warnings.
- Updated KeyServer dependencies.
- Updated Maven plugins.
v0.3.1
--------------------------------------------------------------------------------
Features:
- Improved Redis connection security.
- Auto remove a Private Key from Redis database before a specific date.
Bug fixes:
- SKI protocol draft-cairns-tls-session-key-interface-01 compliance.
- Data base connection lost not detected.
v0.3.0
--------------------------------------------------------------------------------
Features:
- Check latest version available for KeyServer on GitHub.
- New code project architecture.
- Contains more JUnit tests.
- Private Key provisioning tool has been integrated inside KeyServer.
Bug fixes:
- HTTPS certificate expiration date control.
v0.2.3
--------------------------------------------------------------------------------
Features:
- Multiple JSON processing on same TLS session.
- Improved security with IP access control.
- Support more cipher suites on https server.
- KeyServer Configuration more parametric.
- Include KeyServer Private Key provider tool.
v0.1.3
--------------------------------------------------------------------------------
Features:
- KeyServer accepts multiples connections (system default limited).
- KeyServer log to a file.