@@ -568,6 +568,9 @@ discard block |
||
| 568 | 568 | return $checkstring; |
| 569 | 569 | } |
| 570 | 570 | |
| 571 | + /** |
|
| 572 | + * @param string $tmpDir |
|
| 573 | + */ |
|
| 571 | 574 | private function thoroughChainChecks(&$testresults, &$intermOdditiesCAT, $tmpDir, $servercert, $eapIntermediates, $eapIntermediateCRLs) { |
| 572 | 575 | |
| 573 | 576 | $crlCheckString = $this->createCArepository($tmpDir, $intermOdditiesCAT, $servercert, $eapIntermediates, $eapIntermediateCRLs); |
@@ -666,6 +669,14 @@ discard block |
||
| 666 | 669 | } |
| 667 | 670 | } |
| 668 | 671 | |
| 672 | + /** |
|
| 673 | + * @param string $tmpDir |
|
| 674 | + * @param integer $probeindex |
|
| 675 | + * @param string $innerUser |
|
| 676 | + * @param string $password |
|
| 677 | + * @param boolean $opnameCheck |
|
| 678 | + * @param boolean $frag |
|
| 679 | + */ |
|
| 669 | 680 | private function executeEapolTest($tmpDir, $probeindex, $eaptype, $innerUser, $password, $opnameCheck, $frag) { |
| 670 | 681 | $finalInner = $innerUser; |
| 671 | 682 | $finalOuter = $this->outerUsernameForChecks; |
@@ -744,6 +755,9 @@ discard block |
||
| 744 | 755 | const CA_INTERMEDIATE = 3; |
| 745 | 756 | const CA_ROOT = 4; |
| 746 | 757 | |
| 758 | + /** |
|
| 759 | + * @param integer $totalCertCount |
|
| 760 | + */ |
|
| 747 | 761 | private function determineCertificateType(&$cert, $totalCertCount) { |
| 748 | 762 | if ($cert['ca'] == 0 && $cert['root'] == 0) { |
| 749 | 763 | return RADIUSTests::SERVER_NO_CA_EXTENSION; |
@@ -759,6 +773,9 @@ discard block |
||
| 759 | 773 | return RADIUSTests::CA_INTERMEDIATE; |
| 760 | 774 | } |
| 761 | 775 | |
| 776 | + /** |
|
| 777 | + * @param string $tmpDir |
|
| 778 | + */ |
|
| 762 | 779 | private function extractIncomingCertsfromEAP(&$testresults, $tmpDir) { |
| 763 | 780 | |
| 764 | 781 | /* |