ObjFW  History of tests/OFASN1DERValueTests.m of c7f0229795431423

History of the file that is called tests/OFASN1DERValueTests.m at check-in c7f0229795431423

2024-02-18
21:07
Renamed new_tests/OFASN1DERParsingTests.m → tests/OFASN1DERParsingTests.m. Merge trunk into branch "asn1" file: [6b1da7829e] check-in: [1779d5b5a7] user: js, branch: asn1, size: 17809 [annotate] [blame] [check-ins using] [diff]
2024-02-11
23:48
Renamed tests/OFASN1DERParsingTests.m → new_tests/OFASN1DERParsingTests.m. Migrate OFASN1DERParsingTests to ObjFWTest file: [6b1da7829e] check-in: [26368c00c5] user: js, branch: asn1, size: 17809 [annotate] [blame] [check-ins using] [diff]
23:48
Renamed to new_tests/OFASN1DERParsingTests.m. Migrate OFASN1DERParsingTests to ObjFWTest check-in: [26368c00c5] user: js, branch: asn1, size: 0
2024-01-14
15:46
Replace OFASN1UTF8String with OFString file: [da258fe124] check-in: [d11d5f38db] user: js, branch: asn1, size: 18337 [annotate] [blame] [check-ins using] [diff]
2024-01-11
20:12
Merge trunk into branch "asn1" file: [c8309707b3] check-in: [4320b1bf7d] user: js, branch: asn1, size: 18425 [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-05-09
14:45
Deleted: Merge trunk into branch "amiga-library"

All necessary changes to adjust for the changes made in trunk are
included in the merge commit. check-in: [3c88df0ce4] user: js, branch: amiga-library, size: 0

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-03-16
21:16
OFASN1*: Clean up the API a little file: [6d6dab178a] check-in: [ca9b843d37] user: js, branch: trunk, size: 18425 [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
Update copyright file: [70f5ebfaac] check-in: [374e1a1bfa] user: js, branch: trunk, size: 18436 [annotate] [blame] [check-ins using] [diff]
2020-08-30
15:40
Renamed to tests/OFASN1DERParsingTests.m. Merge trunk into branch "tagged-pointers" check-in: [ff6eb7b6c3] user: js, branch: tagged-pointers, size: 0
2020-08-13
23:13
Make GCC happy again file: [dd4c3da7d2] check-in: [3be13d358f] user: js, branch: trunk, size: 18525 [annotate] [blame] [check-ins using] [diff]
22:29
Renamed tests/OFASN1DERValueTests.m → tests/OFASN1DERParsingTests.m. OFData: ASN1DERValue -> objectByParsingASN1DER file: [3d2238b648] check-in: [e479cef7b3] user: js, branch: trunk, size: 18365 [annotate] [blame] [check-ins using] [diff]
22:29
Renamed to tests/OFASN1DERParsingTests.m. OFData: ASN1DERValue -> objectByParsingASN1DER check-in: [e479cef7b3] user: js, branch: trunk, size: 0
2020-08-12
20:56
Avoid using (u)intmax_t in methods

It is not guaranteed that a type encoding for it exists. file: [97c3e5f307] check-in: [d74f244ab7] user: js, branch: trunk, size: 17614 [annotate] [blame] [check-ins using] [diff]

2020-01-02
01:51
Update copyright file: [668efc201f] check-in: [c7f0229795] user: js, branch: trunk, size: 17427 [annotate] [blame] [check-ins using] [diff]
2019-09-29
15:58
Remove OFAutoreleasePool

OFAutoreleasePools have long been discouraged in favor of the runtime's
autorelease pools. file: [b3f62c9dd7] check-in: [09be825f88] user: js, branch: trunk, size: 17424 [annotate] [blame] [check-ins using] [diff]

15:22
Deleted: Remove ASN.1 support as it is still incomplete check-in: [dd2394fc3c] user: js, branch: 1.0, size: 0
2019-06-25
23:29
OFASN1BitString: Fix unused bits

This was misunderstood to be the number of used bits when it's the
number of unused bits. file: [309814cb97] check-in: [7361cac1f1] user: js, branch: trunk, size: 17426 [annotate] [blame] [check-ins using] [diff]

2019-06-23
22:53
Add -[OFASN1BitString DEREncodedValue] file: [2a6ef23950] check-in: [ea6e0818b0] user: js, branch: trunk, size: 17426 [annotate] [blame] [check-ins using] [diff]
2019-03-25
00:21
tests: Use dot syntax file: [454df6e1d7] check-in: [b045cbb9c7] user: js, branch: trunk, size: 17426 [annotate] [blame] [check-ins using] [diff]
2019-02-17
22:44
tests: Only import ObjFW.h

This prevents forgetting to add an import to ObjFW.h, as the tests would
then not compile. file: [46d48df370] check-in: [dc0c6c34ab] user: js, branch: trunk, size: 17458 [annotate] [blame] [check-ins using] [diff]

2019-01-03
19:13
Update copyright file: [015a1bf268] check-in: [0509d7a844] user: js, branch: trunk, size: 18023 [annotate] [blame] [check-ins using] [diff]
2018-10-27
13:01
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. file: [589ffdef13] check-in: [b1944fd052] user: js, branch: trunk, size: 18017 [annotate] [blame] [check-ins using] [diff]

2018-10-14
22:41
Add ASN.1 Object Identifier type file: [2a96ab0844] check-in: [cfed9215e4] user: js, branch: trunk, size: 18037 [annotate] [blame] [check-ins using] [diff]
15:39
Add ASN.1 enumerated type file: [203d7b4c12] check-in: [37a8ddc12a] user: js, branch: trunk, size: 15880 [annotate] [blame] [check-ins using] [diff]
11:56
Add ASN.1 set type file: [d8fb1ed7f2] check-in: [d8f78ac6eb] user: js, branch: trunk, size: 14266 [annotate] [blame] [check-ins using] [diff]
05:09
Add ASN.1 NumericString and PrintableString types file: [37d93a7b04] check-in: [a4e479b8de] user: js, branch: trunk, size: 13177 [annotate] [blame] [check-ins using] [diff]
2018-10-13
23:51
Added: Add ASN.1 bit string type file: [9bdacd32af] check-in: [0d746a1aac] user: js, branch: trunk, size: 10598 [annotate] [blame] [check-ins using]