ObjFW  History of src/OFHMAC.m of 1db6618bb95b2b2f

History of the file that is called src/OFHMAC.m at check-in 1db6618bb95b2b2f

2024-04-03
02:16
[8458a2cbdb] part of check-in [7413a728a7] Change license to LGPLv3 only (check-in: [7413a728a7] user: js, branch: trunk, size: 5019) [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
[14fcb32275] part of check-in [26ddd2e4e4] Update copyright (check-in: [26ddd2e4e4] user: js, branch: trunk, size: 4811) [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
[8e66f29fa5] part of check-in [8939cbdb52] Update copyright (check-in: [8939cbdb52] user: js, branch: trunk, size: 4811) [annotate] [blame] [check-ins using] [diff]
2022-03-25
10:22
[2ceebc7fc2] part of check-in [82801897d3] OFCryptographicHash: Add -[calculate]

Before, -[digest] would do the final calculation, however, this would
mean a property modifies state, which is bad. (check-in: [82801897d3] user: js, branch: trunk, size: 4811) [annotate] [blame] [check-ins using] [diff]

2022-02-12
07:46
[8f7abda357] part of check-in [1a86b8175b] Update copyright (check-in: [1a86b8175b] user: js, branch: trunk, size: 4541) [annotate] [blame] [check-ins using] [diff]
2021-04-07
21:14
[23d069a3eb] part of check-in [2969086342] Rename OFCryptoHash -> OFCryptographicHash (check-in: [2969086342] user: js, branch: trunk, size: 4541) [annotate] [blame] [check-ins using] [diff]
2021-03-07
20:25
[a4fe560b23] part of check-in [1b82d3bf4f] *.m: Fold methods into one line where it fits (check-in: [1b82d3bf4f] user: js, branch: trunk, size: 4538) [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
[0effc9def0] part of check-in [374e1a1bfa] Update copyright (check-in: [374e1a1bfa] user: js, branch: trunk, size: 4558) [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
[e732705f70] part of check-in [c7f0229795] Update copyright (check-in: [c7f0229795] user: js, branch: trunk, size: 4647) [annotate] [blame] [check-ins using] [diff]
2019-12-27
00:41
[8b2647f9b8] 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: 4644) [annotate] [blame] [check-ins using] [diff]

2019-03-12
22:10
[c9ae48fd28] part of check-in [320d638a21] OFCryptoHash: Add property for digest / block size (check-in: [320d638a21] user: js, branch: trunk, size: 4081) [annotate] [blame] [check-ins using] [diff]
2019-03-08
00:35
[61a4776d3d] part of check-in [bceb7ed4c9] Use dot syntax (check-in: [bceb7ed4c9] user: js, branch: trunk, size: 4091) [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
[319ce0f0dd] part of check-in [0509d7a844] Update copyright (check-in: [0509d7a844] user: js, branch: trunk, size: 4091) [annotate] [blame] [check-ins using] [diff]
2018-04-08
10:46
[4d37536b7c] part of check-in [2c80eb12b9] OFHMAC: Fix a missing rethrow (check-in: [2c80eb12b9] user: js, branch: trunk, size: 4085) [annotate] [blame] [check-ins using] [diff]
2018-04-07
20:18
[8b7b7e738d] part of check-in [0e57691b22] OFHMAC: Make use of the new OFSecureData (check-in: [0e57691b22] user: js, branch: trunk, size: 4072) [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
[a56ad44126] part of check-in [7e5c81e186] Update copyright notice (check-in: [7e5c81e186] user: js, branch: trunk, size: 3703) [annotate] [blame] [check-ins using] [diff]
2017-10-17
00:33
[7f94007b12] part of check-in [2f4e0df8be] Do not use implicit method return types

Instead, explicitly declare them, as OF_ASSUME_NONNULL_{BEGIN,END} does
not apply to implicit return types. This means that after this commit,
all init methods have a nonnull return type, as they should have. (check-in: [2f4e0df8be] user: js, branch: trunk, size: 3680) [annotate] [blame] [check-ins using] [diff]

2017-09-28
23:02
[fa6e2e00eb] part of check-in [2de9660312] Enable -Wnullable-to-nonnull-conversion and adjust (check-in: [2de9660312] user: js, branch: trunk, size: 3721) [annotate] [blame] [check-ins using] [diff]
2017-09-09
18:45
[298535fc6e] part of check-in [143a03a8f0] Add missing #include "config.h" (check-in: [143a03a8f0] user: js, branch: trunk, size: 3652) [annotate] [blame] [check-ins using] [diff]
2017-05-08
21:37
[7f4d2f3cf3] part of check-in [469a496cd2] Add OF_DESIGNATED_INITIALIZER & OF_METHOD_FAMILY (check-in: [469a496cd2] user: js, branch: trunk, size: 3631) [annotate] [blame] [check-ins using] [diff]
2017-05-07
20:10
[1827be5212] part of check-in [4af49a13c3] Small code style change

Casts are now written like types in variable declarations. (check-in: [4af49a13c3] user: js, branch: trunk, size: 3595) [annotate] [blame] [check-ins using] [diff]

2017-01-09
17:36
[2e98081b44] part of check-in [44f45c2e35] Update copyright

Forgot to add 2017, even though I already did quite some changes in
2017. (check-in: [44f45c2e35] user: js, branch: trunk, size: 3592) [annotate] [blame] [check-ins using] [diff]

2016-07-25
22:30
[25132018d7] part of check-in [49d1987eaf] Implement PBKDF2 (check-in: [49d1987eaf] user: js, branch: trunk, size: 3586) [annotate] [blame] [check-ins using] [diff]
2016-07-24
20:51
[8de8a11875] part of check-in [c55c5dff51] OFHMAC: Allow resetting while keeping the key (check-in: [c55c5dff51] user: js, branch: trunk, size: 3379) [annotate] [blame] [check-ins using] [diff]
12:14
[9c331f3be4] part of check-in [19f7dc67af] -[OFCryptoHash digest]: uint8_t -> unsigned char

While in practice they are usually the same, the C standard says that
only char does not have any alignment requirements. As (u)int*_t is
defined to be an integer type of the specified size, it does not mean
(u)int8_t needs to be char. (check-in: [19f7dc67af] user: js, branch: trunk, size: 2985) [annotate] [blame] [check-ins using] [diff]

02:10
Added: [1ea07b34f0] part of check-in [4722527b97] Add OFHMAC (check-in: [4722527b97] user: js, branch: trunk, size: 2979) [annotate] [blame] [check-ins using]