Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-06-18 | - bug fix on travel date in train link in version 1.3 | CGantert345 | 56 | -211/+234 | |
- bug fix on travel date in train link in version 1.3 - replaced out-dated java functions - switched all tests to non-deprecated functions | |||||
2024-05-21 | tests changed to the functions including a dedicated providerfixing_dsa_validation_without_algorithm | CGantert345 | 2 | -0/+7 | |
fixed the validation function in case the algorithmOid is missing | |||||
2023-11-30 | deprecated function without dedicated security providerTI-decoding-issue | CGantert345 | 2 | -0/+5 | |
2023-11-30 | Bug Fix - DynamirFrame version 2 was not detected during decoding | CGantert345 | 1 | -4/+4 | |
2023-10-05 | c11.4.5 | CGantert345 | 2 | -2/+2 | |
fixed | |||||
2023-10-05 | fix on productIdNum in includedOpenTickt | CGantert345 | 33 | -118/+185 | |
productIdNum in includedOpenTicket fixed | |||||
2023-08-11 | default value 23:59 in case of missing valid until time added in all | CGantert345 | 18 | -6/+82 | |
versions | |||||
2023-07-28 | - decode TLB also in case of wrong non-numeric formating of number1.4.3 | CGantert345 | 2 | -8/+8 | |
values in the bar-code | |||||
2023-07-03 | bug fix customer card v1 | CGantert345 | 1 | -1/+1 | |
2023-07-03 | Bug fix on valid from year | CGantert345 | 1 | -1/+1 | |
2023-05-30 | fix on the security providerissuerVsSecurityProvider | CGantert345 | 3 | -4/+14 | |
2023-05-25 | fix on productId in version 1 FCBssb-barcodes | CGantert345 | 9 | -9/+9 | |
2023-05-25 | fix on head with wrong month | CGantert345 | 1 | -1/+1 | |
2023-05-25 | bug fix on passport validation required | CGantert345 | 3 | -0/+20 | |
2023-05-17 | SSB tests | CGantert345 | 5 | -536/+79 | |
2023-05-04 | changed 'minValue' for 'productIdNum' from 1 to 0 for FCB 1.x.x; | Alex Stasewitsch | 9 | -9/+9 | |
according to 'uicRailTicketData_v1.3.4.asn' and others 'minValue' for 'productIdNum' has to be 0. otherwise it causes interpretation errors; | |||||
2023-04-26 | -1 -> +1; | Alex Stasewitsch | 1 | -1/+1 | |
2023-04-26 | +1 for in encoding of month; | Alex Stasewitsch | 1 | -1/+1 | |
2023-03-14 | SSB encoding format validation | CGantert345 | 8 | -15/+158 | |
2023-03-13 | ssb non-standard signature encoding covered (decode only) | CGantert345 | 2 | -6/+71 | |
2023-03-10 | ssb unit tests | CGantert345 | 20 | -123/+249 | |
2023-03-09 | check for inflater return code added | CGantert345 | 1 | -1/+1 | |
2023-03-09 | ssb added to encoder and decoder | CGantert345 | 3 | -45/+162 | |
2023-02-10 | Exceptions in case of wrong U_HAED content1.3.5 | CGantert345 | 1 | -3/+29 | |
2023-02-10 | error messages for wrong header content | CGantert345 | 1 | -4/+20 | |
2023-02-10 | new exception for wrong identifiers in U_HEAD | CGantert345 | 1 | -0/+10 | |
2022-11-22 | support for SSB barcodes | CGantert345 | 14 | -0/+1543 | |
SSB frame implenmentation including decoding, encoding, signing and verification | |||||
2022-06-21 | Address SonarLint java:S2178address-SonarLint-Blockers | Karsten Budäus | 2 | -5/+5 | |
The use of non-short-circuit logic in a boolean context is likely a mistake - one that could cause serious program errors as conditions are evaluated under the wrong circumstances. | |||||
2022-06-09 | missing language code in the U_HEAD corrected internally. | CGantert345 | 1 | -1/+13 | |
2022-05-24 | curve names added | CGantert345 | 1 | -7/+53 | |
2022-05-24 | additional test | CGantert345 | 2 | -6/+7 | |
2022-05-23 | encoding of keys different from P-256 | CGantert345 | 1 | -75/+112 | |
2022-05-20 | experimental implementation of Elliptic Curve Public Key Encoding with | CGantert345 | 5 | -32/+383 | |
X9.62 compressed and uncompressed | |||||
2022-05-18 | extending the valid until to 500 days | CGantert345 | 16 | -19/+19 | |
2022-05-03 | android 6 compatibility | CGantert345 | 1 | -25/+24 | |
2022-05-02 | using algorithm name map prior to search through providers | CGantert345 | 1 | -7/+7 | |
2022-05-02 | search for the provider prior to the algorithm name | CGantert345 | 1 | -3/+5 | |
2022-05-02 | null pointer exception fixed | CGantert345 | 1 | -1/+4 | |
2022-04-14 | - improved encoding of numerical values outside the allowed range | CGantert345 | 10 | -346/+642 | |
- additional unit tests - fixes in the unused version 2 of FCB | |||||
2022-04-13 | unit test for fcb version 1 including all elements | CGantert345 | 4 | -12/+61 | |
2022-04-13 | complete test for v3 fcb elements | CGantert345 | 9 | -117/+522 | |
fixes on high level data mappings | |||||
2022-04-12 | test on car carriage | CGantert345 | 12 | -127/+28 | |
cleanup | |||||
2022-04-12 | test on algorithm name resolver | CGantert345 | 7 | -81/+63 | |
2022-04-11 | use one provider only within validation | CGantert345 | 2 | -20/+67 | |
2022-04-11 | fixing DOSIPAS algorithm names and supported EC curves | CGantert345 | 3 | -71/+288 | |
2022-04-11 | TimeStamp using java compliant with older android version | CGantert345 | 1 | -8/+12 | |
2022-04-11 | nullpointer | CGantert345 | 1 | -12/+16 | |
2022-04-11 | nullpointer | CGantert345 | 1 | -0/+2 | |
2022-04-11 | nullpointer | CGantert345 | 1 | -2/+3 | |
2022-04-11 | nullpointer exception fixed in dynamic content of dosipas | CGantert345 | 1 | -4/+12 | |
2022-04-05 | provide more control on the logging to users | CGantert345 | 4 | -15/+76 | |
2022-02-01 | - smplified api for level 2 signature | CGantert345 | 1 | -0/+52 | |
2022-02-01 | - missing fieldOrder added | CGantert345 | 7 | -498/+137 | |
- validation of level1 when the signature algorithm is missing | |||||
2022-01-28 | new dynamic header version | CGantert345 | 19 | -242/+412 | |
2022-01-25 | test for the new dynamic header version 2 | CGantert345 | 9 | -49/+88 | |
2022-01-24 | signature validation changed to work with teh dynamic header version 2. | CGantert345 | 21 | -94/+382 | |
2022-01-21 | new dynamic header version 2.0.0 | CGantert345 | 26 | -94/+2866 | |
2021-12-16 | extended api for dynamic content | CGantert345 | 5 | -3/+132 | |
additional tests | |||||
2021-12-15 | api layer for dynamic content | CGantert345 | 3 | -0/+491 | |
2021-12-15 | - unit test for the dynamic content in DOSIPAS | CGantert345 | 1 | -0/+2 | |
- api layoer for the dynamic content in DOSIPAS | |||||
2021-12-14 | fix in the dynamic DOSIPAS content extension and response challenge | CGantert345 | 2 | -20/+29 | |
2021-12-08 | - Completed version3 asn1 level unit tests | CGantert345 | 14 | -0/+23 | |
- Added missing default values | |||||
2021-12-06 | pass default value | CGantert345 | 1 | -0/+1 | |
2021-12-06 | - extended automated test | CGantert345 | 6 | -32/+16 | |
- fixes - missing default value in pass - missing getter and setter in train link - value range corrected in Zone and Line staion codes | |||||
2021-12-02 | Unit Test for all barcode elements | CGantert345 | 30 | -63/+84 | |
- fixes on - openTicket -> Servicelevel - includedOpenTicket -> ServiceLevel - Voucher - CustomerCard -> CustomerStatusDescription - Zone - Line - ValidityPeriodDetail - CardReference | |||||
2021-11-29 | additional tests | CGantert345 | 21 | -95/+603 | |
bug fixes on: - voucher - delay confirmation - parking | |||||
2021-11-25 | test and bug fix on countermark and viaStation | CGantert345 | 6 | -12/+12 | |
2021-11-24 | more tests | CGantert345 | 5 | -151/+30 | |
removed unused classes | |||||
2021-11-24 | removed obsolete code | CGantert345 | 2 | -99/+0 | |
2021-11-23 | unused code removed | CGantert345 | 1 | -11/+0 | |
test on security with designated provider | |||||
2021-11-23 | dynamic content time stamp fixed and test added | CGantert345 | 2 | -36/+31 | |
2021-11-23 | additional tests for DOSIPAS | CGantert345 | 1 | -1/+1 | |
2021-11-23 | test added | CGantert345 | 1 | -1/+1 | |
2021-11-23 | added fcb version 3 data type to the DOSIPAS encoding and decoding | CGantert345 | 4 | -152/+10 | |
2021-11-22 | bug fixes on dynamic frame | CGantert345 | 3 | -6/+4 | |
- ExtensionMarker removed - default on format removed - keyId starting from 0 | |||||
2021-11-02 | - fix on null pointer exception for tickets created ad midnight | CGantert345 | 3 | -3/+3 | |
2021-07-21 | Replaced StandardCharsets with Charset.forName | John Doe | 3 | -47/+13 | |
java.nio.charset.StandardCharsets is available on API level >= 19. See https://developer.android.com/reference/java/nio/charset/StandardCharsets. java.nio.charset.Charset is there since java 1.4. | |||||
2021-06-29 | - test for FCB version 3 | CGantert345 | 14 | -174/+108 | |
2021-06-28 | - option to use a dedicated security provider implementation | CGantert345 | 6 | -19/+244 | |
2021-06-28 | - initial implementation of FCB version 3.0.0 - !!Tests still missing!! | CGantert345 | 102 | -9/+16847 | |
2021-05-12 | - Bug fix StaticHeader date format | CGantert345 | 13 | -283/+375 | |
- Dynamic content for the dynamic content of the dynamic frame | |||||
2021-04-23 | update | CGantert345 | 13 | -5/+753 | |
2021-04-12 | included open ticket test | CGantert345 | 11 | -26/+39 | |
2021-04-12 | fix for included open ticket, vatDetails and route section | CGantert345 | 6 | -1/+16 | |
2021-04-01 | - fix for train link, date and time is not defined optional | CGantert345 | 28 | -5325/+17 | |
2021-03-29 | BigInteger without ValueExact function supported | CGantert345 | 1 | -3/+39 | |
2021-03-29 | structure change 1 | CGantert345 | 392 | -0/+62989 | |