microsoft / go-crypto-openssl

Go crypto backend for Linux using OpenSSL
MIT License
61 stars 15 forks source link

Fix OpenSSL functions signatures #19

Closed qmuntal closed 2 years ago

qmuntal commented 2 years ago

This PR depends on #18.

The checkheader tool has spotted several misalignments between the functions defined in openssl_funcs.h and the ones defined in the official OpenSSL development headers.

This PR fixes all misalignments and also adds the checkheader tool to our CI pipeline.