Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SHA 2 => SHA-2 | Mattias Andrée | 2022-07-07 | 15 | -15/+15 |
* | m whitespace | Mattias Andrée | 2022-07-07 | 1 | -0/+2 |
* | Fix makefile | Mattias Andrée | 2022-02-19 | 1 | -1/+1 |
* | install_name_tool does not support -- | Mattias Andrée | 2022-02-19 | 1 | -1/+1 |
* | Improve makefile | Mattias Andrée | 2022-02-19 | 5 | -10/+25 |
* | Update readme | Mattias Andrée | 2022-02-19 | 1 | -1/+2 |
* | Improve makefile1.0.3 | Mattias Andrée | 2021-09-16 | 2 | -11/+12 |
* | Update readme | Mattias Andrée | 2019-02-10 | 1 | -1/+1 |
* | Fix man pages1.0.2 | Mattias Andrée | 2019-02-10 | 18 | -18/+18 |
* | Update clean rule in Makefile | Mattias Andrée | 2019-02-10 | 1 | -1/+1 |
* | Fix HMAC and add tests1.0.1 | Mattias Andrée | 2019-02-10 | 3 | -4/+78 |
* | Fix warnings | Mattias Andrée | 2019-02-10 | 1 | -2/+2 |
* | HMAC: fix support for key lengths that are not multiples of 8 | Mattias Andrée | 2019-02-10 | 1 | -1/+5 |
* | Improve makefile1.0 | Mattias Andrée | 2019-02-10 | 4 | -9/+19 |
* | Add tests for HMAC | Mattias Andrée | 2019-02-10 | 1 | -0/+25 |
* | ... | Mattias Andrée | 2019-02-10 | 1 | -0/+70 |
* | Minor improvement and man pages for HMAC | Mattias Andrée | 2019-02-10 | 16 | -41/+358 |
* | libsha2.h.0: securely erasing the state | Mattias Andrée | 2019-02-10 | 1 | -1/+4 |
* | Add libsha2_hmac_[un]marshal | Mattias Andrée | 2019-02-10 | 4 | -0/+122 |
* | Add HMAC and use void * instead of char * for binary data | Mattias Andrée | 2019-02-10 | 24 | -61/+266 |
* | Use lowest bits rather than highest bits in complete byte, document this, and add tests | Mattias Andrée | 2019-02-10 | 3 | -0/+26 |
* | Minor fixes and tests | Mattias Andrée | 2019-02-10 | 6 | -10/+92 |
* | Add test cases | Mattias Andrée | 2019-02-10 | 1 | -2/+111 |
* | Marshal/Unmarshal: do no marshal unset bytes in the chunk | Mattias Andrée | 2019-02-10 | 2 | -5/+5 |
* | Fix warnings | Mattias Andrée | 2019-02-10 | 1 | -12/+12 |
* | Avoid copying in libsh2_update | Mattias Andrée | 2019-02-10 | 1 | -9/+16 |
* | Fix libsha2_digest + minor improvements | Mattias Andrée | 2019-02-10 | 13 | -168/+299 |
* | Fix warnings | Mattias Andrée | 2019-02-09 | 6 | -42/+22 |
* | Improve makefile: mv LIBEXT and LIBFLAGS to config.mk | Mattias Andrée | 2019-02-09 | 2 | -4/+4 |
* | Add install and uninstall rules to Makefile | Mattias Andrée | 2019-02-09 | 1 | -0/+25 |
* | Update makefile | Mattias Andrée | 2019-02-09 | 2 | -1/+4 |
* | Fix documentation about lengths (in bits, not bytes) and fix libsha2_sum_fd (lengths are in bits) | Mattias Andrée | 2019-02-09 | 5 | -7/+7 |
* | Add marshal and unmarshal functions | Mattias Andrée | 2019-02-09 | 9 | -1/+291 |
* | Minor changes, add man pages, rename libsha2_state_initialise to libsha2_init | Mattias Andrée | 2019-02-09 | 16 | -6/+614 |
* | Add HMAC to TODO | Mattias Andrée | 2019-02-09 | 2 | -2/+2 |
* | Change license to ISC and reorganise | Mattias Andrée | 2019-02-09 | 28 | -1649/+832 |
* | Merge pull request #2 from maaku/no-trailing-comma | Mattias Andrée [mˈa.tːiː.ˌas ˈanː.drˌeː] | 2016-02-20 | 1 | -1/+1 |
|\ | |||||
| * | Remove trailing comma in enumeration | Mark Friedenbach | 2016-02-19 | 1 | -1/+1 |
| * | Revert "Restructure code style to prevent trailing comma in enumerations, which is not permitted in C89." | Mark Friedenbach | 2016-02-19 | 1 | -6/+6 |
| * | Restructure code style to prevent trailing comma in enumerations, which is not permitted in C89. | Mark Friedenbach | 2016-02-08 | 1 | -6/+6 |
|/ | |||||
* | improve readme | Mattias Andrée | 2015-11-28 | 1 | -1/+14 |
* | typo | Mattias Andrée | 2015-11-27 | 3 | -1/+47 |
* | libsha2_sum_fd continues if interrupted | Mattias Andrée | 2015-09-20 | 1 | -2/+9 |
* | m style | Mattias Andrée | 2015-09-14 | 1 | -4/+4 |
* | padding | Mattias Andrée | 2015-09-14 | 1 | -0/+2 |
* | mashalling state | Mattias Andrée | 2015-09-14 | 2 | -0/+13 |
* | add libsha2_sum_fd | Mattias Andrée | 2015-09-14 | 3 | -0/+106 |
* | implement sha2 | Mattias Andrée | 2015-09-14 | 4 | -22/+189 |
* | add things around the actual hashing | Mattias Andrée | 2015-09-14 | 7 | -0/+629 |
* | add copying and license | Mattias Andrée | 2015-09-14 | 2 | -0/+678 |