plan9fox/sys
cinap_lenrek 02cfcfeab4 libauthsrv: generalize ticket service, not hardcoding ticket format and DES 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.
2015-08-19 21:06:17 +02:00
..
doc /sys/doc: permissions for cleanps, mkdirlist, mkfilelist 2012-10-20 19:09:54 +02:00
games/lib fortunes: If you want to do the work, I will review the results. 2015-08-09 00:36:10 -04:00
include libauthsrv: generalize ticket service, not hardcoding ticket format and DES encryption 2015-08-19 21:06:17 +02:00
lib acid -k: fix intrcount() for amd64 2015-08-09 22:43:53 +02:00
man libauthsrv: generalize ticket service, not hardcoding ticket format and DES encryption 2015-08-19 21:06:17 +02:00
src libauthsrv: generalize ticket service, not hardcoding ticket format and DES encryption 2015-08-19 21:06:17 +02:00