Subversion Repositories php_utils

Compare Revisions

Regard whitespace Rev 9 → Rev 10

/trunk/x_509_utils.inc.php
2,8 → 2,8
 
/*
* X.509 Utilities for PHP
* Copyright 2011-2014 Daniel Marschall, ViaThinkSoft
* Version 2014-11-17
* Copyright 2011-2021 Daniel Marschall, ViaThinkSoft
* Version 2021-06-10
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
375,6 → 375,8
# 0 = cert is a file
# 1 = cert is pem string
 
$params = '';
 
$out = array();
if ($mode == 0) {
exec(OPENSSL_EXEC.' x509 -noout'.$params.' -in '.escapeshellarg($cert), $out, $code);