ObjFW  History of src/OFHMAC.h of ec10bcb5b9e4ae6f

History of the file that is called src/OFHMAC.h at check-in ec10bcb5b9e4ae6f

2024-04-03
02:16
[7ea4eadcc3] part of check-in [7413a728a7] Change license to LGPLv3 only (check-in: [7413a728a7] user: js, branch: trunk, size: 4381) [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
[3a6b613bd4] part of check-in [26ddd2e4e4] Update copyright (check-in: [26ddd2e4e4] user: js, branch: trunk, size: 4173) [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
[2091f0e079] part of check-in [8939cbdb52] Update copyright (check-in: [8939cbdb52] user: js, branch: trunk, size: 4173) [annotate] [blame] [check-ins using] [diff]
2022-09-25
15:39
[2d8e8879fb] part of check-in [7ab0c2561a] Document more exceptions (check-in: [7ab0c2561a] user: js, branch: trunk, size: 4173) [annotate] [blame] [check-ins using] [diff]
2022-03-25
10:22
[618167fc85] 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: 3932) [annotate] [blame] [check-ins using] [diff]

2022-02-12
07:46
[512d223663] part of check-in [1a86b8175b] Update copyright (check-in: [1a86b8175b] user: js, branch: trunk, size: 3850) [annotate] [blame] [check-ins using] [diff]
2021-04-07
21:14
[bca836378e] part of check-in [2969086342] Rename OFCryptoHash -> OFCryptographicHash (check-in: [2969086342] user: js, branch: trunk, size: 3850) [annotate] [blame] [check-ins using] [diff]
2021-03-07
15:07
[60aea49324] part of check-in [1948e7e972] *.h: Fold methods into one line where it fits (check-in: [1948e7e972] user: js, branch: trunk, size: 3801) [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
[42893456b1] part of check-in [374e1a1bfa] Update copyright (check-in: [374e1a1bfa] user: js, branch: trunk, size: 3806) [annotate] [blame] [check-ins using] [diff]
2020-10-03
11:35
[e53629b1a1] part of check-in [163a4a5a2e] Use /** */ instead of /*! */ for documentation (check-in: [163a4a5a2e] user: js, branch: trunk, size: 3895) [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
[5cb47f93d1] part of check-in [c7f0229795] Update copyright (check-in: [c7f0229795] user: js, branch: trunk, size: 3895) [annotate] [blame] [check-ins using] [diff]
2019-12-27
00:41
[5ff44e63ad] 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: 3892) [annotate] [blame] [check-ins using] [diff]

2019-09-29
19:35
[c85420d05a] 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: 3465) [annotate] [blame] [check-ins using] [diff]

2019-01-03
19:13
[f906bf7f17] part of check-in [0509d7a844] Update copyright (check-in: [0509d7a844] user: js, branch: trunk, size: 3439) [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
[b73ab5af78] part of check-in [7e5c81e186] Update copyright notice (check-in: [7e5c81e186] user: js, branch: trunk, size: 3433) [annotate] [blame] [check-ins using] [diff]
2017-11-18
18:50
[5058cb9282] part of check-in [cc3ad3ddd3] Documentation: Use @brief for all properties (check-in: [cc3ad3ddd3] user: js, branch: trunk, size: 3410) [annotate] [blame] [check-ins using] [diff]
2017-10-29
21:58
[0c8ac23177] part of check-in [f3ccf14461] Convert methods to properties where appropriate

This improves Swift compatibility. (check-in: [f3ccf14461] user: js, branch: trunk, size: 3389) [annotate] [blame] [check-ins using] [diff]

2017-10-17
00:33
[aaa867eca5] 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: 3435) [annotate] [blame] [check-ins using] [diff]

2017-09-26
21:53
[10fea24a9c] part of check-in [52011fbfd6] Many nullability fixes (check-in: [52011fbfd6] user: js, branch: trunk, size: 3403) [annotate] [blame] [check-ins using] [diff]
2017-05-08
21:37
[78bbd3d482] part of check-in [469a496cd2] Add OF_DESIGNATED_INITIALIZER & OF_METHOD_FAMILY (check-in: [469a496cd2] user: js, branch: trunk, size: 3383) [annotate] [blame] [check-ins using] [diff]
2017-05-07
20:10
[6621f48b54] 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: 3333) [annotate] [blame] [check-ins using] [diff]

2017-04-30
13:35
[60c34cd9f4] part of check-in [0a73af49f0] Use nonatomic for properties and clean up

This changes retaining behavior, meaning properties are not returned
retained and autoreleased anymore, so a property returned from a getter
now needs to be manually retained and autoreleased before calling the
setter. However, this is rarely the case and not using atomic improves
performance. (check-in: [0a73af49f0] user: js, branch: trunk, size: 3330) [annotate] [blame] [check-ins using] [diff]

2017-01-09
17:36
[978ea49e23] 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: 3327) [annotate] [blame] [check-ins using] [diff]

2016-08-01
20:08
[afb51bafbe] part of check-in [2f65a59ade] OFHMAC: Rename "class" to make ObjC++ happy (check-in: [2f65a59ade] user: js, branch: trunk, size: 3321) [annotate] [blame] [check-ins using] [diff]
2016-07-25
22:30
[72d5a8c0be] part of check-in [49d1987eaf] Implement PBKDF2 (check-in: [49d1987eaf] user: js, branch: trunk, size: 3305) [annotate] [blame] [check-ins using] [diff]
2016-07-24
20:51
[fe33092934] part of check-in [c55c5dff51] OFHMAC: Allow resetting while keeping the key (check-in: [c55c5dff51] user: js, branch: trunk, size: 3109) [annotate] [blame] [check-ins using] [diff]
12:14
[682e9b5139] 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: 2485) [annotate] [blame] [check-ins using] [diff]

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