Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2022-03-19 | libar2_encode_base64: fix support for overlap1.2.2 | Mattias Andrée | 5 | -18/+71 |
2022-03-19 | test: check libar2_decode_base64 with buffer overlap | Mattias Andrée | 1 | -9/+20 |
2022-02-20 | Update for libblake 3.01.2.1 | Mattias Andrée | 1 | -4/+4 |
2022-02-19 | install_name_tool does not support -- | Mattias Andrée | 1 | -1/+1 |
2022-02-19 | Makefile: fix linking details for Mac OS | Mattias Andrée | 4 | -1/+8 |
2022-02-17 | Some fixes1.2 | Mattias Andrée | 4 | -16/+60 |
2022-02-17 | bump version | Mattias Andrée | 1 | -1/+1 |
2022-02-17 | add todo | Mattias Andrée | 1 | -0/+2 |
2022-02-17 | m style | Mattias Andrée | 1 | -32/+33 |
2022-02-17 | Remove obsolete macro | Mattias Andrée | 2 | -7/+6 |
2022-02-17 | libar2_erase.3: mention weak linking | Mattias Andrée | 1 | -0/+7 |
2022-02-17 | m whitespace | Mattias Andrée | 1 | -0/+1 |
2022-02-17 | m style | Mattias Andrée | 1 | -2/+1 |
2022-02-17 | m + add tests for optimisations | Mattias Andrée | 3 | -7/+72 |
2022-02-17 | m + use optimisations '(adds auto-executed function: libar2_init)' | Mattias Andrée | 9 | -17/+165 |
2022-02-17 | Add optimisations (no yet used) | Mattias Andrée | 3 | -13/+158 |
2022-02-16 | Fix previous commit | Mattias Andrée | 2 | -2/+7 |
2022-02-16 | Strict parameter order in parameter string (this is what is done in the reference implementation and is the desirable behaviour) | Mattias Andrée | 2 | -46/+34 |
2022-02-16 | Make test code work with musl1.1.1 | Mattias Andrée | 1 | -14/+18 |
2022-02-16 | Fix check for 0-prefixed integers parameter string | Mattias Andrée | 2 | -1/+6 |
2022-02-16 | m | Mattias Andrée | 1 | -1/+1 |
2022-02-16 | Add more tests | Mattias Andrée | 2 | -20/+45 |
2022-02-16 | Add more tests | Mattias Andrée | 1 | -2/+25 |
2022-02-16 | m | Mattias Andrée | 1 | -0/+1 |
2022-02-16 | Add more test code | Mattias Andrée | 1 | -2/+123 |
2022-02-16 | More tests and some small improvements | Mattias Andrée | 3 | -22/+221 |
2022-02-16 | Add coverage test | Mattias Andrée | 2 | -0/+16 |
2022-02-16 | Suppress warning | Mattias Andrée | 1 | -1/+11 |
2022-02-16 | Unrolling loop of rounds does not improve performance | Mattias Andrée | 1 | -1/+0 |
2022-02-16 | Small optimisation for little-endian machines | Mattias Andrée | 3 | -6/+97 |
2022-02-16 | Fix style + minimal optimisation | Mattias Andrée | 1 | -6/+4 |
2022-02-16 | Remove todo | Mattias Andrée | 1 | -1/+1 |
2022-02-15 | Reference libar2simplified_init_context.3 in libar2_hash.3 | Mattias Andrée | 1 | -1/+2 |
2022-02-15 | Minor fix to man pages | Mattias Andrée | 15 | -15/+15 |
2022-02-14 | Ref libar2simplified1.1 | Mattias Andrée | 2 | -1/+2 |
2022-02-14 | Refine libar2_hash_buf_size + add test + securely erase parts of the hash output buffer that is written to but is not part of the hash | Mattias Andrée | 7 | -9/+90 |
2022-02-14 | Fix previous commit | Mattias Andrée | 3 | -14/+29 |
2022-02-13 | Add libar2_hash_buf_size and fix related documentation for libar2_hash | Mattias Andrée | 6 | -4/+80 |
2022-02-13 | Bug fix | Mattias Andrée | 1 | -4/+4 |
2022-02-13 | Bug fix | Mattias Andrée | 1 | -0/+1 |
2022-02-13 | Fix typo | Mattias Andrée | 1 | -2/+2 |
2022-02-13 | m | Mattias Andrée | 1 | -0/+1 |
2022-02-12 | Bump lib version | Mattias Andrée | 1 | -1/+1 |
2022-02-12 | Use params->version == 0 for implicit specification of version 1.0 | Mattias Andrée | 7 | -11/+84 |
2022-02-12 | libar2_encode_base64: data may be NULL if buf is NULL | Mattias Andrée | 2 | -2/+6 |
2022-02-12 | Add man pages, readme, and nonnull attributes and fix documentation typos | Mattias Andrée | 17 | -11/+1729 |
2022-02-12 | Make libar2_latest_argon2_version const | Mattias Andrée | 2 | -2/+2 |
2022-01-19 | Fix warnings | Mattias Andrée | 6 | -24/+44 |
2022-01-18 | Improve portability | Mattias Andrée | 4 | -6/+35 |
2022-01-17 | Fix typo: libar2_earse -> libar2_erase | Mattias Andrée | 4 | -7/+19 |