I am going to implement PKINIT in kerberos for my project. I am totally confused in starting the coding part, I know all the theoretical parts of kerberos like how client, KDC and Application server works.
I want help in implementation part like,
- What are all the libraries and API's must one consider to develop PKINIT?
- Does one can implement PKINIT by using API's like GSSAPI, SSPI (provide one example what one can make with these API)?
- RFC has brief descriptions like the syntax, errors etc but Specifically about what API's or what libraries or what programming language does they brief in RFC documentations for PKINIT like RFC 4556?
- Will anything be beneficial for implementation of PKINIT from MIT kerberos which contains complete implemented form of kerberos?
So in summary, want help in connecting dots of tremendous resources available.
Additional Info: I have windows 7 OS, I am developing PKINIT for learning purpose and fluent in C, C++ and C#.
Thanks in advance.