Steve Syfuhs
Steve Syfuhs
I have a VB6 app that is under active development and *must* have this added. Can you add COM support?
TBD **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution...
TBD **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution...
**Is your feature request related to a problem? Please describe.** The fiddler plugin and kdecode tool use similar but different implementations of the treeview bits to display messages. Both implementations...
**Is your feature request related to a problem? Please describe.** The library implements MS-SFU within the client, but doesn't implement it on the server side. **Describe the solution you'd like**...
Should build out a basic test harness that runs operational tests against the various Kerberos libraries: * Active Directory * [MIT](https://github.com/krb5/krb5) * [Heimdal](https://github.com/heimdal/heimdal) * [Java](https://docs.oracle.com/en/java/javase/14/security/single-sign-using-kerberos-java1.html) * [Go](https://github.com/jcmturner/gokrb5) Things each test...
**Is your feature request related to a problem? Please describe.** This library should support S/PAKE credentialing. **Describe the solution you'd like** Implement [draft-ietf-kitten-krb-spake-preauth-09](https://datatracker.ietf.org/doc/html/draft-ietf-kitten-krb-spake-preauth-09) **Describe alternatives you've considered** N/A **Additional context**...
**Is your feature request related to a problem? Please describe.** DNS lookups only work on Windows today because it calls into win32 APIs directly. .NET doesn't provide a way to...
**Is your feature request related to a problem? Please describe.** As a developer it would be helpful to have documentation for how to use this library. **Describe the solution you'd...
PKINIT is an asymmetric crypto extension for the initial AS-REQ authentication exchange. It's used for smart card (cert-based) authentication. The protocol has some crypto bits that are showing their age...