ObjFW  History of tests/OFScryptTests.m of 14f1e22d793de670

History of the file that is called tests/OFScryptTests.m at check-in 14f1e22d793de670

2024-04-03
02:16
Change license to LGPLv3 only file: [a6d12637a8] check-in: [7413a728a7] user: js, branch: trunk, size: 10265 [annotate] [blame] [check-ins using] [diff]
2024-02-18
19:29
Renamed new_tests/OFScryptTests.m → tests/OFScryptTests.m. Rename new tests file: [88a05d2135] check-in: [7a84580fb6] user: js, branch: objfwtest, size: 10057 [annotate] [blame] [check-ins using] [diff]
2024-02-15
22:13
ObjFWTest: Implement output on Nintendo DS file: [88a05d2135] check-in: [b93ad0661b] user: js, branch: objfwtest, size: 10057 [annotate] [blame] [check-ins using] [diff]
2024-02-11
14:13
Renamed tests/OFScryptTests.m → new_tests/OFScryptTests.m. Migrate OFScryptTests to ObjFWTest file: [0924135d9a] check-in: [86a2f1e2bf] user: js, branch: objfwtest, size: 9645 [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
Update copyright file: [3717bd0eab] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 9651 [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
Update copyright file: [08a61d3f40] check-in: [8939cbdb52] user: js, branch: trunk, size: 9651 [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
Update copyright file: [b11c7bebe9] check-in: [1a86b8175b] user: js, branch: trunk, size: 9651 [annotate] [blame] [check-ins using] [diff]
2022-01-29
22:05
OFScryptTests: Clean up #ifdefs file: [655de54cae] check-in: [33b7e51bb1] user: js, branch: trunk, size: 9651 [annotate] [blame] [check-ins using] [diff]
21:01
OFScryptTests: Avoid 3rd test vector on MiNT

It's too slow. file: [f30e24c01b] check-in: [203186b3ea] user: js, branch: trunk, size: 9749 [annotate] [blame] [check-ins using] [diff]

2021-10-24
11:15
OFScryptTests: Disable 3rd vector on AmigaOS/m68k file: [728fb073b3] check-in: [051b264d4a] user: js, branch: trunk, size: 9681 [annotate] [blame] [check-ins using] [diff]
2021-05-08
23:22
Renamed tests/ScryptTests.m → tests/OFScryptTests.m. tests: Align more with ObjFW style

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

2021-04-17
16:44
of_scrypt_parameters_t -> OFScryptParameters file: [dc5f2613fe] check-in: [d309195903] user: js, branch: new-naming-convention, size: 9484 [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
Update copyright file: [c3d319d11a] check-in: [374e1a1bfa] user: js, branch: trunk, size: 9511 [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: [b2b1c50b4e] check-in: [63f5276b33] user: js, branch: trunk, size: 9600 [annotate] [blame] [check-ins using] [diff]

2020-01-02
01:51
Update copyright file: [dc13eea305] check-in: [c7f0229795] user: js, branch: trunk, size: 8418 [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: [970ef4d90d] check-in: [e629dc83a9] user: js, branch: trunk, size: 8415 [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: [f9dfdefc9d] check-in: [09be825f88] user: js, branch: trunk, size: 8391 [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: [30690c0cdc] check-in: [dc0c6c34ab] user: js, branch: trunk, size: 8393 [annotate] [blame] [check-ins using] [diff]

2019-01-03
19:13
Update copyright file: [efc413de7e] check-in: [0509d7a844] user: js, branch: trunk, size: 8465 [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
Update copyright notice file: [47143e43f2] check-in: [7e5c81e186] user: js, branch: trunk, size: 8459 [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: [1b8de25397] check-in: [4af49a13c3] user: js, branch: trunk, size: 8436 [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: [c36f9bdb93] check-in: [44f45c2e35] user: js, branch: trunk, size: 8432 [annotate] [blame] [check-ins using] [diff]

2016-10-08
15:57
Added: Implement scrypt file: [83ea9a5297] check-in: [dcff33c798] user: js, branch: trunk, size: 8426 [annotate] [blame] [check-ins using]