Add platform-dependent 64-bit and inline-function support via new header
authorKen Raeburn <raeburn@mit.edu>
Sat, 13 Dec 2003 06:28:35 +0000 (06:28 +0000)
committerKen Raeburn <raeburn@mit.edu>
Sat, 13 Dec 2003 06:28:35 +0000 (06:28 +0000)
commita87606b8e2b12a6a5260539a5544f55fb81d53bc
tree6417250436c25f4dc42f0142d211872c57ca1ba2
parent7943823ea88ccb7e5a2b9e1981f1f601ba261af5
Add platform-dependent 64-bit and inline-function support via new header
k5-platform.h.  Add 64-bit serializer support.  [Not needed for ticket 1471,
but needed for 2040 and annoying to check in separately.]

Add to (internal for now) crypto API a function to get the mandatory checksum
type associated with an enctype.

New support for server-generated subkey, selected via an auth_context flag.

ticket: 1471
status: open

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15908 dc483132-0cff-0310-8789-dd5450dbe970
13 files changed:
src/include/ChangeLog
src/include/fake-addrinfo.h
src/include/k5-int.h
src/include/k5-platform.h [new file with mode: 0644]
src/include/krb5.hin
src/lib/crypto/ChangeLog
src/lib/crypto/Makefile.in
src/lib/crypto/etypes.c
src/lib/crypto/mandatory_sumtype.c [new file with mode: 0644]
src/lib/krb5/krb/ChangeLog
src/lib/krb5/krb/mk_rep.c
src/lib/krb5/krb/mk_req_ext.c
src/lib/krb5/krb/serialize.c