Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-31 | auth: various cleanups, use common readcons() from libauthsrv, zero keys ↵ | cinap_lenrek | |
after use | |||
2016-01-06 | auth: release dp9ik implementation and reentrant factotum | cinap_lenrek | |
2015-08-21 | cmd/auth: remove private /dev/random reading routines, use genrandom() | cinap_lenrek | |
2015-08-21 | introduce AES key into nvram and keyfs | cinap_lenrek | |
2015-08-19 | libauthsrv: generalize ticket service, not hardcoding ticket format and DES ↵ | cinap_lenrek | |
encryption this is in preparation for replacing DES ticket encryption with something better. but first need to make the code stop making assumptions. the wire encoding of the Ticket might be variable length with TICKETLEN just giving an upper bound. the details will be handled by libauthsrv _asgetticket() and _asgetresp() funciotns. the Authenticator and Passwordreq structures are encrypted with the random ticket key. The encryption schmeme will depend on the Ticket format used, so we pass the Ticket* structure instead of the DES key. introduce Authkey structure that will hold all the required cryptographic keys instead of passing DES key. | |||
2012-12-31 | fix utf and rune handling in preparation for 32bit runes | cinap_lenrek | |
2011-03-30 | Import sources from 2011-03-30 iso image - lib | Taru Karttunen | |
2011-03-30 | Import sources from 2011-03-30 iso image | Taru Karttunen | |