Initial commit: loc_az_hci (smom-dbis-138 excluded via .gitignore)
Some checks failed
Test / test (push) Has been cancelled
Some checks failed
Test / test (push) Has been cancelled
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
11
infrastructure/crypto/configure-openssl-qat.ps1
Normal file
11
infrastructure/crypto/configure-openssl-qat.ps1
Normal file
@@ -0,0 +1,11 @@
|
||||
# Configure OpenSSL QAT Engine
|
||||
|
||||
Write-Host "=========================================" -ForegroundColor Cyan
|
||||
Write-Host "OpenSSL QAT Engine Configuration" -ForegroundColor Cyan
|
||||
Write-Host "=========================================" -ForegroundColor Cyan
|
||||
|
||||
Write-Host "`nConfigure OpenSSL to use QAT engine for TLS acceleration." -ForegroundColor Yellow
|
||||
Write-Host "Edit OpenSSL config: /etc/ssl/openssl.cnf" -ForegroundColor White
|
||||
Write-Host "Add: openssl_conf = openssl_def" -ForegroundColor White
|
||||
Write-Host "Test: openssl speed -engine qat -elapsed -async_jobs 36 rsa2048" -ForegroundColor White
|
||||
|
||||
5
infrastructure/crypto/install-qat-stack.ps1
Normal file
5
infrastructure/crypto/install-qat-stack.ps1
Normal file
@@ -0,0 +1,5 @@
|
||||
# Install Complete QAT Driver Stack
|
||||
# See infrastructure/drivers/install-qat-drivers.ps1 for driver installation
|
||||
|
||||
Write-Host "Complete QAT stack installation. See install-qat-drivers.ps1" -ForegroundColor Yellow
|
||||
|
||||
5
infrastructure/crypto/setup-ipsec-qat.ps1
Normal file
5
infrastructure/crypto/setup-ipsec-qat.ps1
Normal file
@@ -0,0 +1,5 @@
|
||||
# Setup IPsec/IKEv2 QAT Integration
|
||||
|
||||
Write-Host "Configure IPsec/IKEv2 to use QAT acceleration." -ForegroundColor Yellow
|
||||
Write-Host "See QAT documentation for IPsec configuration." -ForegroundColor Yellow
|
||||
|
||||
10
infrastructure/crypto/test-qat-acceleration.ps1
Normal file
10
infrastructure/crypto/test-qat-acceleration.ps1
Normal file
@@ -0,0 +1,10 @@
|
||||
# Test QAT Acceleration Performance
|
||||
|
||||
Write-Host "=========================================" -ForegroundColor Cyan
|
||||
Write-Host "QAT Acceleration Testing" -ForegroundColor Cyan
|
||||
Write-Host "=========================================" -ForegroundColor Cyan
|
||||
|
||||
Write-Host "`nTest QAT acceleration:" -ForegroundColor Yellow
|
||||
Write-Host "Linux: openssl speed -engine qat -elapsed -async_jobs 36 rsa2048" -ForegroundColor White
|
||||
Write-Host "Check QAT service: qat_service status" -ForegroundColor White
|
||||
|
||||
Reference in New Issue
Block a user