Add patches for alternative ciphersuite
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
lagertonne 2022-04-25 13:11:44 +02:00
parent 56d25e7bd6
commit d787d2479a
11 changed files with 3514 additions and 0 deletions

10
debian/patches/series vendored
View file

@ -1 +1,11 @@
alt-ciphersuite/0001-Add-AES-256-GCM-support-to-SPTPS.patch
alt-ciphersuite/0002-Add-cipher-suite-selection-options-to-sptps_test.patch
alt-ciphersuite/0003-Let-sptps_speed-benchmark-all-cipher-suites.patch
alt-ciphersuite/0004-If-we-link-with-OpenSSL-use-it-for-Chacha20-Poly1305.patch
alt-ciphersuite/0005-Update-the-built-in-Chacha20-Poly1305-code-to-an-RFC.patch
alt-ciphersuite/0006-Ensure-we-are-compatible-with-LibreSSL.patch
alt-ciphersuite/0007-Fix-infinite-loop-on-SPTPS-errors-when-running-sptps.patch
alt-ciphersuite/0008-Fix-documentation-of-default-cipher-algorithm-used-f.patch
alt-ciphersuite/0009-Make-the-ExperimentalProtocol-option-obsolete.patch
alt-ciphersuite/0010-Move-poly1305_get_tag-into-poly1305.c-hide-poly1305_.patch
fix-version-number