-
Notifications
You must be signed in to change notification settings - Fork 6
/
CHANGELOG
202 lines (106 loc) · 3.54 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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
Version 1.0.1 (11.09.2024)
* Adapt to GT 3.10.1
* Support for Apple macOS (x64 and aarch64 version)
* Changed Remote IFD protocol (IFDID: Send SHA256 of certificate instead of complete certificate)
* Improved logging
* Updated some used libraries (e.g. Bouncy Castle 1.78.1)
Version 1.0.0 (21.06.2024)
* Adapt to GT 3.10.0
* No support for Java 8 any longer
* Support for Java 17 / 21
* Updated profiles
* Option to change DS algorithm in signature settings (Default: SHA384withECDSA)
* Improved logging: added some environmental information; less exceptions
* Initial start profile: Show "Profile 1" instead of "Default Profile"
* Update used libraries (e.g. Bouncy Castle 1.77; Eclipse Target Platform 4.31)
Version 0.19.0 (10.08.2023)
* Adapt to GT 3.9.0
Version 0.18.4 (05.04.2022)
* Adapt to GT 3.8.4
Version 0.18.3 (18.11.2021)
* Additional profiles for smart eID
Version 0.17.3 (18.05.2021)
* PersoSim responds with 6A82 instead of 6986 to READ BINARY on a non existing file
* Adapt to GT 3.8.3
Version 0.17.2 (24.02.2021)
* Implement RemoteIfdv2
* Bugfix: allow multiple MSE SetAt w/ non-default Pin retry-counter
* Adapt to GT 3.8.2
Version 0.17.1 (12.01.2021)
* Adapt to GT 3.8.1
Version 0.16.2 (02.12.2020)
* Adapt to GT 3.7.2
Version 0.16.1 (22.09.2020)
* Adapt to GT 3.7.1
Version 0.16.0 (15.09.2020)
* Include idPicc in MrzAuthObject for static use
* Adapt to GT 3.7.0
Version 0.15.0 (24.06.2020)
* Add UB-Profiles
* Update other profiles
* Move to current Java version
* UI improvements
* Adjust AuxObjects when datagroups are changed in editor
Version 0.14.3 (09.06.2020)
* Adapt to GT 3.6.3
Version 0.14.2 (19.05.2020)
* Adapt to GT 3.6.2
Version 0.14.1 (27.04.2020)
* Adapt to GT 3.6.1
Version 0.14.0 (03.04.2020)
* Adapt to GT 3.6.0
Version 0.13.4 (10.12.2019)
* Adapt to GT 3.5.4
Version 0.13.3 (11.11.2019)
* Adapt to GT 3.5.3
Version 0.13.2 (02.10.2019)
* Adapt to GT 3.5.2
Version 0.13.1 (01.07.2019)
* Adapt to GT 3.5.1
Version 0.13.1 (08.06.2019)
* Adapt to GT 3.5.0
Version 0.12.1 (26.02.2019)
* Adapt to GT 3.4.1
Version 0.12.0 (16.01.2019)
* Adapt to GT 3.4.0
Version 0.11.1 (12.06.2018)
* Adapt to GT 3.3.1
Version 0.11.0 (15.05.2018)
* Adapt to GT 3.3.0
* Implement RemoteIFD fucntionality
* Prevent multiple PACE SetAT commands from creating chaining errors
* Use status word 6300 for PACE failure while using CAN
* Code maintenance
Version 0.10.3 (12.09.2017)
* Adapt to GT 3.2.3
* Code maintenance
Version 0.10.2 (12.06.2017)
* Adapt to GT 3.2.2
* Code maintenance
Version 0.10.1 (09.03.2017)
* Adapt to GT 3.2.1
* Code maintenance
Version 0.10.0 (06.03.2017)
* Adapt to GT 3.2
* Code maintenance
Version 0.9.0 (06.05.2016)
* Adapt to GT 3.1
* Code maintenance
Version 0.8.2 (18.02.2016)
* Code maintenance
Version 0.8.1 (29.01.2016)
* Update pom.xml
* de.persosim.driver.connector updated to version 0.8.0
* de.persosim.simulator updated to version 0.8.1
* Added reduced CV certificate & reduced body as superclasses for old ones
* improved log output
* fixed encoding used for signing
* use information about key encoding provided by CertificateRole
* adapted encoding of certs to reflect role (incl conditional objects)
* org.globaltester.cryptoprovider updated to version 0.8.1
* org.globaltester.lib.jmockit updated to version 0.1.1
* org.globaltester.logging updated to version 0.6.1
* org.globaltester.parent updated to version 0.1.1
Version 0.8.0 (18.12.2015)
* Use the jMockit library provided as org.globaltester.lib.jmockit
* Correctly autostart org.globaltester.cryptoprovider