ObjFW  History of tests/OFPBKDF2Tests.m of fb7b9709b87775d7

History of the file that is called tests/OFPBKDF2Tests.m at check-in fb7b9709b87775d7

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

These were found by reading through the previous merge commit. file: [b154b79fa0] 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. Rename new tests file: [cd8293bb12] check-in: [7a84580fb6] user: js, branch: objfwtest, size: 4306 [annotate] [blame] [check-ins using] [diff]
2024-02-11
20:49
Migrate OFArrayTests to ObjFWTest file: [cd8293bb12] check-in: [7272d5b2cd] user: js, branch: objfwtest, size: 4306 [annotate] [blame] [check-ins using] [diff]
14:13
Migrate OFScryptTests to ObjFWTest file: [39698719c4] 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. Migrate OFPBKDF2Tests to ObjFWTest file: [4ebe320029] check-in: [7c509c3d51] user: js, branch: objfwtest, size: 4454 [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
Update copyright file: [2febb34313] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 4253 [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
Update copyright file: [a5c5b18510] check-in: [8939cbdb52] user: js, branch: trunk, size: 4253 [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
Update copyright file: [9316c48e09] 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. tests: Align more with ObjFW style

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

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

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

21:30
Move parameters for of_pbkdf2() to a struct

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

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

2019-09-29
15:58
Remove OFAutoreleasePool

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

2019-02-17
22:44
tests: Only import ObjFW.h

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

2019-01-03
19:13
Update copyright file: [eeef647c0d] check-in: [0509d7a844] user: js, branch: trunk, size: 2745 [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
Update copyright notice file: [3dd5f78d7f] check-in: [7e5c81e186] user: js, branch: trunk, size: 2739 [annotate] [blame] [check-ins using] [diff]
2017-05-07
20:10
Small code style change

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

2017-01-09
17:36
Update copyright

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

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