Skip to content

Commit 1ea42f6

Browse files
committed
CI: Disable link checking for FIPS publications
Those links seem to be somewhat flaky, and we don't want our CI to break if the NIST server is down. Signed-off-by: Hanno Becker <[email protected]>
1 parent 85d35d1 commit 1ea42f6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![C90](https://img.shields.io/badge/language-C90-blue.svg)](https://web.archive.org/web/20200909074736if_/https://www.pdf-archive.com/2014/10/02/ansi-iso-9899-1990-1/ansi-iso-9899-1990-1.pdf)
88
[![Apache](https://img.shields.io/badge/license-Apache--2.0-green.svg)](https://www.apache.org/licenses/LICENSE-2.0)
99

10-
mlkem-native is a C90 implementation of [ML-KEM](https://doi.org/10.6028/NIST.FIPS.203.ipd) targeting
10+
mlkem-native is a C90 implementation of <!-- markdown-link-check-disable -->[ML-KEM](https://doi.org/10.6028/NIST.FIPS.203.ipd)<!-- markdown-link-check-enable --> targeting
1111
PC, mobile and server platforms. It is a fork of the ML-KEM [reference
1212
implementation](https://github.com/pq-crystals/kyber/tree/main/ref).
1313

RELEASE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ mlkem-native alpha
55
About
66
-----
77

8-
mlkem-native is a C90 implementation of [ML-KEM](https://doi.org/10.6028/NIST.FIPS.203.ipd) targeting
8+
mlkem-native is a C90 implementation of <!-- markdown-link-check-disable -->[ML-KEM](https://doi.org/10.6028/NIST.FIPS.203.ipd)<!-- markdown-link-check-enable --> targeting
99
PC, mobile and server platforms. It is a fork of the ML-KEM [reference
1010
implementation](https://github.com/pq-crystals/kyber/tree/main/ref).
1111

@@ -17,7 +17,7 @@ out of bounds accesses, nor integer overflows during optimized modular arithmeti
1717
Release notes
1818
=============
1919

20-
This is first official release of mlkem-native, a C90 implementation of [ML-KEM](https://doi.org/10.6028/NIST.FIPS.203.ipd) targeting
20+
This is first official release of mlkem-native, a C90 implementation of <!-- markdown-link-check-disable -->[ML-KEM](https://doi.org/10.6028/NIST.FIPS.203.ipd)<!-- markdown-link-check-enable --> targeting
2121
PC, mobile and server platforms.
2222
This alpha release of mlkem-native features complete backends in C, AArch64 and x86_64, offering state-of-the-art performance on most Arm, Intel and AMD platforms.
2323

examples/bring_your_own_fips202/fips202/tiny_sha3/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Keccak 3.0 and SHA-3 implementations:
2929
The 0x06 constant there used to be 0x01. But this of course totally
3030
breaks compatibility and test vectors had to be revised.
3131

32-
SHA-3 Spec: http://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.202.pdf
32+
SHA-3 Spec: <!-- markdown-link-check-disable -->http://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.202.pdf<!-- markdown-link-check-enable -->
3333

3434
Cheers,
3535
- markku

examples/custom_backend/mlkem_native/mlkem/fips202/native/custom/src/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Keccak 3.0 and SHA-3 implementations:
2929
The 0x06 constant there used to be 0x01. But this of course totally
3030
breaks compatibility and test vectors had to be revised.
3131

32-
SHA-3 Spec: http://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.202.pdf
32+
SHA-3 Spec: <!-- markdown-link-check-disable -->http://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.202.pdf<!-- markdown-link-check-enable -->
3333

3434
Cheers,
3535
- markku

0 commit comments

Comments
 (0)