WSL2-Linux-Kernel/drivers/crypto/vmx
Alexander A. Klimov c8ed9fc9d2 powerpc: Replace HTTP links with HTTPS ones
Rationale:
Reduces attack surface on kernel devs opening the links for MITM
as HTTPS traffic is much harder to manipulate.

Deterministic algorithm:
For each file:
  If not .svg:
    For each line:
      If doesn't contain `\bxmlns\b`:
        For each link, `\bhttp://[^# \t\r\n]*(?:\w|/)`:
	  If neither `\bgnu\.org/license`, nor `\bmozilla\.org/MPL\b`:
            If both the HTTP and HTTPS versions
            return 200 OK and serve the same content:
              Replace HTTP with HTTPS.

Signed-off-by: Alexander A. Klimov <grandmaster@al2klimov.de>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20200718103958.5455-1-grandmaster@al2klimov.de
2020-07-22 00:01:23 +10:00
..
.gitignore .gitignore: add SPDX License Identifier 2020-03-25 11:50:48 +01:00
Kconfig
Makefile
aes.c
aes_cbc.c
aes_ctr.c
aes_xts.c crypto: vmx - reject xts inputs that are too short 2020-01-16 15:18:13 +08:00
aesp8-ppc.h
aesp8-ppc.pl powerpc: Replace HTTP links with HTTPS ones 2020-07-22 00:01:23 +10:00
ghash.c
ghashp8-ppc.pl powerpc: Replace HTTP links with HTTPS ones 2020-07-22 00:01:23 +10:00
ppc-xlate.pl
vmx.c