ObjFW  History of src/OFSecureData.h of fb7b9709b87775d7

History of the file that is called src/OFSecureData.h at check-in fb7b9709b87775d7

2024-01-02
17:17
Update copyright file: [e09c6ef107] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 7000 [annotate] [blame] [check-ins using] [diff]
2023-08-07
18:20
Make OFData a class cluster file: [37557f6a68] check-in: [91fa20d993] user: js, branch: trunk, size: 7000 [annotate] [blame] [check-ins using] [diff]
2023-04-10
19:22
Remove OFSerialization

While the idea sounds nice that the tag name is the class, this means the
serialization includes whether something is mutable or immutable. This means
doing as much as making something immutable changes the serialization, which
can then cause issues after being deserialized. file: [5deb9cb9cd] check-in: [6ce0093f8d] user: js, branch: trunk, size: 6820 [annotate] [blame] [check-ins using] [diff]

2023-01-06
09:04
Update copyright file: [7365f05648] check-in: [8939cbdb52] user: js, branch: trunk, size: 6957 [annotate] [blame] [check-ins using] [diff]
2022-11-24
00:21
Rename OFURI to OFIRI file: [17bf7bfda1] check-in: [23272e6d43] user: js, branch: trunk, size: 6957 [annotate] [blame] [check-ins using] [diff]
2022-09-28
21:40
Rename OFUR{L -> I} in preparation for URI support file: [9dc679ab94] check-in: [e7ab06503c] user: js, branch: trunk, size: 6957 [annotate] [blame] [check-ins using] [diff]
2022-09-04
19:03
OFSecureData: Minor documentation fix file: [a1ea7044b7] check-in: [c85eec81b0] user: js, branch: trunk, size: 6957 [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
Update copyright file: [6ad4e10f23] check-in: [1a86b8175b] user: js, branch: trunk, size: 6949 [annotate] [blame] [check-ins using] [diff]
2021-05-02
09:25
A few more missed renames file: [69bd454c65] check-in: [19236ddfe7] user: js, branch: trunk, size: 6949 [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
Update copyright file: [3c696dcd02] check-in: [374e1a1bfa] user: js, branch: trunk, size: 6956 [annotate] [blame] [check-ins using] [diff]
2020-11-06
02:12
OFData: Make parameter order more consistent file: [fe3dc9b9e1] check-in: [9d74d1b74e] user: js, branch: trunk, size: 7045 [annotate] [blame] [check-ins using] [diff]
2020-10-03
11:35
Use /** */ instead of /*! */ for documentation file: [f20113d2e2] check-in: [163a4a5a2e] user: js, branch: trunk, size: 7049 [annotate] [blame] [check-ins using] [diff]
2020-04-12
11:43
Fix all Doxygen warnings

Mostly because Doxygen fails to find references to things that *do*
exist. file: [1f5cbd3690] check-in: [240eccca97] user: js, branch: trunk, size: 7049 [annotate] [blame] [check-ins using] [diff]

2020-01-03
00:23
OFSecureData: Remove duplicate methods file: [994e2ce1cc] check-in: [2e910c40f1] user: js, branch: trunk, size: 7025 [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
Update copyright file: [bcf9571ab6] check-in: [c7f0229795] user: js, branch: trunk, size: 7434 [annotate] [blame] [check-ins using] [diff]
2019-12-27
00:41
OFSecureData: Add allowsSwappableMemory property

With this property, it's possible to specify whether the memory should
be protected from swapping or not. This makes it easier for e.g. the
crypto hash classes: They can now just always use OFSecureData without
wasting unswappable memory if it's not needed. file: [7ba2cee122] check-in: [e629dc83a9] user: js, branch: trunk, size: 7431 [annotate] [blame] [check-ins using] [diff]

2019-12-15
14:42
Make +[OFSecureData isSecure] per instance

The reason for this change is that whether non-swappable memory can be
allocated or not is something that changes over time, so calling
+[isSecure] always had a potential for a race. The only reliable way is
to allocate the memory and then report whether it's swappable or not.

It's also called -[isSwappable] now to be more precise. file: [95d6612ecd] check-in: [60caadeb5d] user: js, branch: trunk, size: 5368 [annotate] [blame] [check-ins using] [diff]

2019-09-29
19:35
Either restrict subclassing or reserve ivar space

This allows ABI stability with the fragile ABI. file: [4b4455fb4b] check-in: [496695d778] user: js, branch: trunk, size: 5297 [annotate] [blame] [check-ins using] [diff]

2019-03-08
00:35
Use dot syntax file: [6b81b595f7] check-in: [bceb7ed4c9] user: js, branch: trunk, size: 5271 [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
Update copyright file: [6e70789148] check-in: [0509d7a844] user: js, branch: trunk, size: 6027 [annotate] [blame] [check-ins using] [diff]
2018-11-04
20:11
OFSecureData: Add support for preallocating memory

This is useful to allocate secure memory before enabling a sandbox that
does not allow it anymore. file: [f530918539] check-in: [0487a81ced] user: js, branch: trunk, size: 6021 [annotate] [blame] [check-ins using] [diff]

2018-06-24
19:53
OFSecureData: Add constant-time isEqual: file: [bc7ed72611] check-in: [68c8c02e80] user: js, branch: trunk, size: 5591 [annotate] [blame] [check-ins using] [diff]
2018-04-08
13:37
OFSecureData: Add a memory allocator

This avoids having at last one page per OFSecureData and allows multiple
small OFSecureData sharing the same page, which is important on systems
where the number of pages that can be locked is very limited. file: [ac5cf895db] check-in: [0e45b7bb1c] user: js, branch: trunk, size: 5223 [annotate] [blame] [check-ins using] [diff]

2018-04-07
20:48
Add +[OFSecureData isSecure] file: [531e4cada4] check-in: [edbb1ff5f4] user: js, branch: trunk, size: 5224 [annotate] [blame] [check-ins using] [diff]
14:13
Added: Add OFSecureData file: [67148514e7] check-in: [d4d9072480] user: js, branch: trunk, size: 4976 [annotate] [blame] [check-ins using]