ObjFW  History of tests/OFPBKDF2Tests.m of merge-in:7a33596

History of the file that is called tests/OFPBKDF2Tests.m at check-in merge-in:7a33596

2024-04-03
02:16
[faa30a6c5a] part of check-in [7413a728a7] Change license to LGPLv3 only (check-in: [7413a728a7] user: js, branch: trunk, size: 4514) [annotate] [blame] [check-ins using] [diff]
2024-02-18
20:34
[b154b79fa0] part of check-in [4eea22291b] A few minor improvements

These were found by reading through the previous merge commit. (check-in: [4eea22291b] user: js, branch: trunk, size: 4306) [annotate] [blame] [check-ins using] [diff]

19:29
Renamed new_tests/OFPBKDF2Tests.m → tests/OFPBKDF2Tests.m. [cd8293bb12] part of check-in [7a84580fb6] Rename new tests (check-in: [7a84580fb6] user: js, branch: objfwtest, size: 4306) [annotate] [blame] [check-ins using] [diff]
2024-02-11
20:49
[cd8293bb12] part of check-in [7272d5b2cd] Migrate OFArrayTests to ObjFWTest (check-in: [7272d5b2cd] user: js, branch: objfwtest, size: 4306) [annotate] [blame] [check-ins using] [diff]
14:13
[39698719c4] part of check-in [86a2f1e2bf] Migrate OFScryptTests to ObjFWTest (check-in: [86a2f1e2bf] user: js, branch: objfwtest, size: 4289) [annotate] [blame] [check-ins using] [diff]
2024-02-10
12:06
Renamed tests/OFPBKDF2Tests.m → new_tests/OFPBKDF2Tests.m. [4ebe320029] part of check-in [7c509c3d51] Migrate OFPBKDF2Tests to ObjFWTest (check-in: [7c509c3d51] user: js, branch: objfwtest, size: 4454) [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
[2febb34313] part of check-in [26ddd2e4e4] Update copyright (check-in: [26ddd2e4e4] user: js, branch: trunk, size: 4253) [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
[a5c5b18510] part of check-in [8939cbdb52] Update copyright (check-in: [8939cbdb52] user: js, branch: trunk, size: 4253) [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
[9316c48e09] part of check-in [1a86b8175b] Update copyright (check-in: [1a86b8175b] user: js, branch: trunk, size: 4253) [annotate] [blame] [check-ins using] [diff]
2021-05-08
23:22
Renamed tests/PBKDF2Tests.m → tests/OFPBKDF2Tests.m. [650e1671f9] part of check-in [14f1e22d79] tests: Align more with ObjFW style

ObjFW's style changed over the years, but the tests were never adjusted
to it. (check-in: [14f1e22d79] user: js, branch: trunk, size: 4253) [annotate] [blame] [check-ins using] [diff]

2021-04-17
16:40
[c97ca65028] part of check-in [a2941ce6a1] of_pbkdf2_parameters_t -> OFPBKDF2Parameters (check-in: [a2941ce6a1] user: js, branch: new-naming-convention, size: 4243) [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
[ed81571c9c] part of check-in [374e1a1bfa] Update copyright (check-in: [374e1a1bfa] user: js, branch: trunk, size: 4273) [annotate] [blame] [check-ins using] [diff]
2020-06-21
22:08
[1bccd3d759] part of check-in [63f5276b33] Move parameters for of_scrypt() to a struct

This should make it more readable for such a large number of parameters. (check-in: [63f5276b33] user: js, branch: trunk, size: 4362) [annotate] [blame] [check-ins using] [diff]

21:30
[f87038c7c8] part of check-in [b9641347e3] Move parameters for of_pbkdf2() to a struct

This should make it more readable for such a large number of parameters. (check-in: [b9641347e3] user: js, branch: trunk, size: 3686) [annotate] [blame] [check-ins using] [diff]

2020-01-02
01:51
[ce7ed4d1cb] part of check-in [c7f0229795] Update copyright (check-in: [c7f0229795] user: js, branch: trunk, size: 2701) [annotate] [blame] [check-ins using] [diff]
2019-12-27
00:41
[9121c312db] 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: 2698) [annotate] [blame] [check-ins using] [diff]

2019-09-29
15:58
[390e84b82b] part of check-in [09be825f88] Remove OFAutoreleasePool

OFAutoreleasePools have long been discouraged in favor of the runtime's
autorelease pools. (check-in: [09be825f88] user: js, branch: trunk, size: 2629) [annotate] [blame] [check-ins using] [diff]

2019-02-17
22:44
[7299afd4f0] part of check-in [dc0c6c34ab] tests: Only import ObjFW.h

This prevents forgetting to add an import to ObjFW.h, as the tests would
then not compile. (check-in: [dc0c6c34ab] user: js, branch: trunk, size: 2631) [annotate] [blame] [check-ins using] [diff]

2019-01-03
19:13
[eeef647c0d] part of check-in [0509d7a844] Update copyright (check-in: [0509d7a844] user: js, branch: trunk, size: 2745) [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
[3dd5f78d7f] part of check-in [7e5c81e186] Update copyright notice (check-in: [7e5c81e186] user: js, branch: trunk, size: 2739) [annotate] [blame] [check-ins using] [diff]
2017-05-07
20:10
[7976571f99] 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: 2716) [annotate] [blame] [check-ins using] [diff]

2017-01-09
17:36
[1a9b926561] 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: 2710) [annotate] [blame] [check-ins using] [diff]

2016-07-25
22:30
Added: [0612a8f8d4] part of check-in [49d1987eaf] Implement PBKDF2 (check-in: [49d1987eaf] user: js, branch: trunk, size: 2704) [annotate] [blame] [check-ins using]