-
Notifications
You must be signed in to change notification settings - Fork 20
Home
cconlon edited this page Nov 6, 2012
·
13 revisions
Project: kerberos-java-gssapi
MILESTONE 1 (5/23/2012)
- Package structure setup
- Creation of interfaces following RFC 5653 (org.ietf.jgss)
MILESTONE 2 (6/29/2012)
- MessageProp, GSSException, ChannelBinding, Oid classes created
- JUnit test framework added
- JUnit tests for MessageProp, ChannelBinding, Oid added
MILESTONE 3 (7/30/2012)
- GSSName, GSSCredential classes created
- JUnit tests for GSSName added
MILESTONE 4 (8/31/2012)
- GSSContext class created
MILESTONE 5 (10/01/2012)
- GSSManager class cleaned up
- Does not implement SPI framework at this time, only supports MIT Kerberos
MILESTONE 6 (10/08/2012)
- Addition of example Java client and server applications using GSS-API interface
MILESTONE 7/8 (11/06/2012)
- Above Milestones ported over to Android
- GSS-API interface integrated into Android example application: https://github.com/cconlon/kerberos-android-ndk