summaryrefslogtreecommitdiff
path: root/lib/af_alg.c
Commit message (Expand)AuthorAgeFilesLines
* Put LGPLv2+ notices in source files where appropriate.Bruno Haible2021-06-041-8/+8
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* crypto/af_alg: port to strict C compilersPaul Eggert2019-05-111-2/+2
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* af_alg: Fail in continuable manner on Linux/powerpc64le.Bruno Haible2018-06-251-3/+17
* af_alg: Fix state of stream after sendfile() succeeds.Bruno Haible2018-06-251-10/+39
* maint: clarify comments about sticky EOFPádraig Brady2018-06-241-1/+1
* af_alg: Comment and style improvements.Bruno Haible2018-06-251-6/+12
* af_alg: avoid hangs when reading from streamsPádraig Brady2018-06-241-3/+9
* af_alg: fix error handling when hash not returnedPádraig Brady2018-06-241-1/+6
* af_alg: fix my typo in afalg_bufferPaul Eggert2018-05-091-13/+6
* af_alg: recover better from crypto failuresPaul Eggert2018-05-091-23/+20
* af_alg: distiguish I/O errors betterPaul Eggert2018-05-091-12/+4
* af_alg: avoid gotosPaul Eggert2018-05-091-44/+32
* af_alg: don’t leak file descriptors into childrenPaul Eggert2018-05-091-2/+2
* af_alg: coalesce socket creationPaul Eggert2018-05-091-54/+27
* af_alg: fix file descriptor leakPaul Eggert2018-05-091-3/+2
* af_alg: Pacify --enable-gcc-warnings on GCC 8Paul Eggert2018-05-091-23/+17
* af_alg: Pacify --enable-gcc-warningsPaul Eggert2018-05-071-5/+7
* af_alg: Add ability to use Linux kernel crypto API on data in memory.Bruno Haible2018-05-061-1/+67
* af_alg: Fix a resource leak.Bruno Haible2018-05-061-13/+17
* af_alg: Fix bug with streams that are not at position 0.Bruno Haible2018-05-061-2/+27
* af_alg: Add configure option to enable/disable use of Linux crypto API.Bruno Haible2018-05-061-1/+1
* af_alg: Improve comments.Bruno Haible2018-05-061-2/+2
* af_alg: New module.Bruno Haible2018-05-051-3/+3
* af_alg: minor style improvementsPaul Eggert2018-05-051-15/+11
* af_alg: Fix bug on empty files.Bruno Haible2018-05-051-0/+9
* sys-limits.h: new file for crypto and safe I/OPaul Eggert2018-05-051-3/+3
* af_alg: Improve function signature.Bruno Haible2018-05-051-1/+1
* sha1sum: use AF_ALG when availableMatteo Croce2018-05-051-0/+115