aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix HMAC and add tests1.0.1Mattias Andrée2019-02-103-4/+78
* Fix warningsMattias Andrée2019-02-101-2/+2
* HMAC: fix support for key lengths that are not multiples of 8Mattias Andrée2019-02-101-1/+5
* Improve makefile1.0Mattias Andrée2019-02-104-9/+19
* Add tests for HMACMattias Andrée2019-02-101-0/+25
* ...Mattias Andrée2019-02-101-0/+70
* Minor improvement and man pages for HMACMattias Andrée2019-02-1016-41/+358
* libsha2.h.0: securely erasing the stateMattias Andrée2019-02-101-1/+4
* Add libsha2_hmac_[un]marshalMattias Andrée2019-02-104-0/+122
* Add HMAC and use void * instead of char * for binary dataMattias Andrée2019-02-1024-61/+266
* Use lowest bits rather than highest bits in complete byte, document this, and add testsMattias Andrée2019-02-103-0/+26
* Minor fixes and testsMattias Andrée2019-02-106-10/+92
* Add test casesMattias Andrée2019-02-101-2/+111
* Marshal/Unmarshal: do no marshal unset bytes in the chunkMattias Andrée2019-02-102-5/+5
* Fix warningsMattias Andrée2019-02-101-12/+12
* Avoid copying in libsh2_updateMattias Andrée2019-02-101-9/+16
* Fix libsha2_digest + minor improvementsMattias Andrée2019-02-1013-168/+299
* Fix warningsMattias Andrée2019-02-096-42/+22
* Improve makefile: mv LIBEXT and LIBFLAGS to config.mkMattias Andrée2019-02-092-4/+4
* Add install and uninstall rules to MakefileMattias Andrée2019-02-091-0/+25
* Update makefileMattias Andrée2019-02-092-1/+4
* Fix documentation about lengths (in bits, not bytes) and fix libsha2_sum_fd (lengths are in bits)Mattias Andrée2019-02-095-7/+7
* Add marshal and unmarshal functionsMattias Andrée2019-02-099-1/+291
* Minor changes, add man pages, rename libsha2_state_initialise to libsha2_initMattias Andrée2019-02-0916-6/+614
* Add HMAC to TODOMattias Andrée2019-02-092-2/+2
* Change license to ISC and reorganiseMattias Andrée2019-02-0928-1649/+832
* Merge pull request #2 from maaku/no-trailing-commaMattias Andrée [mˈa.tːiː.ˌas ˈanː.drˌeː]2016-02-201-1/+1
|\
| * Remove trailing comma in enumerationMark Friedenbach2016-02-191-1/+1
| * Revert "Restructure code style to prevent trailing comma in enumerations, which is not permitted in C89."Mark Friedenbach2016-02-191-6/+6
| * Restructure code style to prevent trailing comma in enumerations, which is not permitted in C89.Mark Friedenbach2016-02-081-6/+6
|/
* improve readmeMattias Andrée2015-11-281-1/+14
* typoMattias Andrée2015-11-273-1/+47
* libsha2_sum_fd continues if interruptedMattias Andrée2015-09-201-2/+9
* m styleMattias Andrée2015-09-141-4/+4
* paddingMattias Andrée2015-09-141-0/+2
* mashalling stateMattias Andrée2015-09-142-0/+13
* add libsha2_sum_fdMattias Andrée2015-09-143-0/+106
* implement sha2Mattias Andrée2015-09-144-22/+189
* add things around the actual hashingMattias Andrée2015-09-147-0/+629
* add copying and licenseMattias Andrée2015-09-142-0/+678
* add readmeMattias Andrée2015-09-141-0/+2
* first commitMattias Andrée2015-09-141-0/+22