certnanny/sscep

How to contribute with the project

hildgerald opened this issue · 2 comments

Hello,
I use sscep in my projects and I have a bug fix that I would like to share. This bug is in the compare_subject function in the fileutils.c . We must not make a simple strcmp but cut the DN and compare the elements one by one.
Regards

Hello. The best is to create a Pull request, i.e. fork the project, create a branch, implement the change, commit and then create the pull request. See https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests.
If that's a big burden for you and the change is simple, then creating an issue with a patch (diff) is also acceptable.

Thank you for your reply. I 'll do a fork and create a pull request with my changes. In addition, I 'll create a new software based on sscep to get certificate with scep protocol and EST protocol, check certificate, etc...