ObjFW  History of src/OFSecureData.h of 42ab7308b9337244

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

2024-04-03
02:16
[1f30249f31] part of check-in [7413a728a7] Change license to LGPLv3 only (check-in: [7413a728a7] user: js, branch: trunk, size: 7208) [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
[e09c6ef107] part of check-in [26ddd2e4e4] Update copyright (check-in: [26ddd2e4e4] user: js, branch: trunk, size: 7000) [annotate] [blame] [check-ins using] [diff]
2023-08-07
18:20
[37557f6a68] part of check-in [91fa20d993] Make OFData a class cluster (check-in: [91fa20d993] user: js, branch: trunk, size: 7000) [annotate] [blame] [check-ins using] [diff]
2023-04-10
19:22
[5deb9cb9cd] part of check-in [6ce0093f8d] 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. (check-in: [6ce0093f8d] user: js, branch: trunk, size: 6820) [annotate] [blame] [check-ins using] [diff]

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

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

2020-01-03
00:23
[994e2ce1cc] part of check-in [2e910c40f1] OFSecureData: Remove duplicate methods (check-in: [2e910c40f1] user: js, branch: trunk, size: 7025) [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
[bcf9571ab6] part of check-in [c7f0229795] Update copyright (check-in: [c7f0229795] user: js, branch: trunk, size: 7434) [annotate] [blame] [check-ins using] [diff]
2019-12-27
00:41
[7ba2cee122] part of check-in [e629dc83a9] 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. (check-in: [e629dc83a9] user: js, branch: trunk, size: 7431) [annotate] [blame] [check-ins using] [diff]

2019-12-15
14:42
[95d6612ecd] part of check-in [60caadeb5d] 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. (check-in: [60caadeb5d] user: js, branch: trunk, size: 5368) [annotate] [blame] [check-ins using] [diff]

2019-09-29
19:35
[4b4455fb4b] part of check-in [496695d778] Either restrict subclassing or reserve ivar space

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

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

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

2018-06-24
19:53
[bc7ed72611] part of check-in [68c8c02e80] OFSecureData: Add constant-time isEqual: (check-in: [68c8c02e80] user: js, branch: trunk, size: 5591) [annotate] [blame] [check-ins using] [diff]
2018-04-08
13:37
[ac5cf895db] part of check-in [0e45b7bb1c] 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. (check-in: [0e45b7bb1c] user: js, branch: trunk, size: 5223) [annotate] [blame] [check-ins using] [diff]

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