ObjFW  History of src/OFASN1ObjectIdentifier.m of 374e1a1bfa30d767

History of the file that is called src/OFASN1ObjectIdentifier.m at check-in 374e1a1bfa30d767

2024-01-11
20:12
Merge trunk into branch "asn1" file: [3be9eea106] check-in: [4320b1bf7d] user: js, branch: asn1, size: 4044 [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
Merge trunk into branch "asn1" file: [44cc1be626] check-in: [4507e0bee3] user: js, branch: asn1, size: 4044 [annotate] [blame] [check-ins using] [diff]
2021-04-07
21:56
Deleted: Remove incomplete ASN.1 support

It has been moved to the "asn1" branch until it is ready. check-in: [edc3ddf026] user: js, branch: trunk, size: 0

2021-01-02
22:04
Update copyright file: [4d9e8570e7] check-in: [374e1a1bfa] user: js, branch: trunk, size: 4069 [annotate] [blame] [check-ins using] [diff]
2020-10-10
14:27
OFObject: Change type of -[hash] to unsigned long

The internal hash is still 32 bit in most places, but this way, it is at
least not baked into the API and ABI and can be upgraded later, should
that ever be necessary. file: [0496bf5735] check-in: [aeb403a1ed] user: js, branch: trunk, size: 4158 [annotate] [blame] [check-ins using] [diff]

2020-08-12
20:56
Avoid using (u)intmax_t in methods

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

2020-01-02
01:51
Update copyright file: [64757d3fa2] check-in: [c7f0229795] user: js, branch: trunk, size: 4136 [annotate] [blame] [check-ins using] [diff]
2019-10-20
13:15
Fix missing fast paths in -[isEqual:] file: [cf088ffc49] check-in: [9122facff6] user: js, branch: trunk, size: 4133 [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
Use dot syntax file: [531a8feaa4] check-in: [bceb7ed4c9] user: js, branch: trunk, size: 4096 [annotate] [blame] [check-ins using] [diff]
2019-02-09
17:44
OFASN1*: Add designated initializer

This is in preparation for DER serialization support. file: [1ad931a1cf] check-in: [c60933a59b] user: js, branch: trunk, size: 4108 [annotate] [blame] [check-ins using] [diff]

2019-01-03
19:13
Update copyright file: [7c0735cca3] check-in: [0509d7a844] user: js, branch: trunk, size: 3399 [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: [84db523991] check-in: [b1944fd052] user: js, branch: trunk, size: 3393 [annotate] [blame] [check-ins using] [diff]

2018-10-14
22:41
Added: Add ASN.1 Object Identifier type file: [94a9ef2a4a] check-in: [cfed9215e4] user: js, branch: trunk, size: 3097 [annotate] [blame] [check-ins using]