History for tests/PBKDF2Tests.m
2022-07-15
| ||
18:09 | Renamed to tests/OFPBKDF2Tests.m. Merge trunk into branch "wii-u" check-in: [a2973418de] user: js, branch: wii-u, size: 0 | |
2021-05-09
| ||
14:45 |
Renamed to
tests/OFPBKDF2Tests.m.
Merge trunk into branch "amiga-library"
All necessary changes to adjust for the changes made in trunk are | |
2021-05-08
| ||
23:22 |
Renamed to
tests/OFPBKDF2Tests.m.
tests: Align more with ObjFW style
ObjFW's style changed over the years, but the tests were never adjusted | |
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 | |
2019-09-29
| ||
15:58 |
Remove OFAutoreleasePool
OFAutoreleasePools have long been discouraged in favor of the runtime's | |
2019-02-17
| ||
22:44 |
tests: Only import ObjFW.h
This prevents forgetting to add an import to ObjFW.h, as the tests would | |
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 | |
2016-07-25
| ||
22:30 | Added: Implement PBKDF2 file: [0612a8f8d4] check-in: [49d1987eaf] user: js, branch: trunk, size: 2704 [annotate] [blame] [check-ins using] | |