ObjFW  History of src/OFString+CryptoHashing.m of f5295111904c2b85

History of the file that is called src/OFString+CryptoHashing.m at check-in f5295111904c2b85

2024-04-03
02:16
[7aa9e3ef54] part of check-in [7413a728a7] Change license to LGPLv3 only (check-in: [7413a728a7] user: js, branch: trunk, size: 2563) [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
[ae529a7026] part of check-in [26ddd2e4e4] Update copyright (check-in: [26ddd2e4e4] user: js, branch: trunk, size: 2355) [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
[c8ac10a120] part of check-in [8939cbdb52] Update copyright (check-in: [8939cbdb52] user: js, branch: trunk, size: 2355) [annotate] [blame] [check-ins using] [diff]
2022-03-25
10:22
[30b5bea6f8] 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: 2355) [annotate] [blame] [check-ins using] [diff]

2022-02-12
07:46
[98d19965a9] part of check-in [1a86b8175b] Update copyright (check-in: [1a86b8175b] user: js, branch: trunk, size: 2336) [annotate] [blame] [check-ins using] [diff]
2021-04-17
02:10
[7e22b6306f] part of check-in [255f21fb3d] of_string_encoding_t -> OFStringEncoding (check-in: [255f21fb3d] user: js, branch: new-naming-convention, size: 2336) [annotate] [blame] [check-ins using] [diff]
2021-04-07
21:14
Renamed src/OFString+CryptoHashing.m → src/OFString+CryptographicHashing.m. [9f70fbd17b] part of check-in [2969086342] Rename OFCryptoHash -> OFCryptographicHash (check-in: [2969086342] user: js, branch: trunk, size: 2339) [annotate] [blame] [check-ins using] [diff]
19:22
[e8341b8291] part of check-in [b5a74319e1] OF{Data,String}+CryptoHashing: Rename methods

This makes it clearer that these return a string and not a hash object. (check-in: [b5a74319e1] user: js, branch: trunk, size: 2354) [annotate] [blame] [check-ins using] [diff]

2021-03-07
20:25
[826ee219c6] part of check-in [1b82d3bf4f] *.m: Fold methods into one line where it fits (check-in: [1b82d3bf4f] user: js, branch: trunk, size: 2277) [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
[0a23b41efc] part of check-in [374e1a1bfa] Update copyright (check-in: [374e1a1bfa] user: js, branch: trunk, size: 2280) [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
[9d43bb7986] part of check-in [c7f0229795] Update copyright (check-in: [c7f0229795] user: js, branch: trunk, size: 2369) [annotate] [blame] [check-ins using] [diff]
2019-12-27
00:41
[2bc09b0ad0] 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: 2366) [annotate] [blame] [check-ins using] [diff]

2019-03-08
00:35
[d7c7a2d4d1] part of check-in [bceb7ed4c9] Use dot syntax (check-in: [bceb7ed4c9] user: js, branch: trunk, size: 2330) [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
[cd0a1a49d0] part of check-in [0509d7a844] Update copyright (check-in: [0509d7a844] user: js, branch: trunk, size: 2336) [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
[66f8955039] part of check-in [7e5c81e186] Update copyright notice (check-in: [7e5c81e186] user: js, branch: trunk, size: 2330) [annotate] [blame] [check-ins using] [diff]
2017-05-21
21:28
[68de61fc18] part of check-in [6b77a5dd8b] Prefix private methods with of_ instead of OF_

This matches Apple's style. (check-in: [6b77a5dd8b] user: js, branch: trunk, size: 2307) [annotate] [blame] [check-ins using] [diff]

2017-05-07
20:10
[78fa704049] 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: 2307) [annotate] [blame] [check-ins using] [diff]

2017-01-09
17:36
[2a2048b5b4] 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: 2299) [annotate] [blame] [check-ins using] [diff]

2016-07-24
12:14
[fc8a2533b9] 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: 2293) [annotate] [blame] [check-ins using] [diff]

00:06
Added: [73f20bd87d] part of check-in [951f530aee] Rename OFHash to OFCryptoHash

OFHash is too generic, as this protocol is for cryptographic hashes. It
also solves the ambiguity of the +[hash] method (which is now
+[cryptoHash]), which conflicted with -[hash] on the class itself,
resulting in classes conforming to OFHash not being able to be used as a
key in an OFDictionary. (check-in: [951f530aee] user: js, branch: trunk, size: 2287) [annotate] [blame] [check-ins using]