-
Notifications
You must be signed in to change notification settings - Fork 20
Home
cconlon edited this page Aug 31, 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