Commit 97a97ae
Update version number
- remove Qt5 support
- remove OpenSSL 1.1.1 support
WE2-1050
Signed-off-by: Raul Metsma <[email protected]>1 parent 083f4b7 commit 97a97ae
File tree
19 files changed
+48
-90
lines changed- .github/workflows
- debian
- install
- lib
- src
- app
- controller
- mac
- ui
- translations
- tests/tests
19 files changed
+48
-90
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
| 25 | + | |
30 | 26 | | |
31 | 27 | | |
32 | 28 | | |
| |||
46 | 42 | | |
47 | 43 | | |
48 | 44 | | |
49 | | - | |
| 45 | + | |
50 | 46 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
37 | | - | |
| 35 | + | |
| 36 | + | |
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
Submodule libelectronic-id updated 40 files
- .github/workflows/cmake-macos.yml-1
- .gitmodules
- CMakeLists.txt+3-5
- include/electronic-id/electronic-id.hpp+15
- include/electronic-id/enums.hpp+1-1
- lib/libpcsc-cpp/include/pcsc-cpp/pcsc-cpp.hpp+75-66
- lib/libpcsc-cpp/src/SmartCard.cpp+4-5
- lib/libpcsc-cpp/src/utils.cpp+31-39
- lib/libpcsc-cpp/tests/lib/libpcsc-mock/CMakeLists.txt+1-1
- lib/libpcsc-cpp/tests/lib/libpcsc-mock/scripts/clang-format.sh
- lib/libpcsc-cpp/tests/lib/libpcsc-mock/src/pcsc-mock.cpp+7-7
- lib/libpcsc-cpp/tests/mock/test-connect-to-card-transmit-apdus.cpp+1-3
- src/electronic-id.cpp+128-28
- src/electronic-ids/pcsc/EIDIDEMIA.cpp+39-66
- src/electronic-ids/pcsc/EIDIDEMIA.hpp+4-25
- src/electronic-ids/pcsc/EstEIDIDEMIA.hpp-1
- src/electronic-ids/pcsc/FinEID.cpp+22-36
- src/electronic-ids/pcsc/LatEIDIDEMIAv1.cpp-73
- src/electronic-ids/pcsc/LatEIDIDEMIAv1.hpp-62
- src/electronic-ids/pcsc/LatEIDIDEMIAv2.cpp+7-19
- src/electronic-ids/pcsc/LatEIDIDEMIAv2.hpp+7-5
- src/electronic-ids/pcsc/pcsc-common.hpp+21-37
- src/electronic-ids/pkcs11/PKCS11CardManager.hpp+2-1
- src/electronic-ids/pkcs11/Pkcs11ElectronicID.cpp+50-3
- src/electronic-ids/x509.hpp+7-3
- tests/common/selectcard.hpp-5
- tests/integration/test-authenticate.cpp+1
- tests/integration/test-get-certificate.cpp+2
- tests/integration/test-signing.cpp+1
- tests/mock/select-certificate-script-EST-IDEMIA.hpp+6-18
- tests/mock/select-certificate-script-FIN-V3.hpp+4-10
- tests/mock/select-certificate-script-FIN-V4.hpp+4-10
- tests/mock/select-certificate-script-LAT-V1.hpp-521
- tests/mock/select-certificate-script-LAT-V2.hpp+6-28
- tests/mock/select-certificate-script.hpp-1
- tests/mock/test-autoselect-card.cpp-11
- tests/mock/test-find-masked-atr.cpp+47
- tests/mock/test-get-certificate.cpp+16-47
- tests/mock/test-is-card-supported.cpp+16-15
- tests/mock/test-pkcs11-token.cpp+2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| |||
0 commit comments