15 Implement RFC1731 and 1734, pop over GSS-API
19 should test more stuff
23 there's some room for improvement here.
27 should the KDC use keytabs to store its keys? Then it could use krb5_rd_req.
31 is in need of a major cleanup
37 prepend a prefix on all generated symbols
47 process_context_token, display_status, add_cred, inquire_cred_by_mech,
48 export_sec_context, import_sec_context, inquire_names_for_mech, and
49 inquire_mechs_for_name not implemented.
51 get_mic, wrap: always uses the remote_subkey
53 only DES MAC MD5 and DES implemented.
55 wrap and unwrap always uses DES for sealing even if conf is not
58 minor_status is never set
60 init_sec_context: `initiator_cred_handle' and `time_req' ignored.
62 input channel bindings are not supported
64 delegation not implemented
66 anonymous credentials not implemented
72 fix atomic rename of database
82 replay cache not implemented
84 the following encryption types have been implemented: DES-CBC-CRC,
85 DES-CBC-MD4, DES-CBC-MD5, DES3-CBC-MD5, DES3-CBC-SHA1
87 supports the following checksums: CRC32, RSA-MD4, RSA-MD5,
88 RSA-MD4-DES, RSA-MD5-DES, RSA-MD5-DES3, SHA1, HMAC-SHA1-DES3
90 always generates a new subkey in an authenticator
92 should the sequence numbers be XORed?