Closed SCS-CBU-CED-IAM closed 10 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
Still nothing new in this area either from openssl in PHP and/or Mr Hug?
Obsoleted with new mobileid php class when doing #64
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