History of file src/OFSHA1Hash.m at check-in 37d2a817547525a0
2024-04-03
| ||
02:16 | Change license to LGPLv3 only file: [caff9753e0] check-in: [7413a728a7] user: js, branch: trunk, size: 5785 [annotate] [blame] [check-ins using] [diff] | |
2024-01-02
| ||
17:17 | Update copyright file: [64db3263c1] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 5577 [annotate] [blame] [check-ins using] [diff] | |
2023-01-06
| ||
09:04 | Update copyright file: [47f6baacf9] check-in: [8939cbdb52] user: js, branch: trunk, size: 5577 [annotate] [blame] [check-ins using] [diff] | |
2022-03-25
| ||
10:22 |
OFCryptographicHash: Add -[calculate]
Before, -[digest] would do the final calculation, however, this would | |
2022-02-12
| ||
07:46 | Update copyright file: [8fbe25b6ab] check-in: [1a86b8175b] user: js, branch: trunk, size: 5397 [annotate] [blame] [check-ins using] [diff] | |
2021-04-25
| ||
11:05 | A few last renames file: [477f4216b9] check-in: [27103855c2] user: js, branch: new-naming-convention, size: 5397 [annotate] [blame] [check-ins using] [diff] | |
2021-04-18
| ||
15:55 | Rename all functions in macros.h file: [4bf8d775e7] check-in: [7392685ffc] user: js, branch: new-naming-convention, size: 5373 [annotate] [blame] [check-ins using] [diff] | |
2021-04-07
| ||
21:14 | Rename OFCryptoHash -> OFCryptographicHash file: [79fab1d90f] check-in: [2969086342] user: js, branch: trunk, size: 5393 [annotate] [blame] [check-ins using] [diff] | |
2021-03-07
| ||
20:25 | *.m: Fold methods into one line where it fits file: [6dc47e8d09] check-in: [1b82d3bf4f] user: js, branch: trunk, size: 5399 [annotate] [blame] [check-ins using] [diff] | |
2021-01-02
| ||
22:04 | Update copyright file: [dc358c1aca] check-in: [374e1a1bfa] user: js, branch: trunk, size: 5403 [annotate] [blame] [check-ins using] [diff] | |
2020-06-28
| ||
15:03 | Use OF_DIRECT(_MEMBERS) where appropriate file: [cfb97974cb] check-in: [b6cb3addd0] user: js, branch: trunk, size: 5492 [annotate] [blame] [check-ins using] [diff] | |
2020-01-02
| ||
01:51 | Update copyright file: [744ef1090a] check-in: [c7f0229795] user: js, branch: trunk, size: 5474 [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-03-12
| ||
22:10 | OFCryptoHash: Add property for digest / block size file: [0aa83b56cc] check-in: [320d638a21] user: js, branch: trunk, size: 5042 [annotate] [blame] [check-ins using] [diff] | |
2019-03-08
| ||
00:35 | Use dot syntax file: [15c7c9a7a5] check-in: [bceb7ed4c9] user: js, branch: trunk, size: 4887 [annotate] [blame] [check-ins using] [diff] | |
2019-01-03
| ||
19:13 | Update copyright file: [6f8e28171c] check-in: [0509d7a844] user: js, branch: trunk, size: 4877 [annotate] [blame] [check-ins using] [diff] | |
2018-04-07
| ||
20:05 | OF*Hash: Make use of the new OFSecureData file: [d4e11eaa57] check-in: [a5006f1d31] user: js, branch: trunk, size: 4871 [annotate] [blame] [check-ins using] [diff] | |
2018-01-03
| ||
19:49 | Update copyright notice file: [a46dde114c] check-in: [7e5c81e186] user: js, branch: trunk, size: 4218 [annotate] [blame] [check-ins using] [diff] | |
2017-10-17
| ||
00:33 |
Do not use implicit method return types
Instead, explicitly declare them, as OF_ASSUME_NONNULL_{BEGIN,END} does | |
2017-05-21
| ||
21:28 |
Prefix private methods with of_ instead of OF_
This matches Apple's style. file: [cd2db0fc50] check-in: [6b77a5dd8b] user: js, branch: trunk, size: 4177 [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: [766775fc8c] check-in: [4af49a13c3] user: js, branch: trunk, size: 4123 [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-24
| ||
20:05 | OF*Hash: Call [self reset] in -[dealloc] file: [57c3220269] check-in: [096dd743b5] user: js, branch: trunk, size: 4113 [annotate] [blame] [check-ins using] [diff] | |
18:54 | OFCryptoHash: Conform to OFCopying file: [32e9d453f3] check-in: [b1cd76a8cd] user: js, branch: trunk, size: 4058 [annotate] [blame] [check-ins using] [diff] | |
12:14 |
-[OFCryptoHash digest]: uint8_t -> unsigned char
While in practice they are usually the same, the C standard says that | |
00:06 |
Rename OFHash to OFCryptoHash
OFHash is too generic, as this protocol is for cryptographic hashes. It | |
2016-02-21
| ||
15:37 | Make use of C99-style for loops file: [bdf798905f] check-in: [e0b9167693] user: js, branch: trunk, size: 3776 [annotate] [blame] [check-ins using] [diff] | |
2016-01-05
| ||
22:00 |
(u)int_fast*_t -> (u)int*_t
(U)INT_FAST*_MAX is broken on Android, which makes (u)int_fast*_t | |
2016-01-03
| ||
00:43 |
Update copyright
While at it, also update the mail address. file: [230d7339f1] check-in: [cec0f072f8] user: js, branch: 0.8, size: 3804 [annotate] [blame] [check-ins using] [diff] | |
00:41 |
Update copyright
While at it, also update the mail address. file: [0458f2aa13] check-in: [2a27cf3000] user: js, branch: trunk, size: 3796 [annotate] [blame] [check-ins using] [diff] | |
2015-11-29
| ||
11:43 |
Make properties a requirement and clean up code
This increases the required GCC version from 4.0 to 4.6 (exception: | |
2015-02-01
| ||
00:47 |
Add -[OFHash reset]
This is useful to calculate many hashes without allocating new objects. file: [b45fb37713] check-in: [7c27db9fe0] user: js, branch: trunk, size: 3800 [annotate] [blame] [check-ins using] [diff] | |
2015-01-31
| ||
11:46 | OF{MD5,RIPEMD160,SHA*}Hash: Small optimization file: [bb076bbf91] check-in: [c56b388459] user: js, branch: trunk, size: 3615 [annotate] [blame] [check-ins using] [diff] | |
2015-01-03
| ||
20:57 | Update copyright file: [00541f23b8] check-in: [cfd374b906] user: js, branch: trunk, size: 3582 [annotate] [blame] [check-ins using] [diff] | |
2014-09-01
| ||
10:47 |
OF{MD5,SHA1}Hash: Zero _buffer when done
This way, possibly sensitive information is discarded from memory as | |
2014-08-31
| ||
17:59 |
Rewrite OFSHA1Hash
The old one was based on a public domain implementation, which is | |
2014-06-21
| ||
21:43 |
Move all macros from OFObject.h to macros.h
This means that OFObject.h imports macros.h now, making it unnecessary | |
2014-01-04
| ||
00:24 | Update copyright. file: [c9601948c4] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 5428 [annotate] [blame] [check-ins using] [diff] | |
2013-12-08
| ||
17:43 | Clean up OFHash and the Hashing categories. file: [4f0ad14fda] check-in: [75f2aa5096] user: js, branch: trunk, size: 5422 [annotate] [blame] [check-ins using] [diff] | |
2013-06-22
| ||
12:12 |
Rework exceptions.
This mostly removes the argument for the class in which the exception This also removes a few other arguments which were not too helpful. In | |
2013-03-04
| ||
17:20 |
Replace BOOL with bool.
The only places where BOOL is left are those where they are required by | |
2013-02-18
| ||
23:05 | Make OFHash a protocol. file: [264141bf82] check-in: [9b2d255a3d] user: js, branch: trunk, size: 5458 [annotate] [blame] [check-ins using] [diff] | |
2013-02-12
| ||
18:22 | Prefix all ivars with an underscore. file: [25afa6488f] check-in: [e40729d406] user: js, branch: trunk, size: 5342 [annotate] [blame] [check-ins using] [diff] | |
2013-01-09
| ||
22:24 | Update copyright. file: [1e025da8be] check-in: [813c00ccf0] user: js, branch: trunk, size: 5320 [annotate] [blame] [check-ins using] [diff] | |
2012-07-12
| ||
01:28 | Don't access isa directly. file: [88920d7f76] check-in: [8892ae9fcc] user: js, branch: trunk, size: 5314 [annotate] [blame] [check-ins using] [diff] | |
2012-07-03
| ||
20:16 | OFHash: Take void* and unify convenience methods. file: [6e4ec96cf9] check-in: [c1060114f6] user: js, branch: trunk, size: 5305 [annotate] [blame] [check-ins using] [diff] | |
2012-01-05
| ||
00:56 | Update copyright. file: [533a6ceae9] check-in: [ce70e17b38] user: js, branch: trunk, size: 5364 [annotate] [blame] [check-ins using] [diff] | |
2011-09-22
| ||
23:25 |
Exceptions are now autoreleased.
This is safe as an "exception loop" can't happen, since if allocating So, the worst case would be that an autorelease of an exception fails, | |
2011-09-19
| ||
12:34 | BOOL naming conventions. file: [d50a626d64] check-in: [d43eb177bc] user: js, branch: trunk, size: 5349 [annotate] [blame] [check-ins using] [diff] | |
2011-04-22
| ||
20:19 | More style improvements. file: [595fab433e] check-in: [e76a7f52c1] user: js, branch: trunk, size: 5355 [annotate] [blame] [check-ins using] [diff] | |
2011-03-25
| ||
03:14 | Pass the hash for OFHashAlreadyCalculatedExceptions. file: [c68eae11dd] check-in: [9d883d2ff6] user: js, branch: trunk, size: 5331 [annotate] [blame] [check-ins using] [diff] | |
2011-03-24
| ||
19:42 | Get rid of OFExceptions.h. file: [e9824a1431] check-in: [cda44767f4] user: js, branch: trunk, size: 5311 [annotate] [blame] [check-ins using] [diff] | |
2011-03-11
| ||
16:44 | Use a union instead of casting pointers in OF{MD5,SHA1}Hash. file: [76bf5a4c3b] check-in: [1d7ed6556d] user: js, branch: trunk, size: 5289 [annotate] [blame] [check-ins using] [diff] | |
2011-02-17
| ||
19:56 | Add +[digestSize] and +[blockSize] to OFHash. file: [ba33b42a53] check-in: [275744ecd3] user: js, branch: trunk, size: 5360 [annotate] [blame] [check-ins using] [diff] | |
2011-01-01
| ||
20:19 | Change license. file: [b9d1ebe958] check-in: [da6b3d26cb] user: js, branch: trunk, size: 5285 [annotate] [blame] [check-ins using] [diff] | |
2010-12-10
| ||
11:21 | Documentation fixes. file: [bd32bdceed] check-in: [fada60d54c] user: js, branch: trunk, size: 5029 [annotate] [blame] [check-ins using] [diff] | |
2010-10-24
| ||
13:30 | Always write abbreviations uppercase in method names. file: [67e6e5137b] check-in: [1d19a5586b] user: js, branch: trunk, size: 5061 [annotate] [blame] [check-ins using] [diff] | |
13:15 | Rename a few methods returning BOOL. file: [0f9a7bf269] check-in: [b6a39dd3d1] user: js, branch: trunk, size: 5061 [annotate] [blame] [check-ins using] [diff] | |
2010-06-12
| ||
20:47 | Added: Move a few classes and categories so they have their own files. file: [20af66d343] check-in: [67917b918a] user: js, branch: trunk, size: 5055 [annotate] [blame] [check-ins using] | |