ObjFW  History of src/OFData+ASN1DERValue.m of 0b962df002af925d65cfa70859a3df6e8c428e66d36d31cdc7312ca26e70db2d

History of the file that is called src/OFData+ASN1DERValue.m at check-in 0b962df002af925d65cfa70859a3df6e8c428e66d36d31cdc7312ca26e70db2d

2024-01-14
15:46
[865120805f] part of check-in [d11d5f38db] Replace OFASN1UTF8String with OFString (check-in: [d11d5f38db] user: js, branch: asn1, size: 7378) [annotate] [blame] [check-ins using] [diff]
13:24
[45ee836bae] part of check-in [523aea1c7b] Replace OFASN1Integer with long long OFNumber (check-in: [523aea1c7b] user: js, branch: asn1, size: 7239) [annotate] [blame] [check-ins using] [diff]
13:00
[d08f994c7d] part of check-in [90ee6a8373] Replace OFASN1Boolean with bool OFNumber (check-in: [90ee6a8373] user: js, branch: asn1, size: 6512) [annotate] [blame] [check-ins using] [diff]
2024-01-11
20:12
[b0aa916c3e] part of check-in [4320b1bf7d] Merge trunk into branch "asn1" (check-in: [4320b1bf7d] user: js, branch: asn1, size: 6152) [annotate] [blame] [check-ins using] [diff]
2022-11-07
00:20
[515019e2e6] part of check-in [d8ef56254d] Merge trunk into branch "asn1" (check-in: [d8ef56254d] user: js, branch: asn1, size: 6152) [annotate] [blame] [check-ins using] [diff]
2022-07-15
18:09
Deleted: Merge trunk into branch "wii-u" (check-in: [a2973418de] user: js, branch: wii-u, size: 0)
2021-04-30
21:56
[fa73f4a2f7] part of check-in [4507e0bee3] Merge trunk into branch "asn1" (check-in: [4507e0bee3] user: js, branch: asn1, size: 6152) [annotate] [blame] [check-ins using] [diff]
2021-04-07
22:26
Deleted: Remove leftovers from ASN.1 support

These were missed when cherry-picking the removal from the 1.0 branch
into trunk, as the files were renamed in the meantime. (check-in: [dd7961ffd5] user: js, branch: trunk, size: 0)

2021-01-02
22:04
[5e5d1157d6] part of check-in [374e1a1bfa] Update copyright (check-in: [374e1a1bfa] user: js, branch: trunk, size: 6243) [annotate] [blame] [check-ins using] [diff]
2020-08-13
22:29
Renamed src/OFData+ASN1DERValue.m → src/OFData+ASN1DERParsing.m. [31638813f3] part of check-in [e479cef7b3] OFData: ASN1DERValue -> objectByParsingASN1DER (check-in: [e479cef7b3] user: js, branch: trunk, size: 6332) [annotate] [blame] [check-ins using] [diff]
22:29
Renamed to src/OFData+ASN1DERParsing.m. OFData: ASN1DERValue -> objectByParsingASN1DER (check-in: [e479cef7b3] user: js, branch: trunk, size: 0)
2020-01-02
01:51
[e3b3051875] part of check-in [c7f0229795] Update copyright (check-in: [c7f0229795] user: js, branch: trunk, size: 6296) [annotate] [blame] [check-ins using] [diff]
2019-09-29
15:22
Deleted: Remove ASN.1 support as it is still incomplete (check-in: [dd2394fc3c] user: js, branch: 1.0, size: 0)
2019-03-08
00:35
[8ca4fa488c] part of check-in [bceb7ed4c9] Use dot syntax (check-in: [bceb7ed4c9] user: js, branch: trunk, size: 6293) [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
[1b4c7e0240] part of check-in [0509d7a844] Update copyright (check-in: [0509d7a844] user: js, branch: trunk, size: 6307) [annotate] [blame] [check-ins using] [diff]
2018-10-27
13:01
[c2a6a4af74] part of check-in [b1944fd052] Do not subclass OFASN1Value

The reason for this is that OFASN1Value requires an initializer for DER
encoding, however, it might be beneficial to create an ASN.1 type
without providing DER encoding for it. (check-in: [b1944fd052] user: js, branch: trunk, size: 6301) [annotate] [blame] [check-ins using] [diff]

2018-10-14
22:41
[84eafb2ba8] part of check-in [cfed9215e4] Add ASN.1 Object Identifier type (check-in: [cfed9215e4] user: js, branch: trunk, size: 6113) [annotate] [blame] [check-ins using] [diff]
15:39
[bca44b6429] part of check-in [37a8ddc12a] Add ASN.1 enumerated type (check-in: [37a8ddc12a] user: js, branch: trunk, size: 5978) [annotate] [blame] [check-ins using] [diff]
11:56
[5d1aa1b15d] part of check-in [d8f78ac6eb] Add ASN.1 set type (check-in: [d8f78ac6eb] user: js, branch: trunk, size: 5862) [annotate] [blame] [check-ins using] [diff]
05:09
[e26a5f00d5] part of check-in [a4e479b8de] Add ASN.1 NumericString and PrintableString types (check-in: [a4e479b8de] user: js, branch: trunk, size: 4817) [annotate] [blame] [check-ins using] [diff]
2018-10-13
23:51
[431b6dfad4] part of check-in [0d746a1aac] Add ASN.1 bit string type (check-in: [0d746a1aac] user: js, branch: trunk, size: 4549) [annotate] [blame] [check-ins using] [diff]
22:43
[53e3bd957f] part of check-in [6410235ae3] Add more ASN.1 string types (IA5 and octet string) (check-in: [6410235ae3] user: js, branch: trunk, size: 4435) [annotate] [blame] [check-ins using] [diff]
21:40
Added: [a444610f3e] part of check-in [d276166f70] Initial ASN.1 DER parsing support (check-in: [d276166f70] user: js, branch: trunk, size: 4126) [annotate] [blame] [check-ins using]