ObjFW  All files named "tests/OFASN1DERValueTests.m"

History for tests/OFASN1DERValueTests.m

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
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]