SCS-CBU-CED-IAM / mobileid-helper

Mobile ID Test Signature Portal
1 stars 1 forks source link

Move OCSP checks from exec call to native #37

Closed SCS-CBU-CED-IAM closed 10 years ago

SCS-CBU-CED-IAM commented 11 years ago

Rather than doing `exec("openssl ocsp -CAfile ".$this->cert_ca." -issuer ".$this->ocsp_cert." -nonce -out ".$this->file_sig_cert_check." -url ".$this->ocsp_url." -cert ".$this->file_sig_cert);`` it should go over native openssl php functions

SCS-CBU-CED-IAM commented 11 years ago

Still nothing new in this area either from openssl in PHP and/or Mr Hug?

FreddyKaiser commented 10 years ago

Obsoleted with new mobileid php class when doing #64