Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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,

  1. What are all the libraries and API's must one consider to develop PKINIT?
  2. Does one can implement PKINIT by using API's like GSSAPI, SSPI (provide one example what one can make with these API)?
  3. 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?
  4. 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.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.