ladeiko / node-apple-receipt-verify

A Node.js module for In-App-Purchase receipt validation for iOS.
MIT License
91 stars 25 forks source link

Fix compilation error due to changed API in OpenSSL 1.1.0 #18

Closed Olof-IL closed 4 years ago

Olof-IL commented 4 years ago

EVP_MD_CTX_new / EVP_MD_CTX_free needed to create context in latest OpenSSL

Olof-IL commented 4 years ago

PR now moot, since vendor id verification is removed