Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove dependency on chrono | pennae | 2022-07-25 | 1 | -2/+3 |
| | | | | | | prompted by a cargo audit run. time works just as well and is better maintained. web-push still uses chrono, but from the looks of things it won't be affected. | ||||
* | remove zeroize dependency | pennae | 2022-07-17 | 1 | -1/+0 |
| | | | | | | | | this is not so much a problem as a possible source of false security for the readers. all secret keys we handle are serialized in some form, and those serialization buffers are *not* zeroed out after use. zeroing our raw buffers doesn't help much in that case, using a zero-on-free allocator would be much more helpful. | ||||
* | initial import | pennae | 2022-07-13 | 1 | -0/+3269 |