Gary Reuter • about 14 years ago
PHP function ecoin_parse
The 'Message Validation' page (http://developer.mintchipchallenge.com/devguide/developing/common/message-validation.html) has some sample PHP code. The first examples clearly use OpenSSL functions -- no problem there (except the second example being obviously broken -- $result set to the return value of openssl_x509_checkpurpose() but $res is used in the following "if").
The last example (Verify Value Message) has a function "ecoin_parse" for which I cannot find any information about anywhere. Maybe I'm just missing something?
Comments are closed.

1 comment
Gary Reuter • about 14 years ago
Thank-you!