| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | sys/linux: add "ofb" crypto-something | Dmitry Vyukov | 2018-10-28 | 1 | -0/+1 |
| | | |||||
| * | .gometalinter.json: enable gofmt | Dmitry Vyukov | 2018-07-31 | 1 | -5/+5 |
| | | | | | | | | The part that we want from gofmt is simplify (-s). Fix all code that needs fixing. Update #538 | ||||
| * | sys/linux: add missing generic crypto algs | Ondrej Mosnacek | 2018-06-11 | 1 | -0/+5 |
| | | |||||
| * | sys/linux: add MORUS and AEGIS AEAD algorithms | Ondrej Mosnacek | 2018-06-04 | 1 | -0/+11 |
| | | |||||
| * | sys/linux: add few new crypto algorithms | Dmitry Vyukov | 2018-04-10 | 1 | -0/+7 |
| | | |||||
| * | prog: return concrete arg types from Make functions | Dmitry Vyukov | 2018-02-24 | 1 | -2/+2 |
| | | | | | This removes a bunch of type assertions and makes code type safer. | ||||
| * | sys/linux: extend netfilter descriptions | Dmitry Vyukov | 2018-01-27 | 1 | -7/+8 |
| | | |||||
| * | sys/linux: add AF_NETLINK/NETLINK_CRYPTO descriptions | Dmitry Vyukov | 2018-01-09 | 1 | -4/+9 |
| | | |||||
| * | sys/linux: netlink xfrm support | Dmitry Vyukov | 2017-12-31 | 1 | -6/+24 |
| | | |||||
| * | sys/linux: improve hash generation for KEYCTL_DH_COMPUTE | Dmitry Vyukov | 2017-11-27 | 1 | -0/+9 |
| | | | | | | | | KEYCTL_DH_COMPUTE used the old fixed list of algorithm names. Use the new code for algorithm generation. + it needs only SHASH algs, but we passed in all alg names. Pass only SHASH algs. | ||||
| * | sys/linux: remove crypto algs starting with __ | Dmitry Vyukov | 2017-11-24 | 1 | -100/+3 |
| | | | | | These can't be created from user-space. | ||||
| * | sys/linux: prefix non-autogenerated files with init_ | Dmitry Vyukov | 2017-11-24 | 1 | -0/+506 |
