The sorry state of OpenSSL usability
jameshfisher.com
The sorry state of OpenSSL usability
1–10 of 45 posts
Re: The sorry state of OpenSSL usability
#2I strongly disagree that forks are making things worse. The solution to a project that is too difficult to fix due to baggage or a bad community or bad maintainers is to fork.
Re: The sorry state of OpenSSL usability
#3> And stop forking OpenSSL; you’re just making things worse. I strongly disagree that forks are making things worse. The solution to a project that is too difficult to fix due to baggage or a bad community or bad maintainers is to fork.
Re: The sorry state of OpenSSL usability
#4Going to that website and clicking on openssl reveals a manual page. So, I guess the "literally isn’t any documentation" is wrong. OpenBSD likes their man pages.
Re: The sorry state of OpenSSL usability
#5Re: The sorry state of OpenSSL usability
#6Re: The sorry state of OpenSSL usability
#7I was always asuming that’s caused by the orginal programmers being more interested into the crypto algorithmics than building an actual useful tool. But what do I know.
My solution so far is to wrap crypto code into own modules and expose only the most simple interface for the job.
For the cli, especially openssl, I am relying on (customized) scripts to make common tasks easier, with my ultimate goal to not have to call openssl directly anymore.
Re: The sorry state of OpenSSL usability
#8You could write some documentation and give it to them. Or you could pay someone to write it for the project.
The author seems to know quite a bit about OpenSSL/LibreSSL. I'd think writing up a bit of documentation for it would be a win for everyone. Writing a blog complaining that the authors haven't done it and given it away for free is not.