spacemonkeygo / openssl

OpenSSL bindings for Go
http://godoc.org/github.com/spacemonkeygo/openssl
Apache License 2.0
473 stars 236 forks source link

export openssl MD4 APIs #100

Closed rameshrv closed 5 years ago

rameshrv commented 5 years ago

This openssl go package has been of great use to us so far in our project !!

However, in our product, we need openssl APIs for MD4 hash (unfortunately we use MSCHAPv2). I have added required changes in my forked repo, and I am temporarily referencing that forked repo in our code-base. I would like to switch to the original repo (this one) instead of using a forked repo for all openssl calls.

I wish to know if it was okay to create a PR for opening up openssl MD4 APIs ? I realize MD4 is not widely used, but some projects (like us) are still using MD4. (I could also add MD5 hash along with it.) Please let me know.

zeebo commented 5 years ago

Sure, I'd be willing to accept that.

rameshrv commented 5 years ago

Thank you! will put up a PR soon !

rameshrv commented 5 years ago

was stuck with other tasks, finally I got to the PR !

zeebo commented 5 years ago

Closed by #104.