Skip to content

Commit 8725f01

Browse files
Fix rfc links rsapss (#211)
* docs: use cannonical rfc links in impl_ffi.rsa_common.dart * docs: use cannonical rfc links in impl_ffi.utils.dart * docs: use canonical rfc links in jsonwebkey.dart * docs: use cannonical rfc links in rsapss.dart * Update lib/src/impl_ffi/impl_ffi.rsa_common.dart Co-authored-by: HamdaanAliQuatil <[email protected]> * Update lib/src/impl_ffi/impl_ffi.rsa_common.dart Co-authored-by: HamdaanAliQuatil <[email protected]> * Update lib/src/impl_ffi/impl_ffi.utils.dart Co-authored-by: HamdaanAliQuatil <[email protected]> * Update lib/src/testing/webcrypto/rsapss.dart Co-authored-by: HamdaanAliQuatil <[email protected]> * Update lib/src/jsonwebkey.dart Co-authored-by: HamdaanAliQuatil <[email protected]> --------- Co-authored-by: HamdaanAliQuatil <[email protected]>
1 parent 306d9a7 commit 8725f01

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/src/jsonwebkey.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ final class JsonWebKey {
216216
/// See also "oth" in [RFC 7518 Section 6.3.2.7].
217217
///
218218
/// [1]: https://www.w3.org/TR/WebCryptoAPI/#JsonWebKey-dictionary
219-
/// [2]: https://tools.ietf.org/html/rfc7518#section-6.3.2.7
219+
/// [2]: https://www.rfc-editor.org/rfc/rfc7518#section-6.3.2.7
220220
final class RsaOtherPrimesInfo {
221221
String r;
222222
String d;

lib/src/testing/webcrypto/rsapss.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ final _testData = [
125125
/// [2]: https://opensource.apple.com/source/CommonCrypto/CommonCrypto-60165.120.1/lib/CommonRSACryptor.c.auto.html
126126
/// [3]: https://opensource.apple.com/source/xnu/xnu-4570.41.2/EXTERNAL_HEADERS/corecrypto/ccrsa.h.auto.html
127127
/// [4]: https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.186-4.pdf
128-
/// [5]: https://tools.ietf.org/html/rfc3447
128+
/// [5]: https://www.rfc-editor.org/rfc/rfc3447
129129
/// [6]: https://tools.ietf.org/html/rfc3447#section-9.1
130130
/// [7]: https://bugs.webkit.org/show_bug.cgi?id=216750
131131
...(nullOnSafari(_testDataWithLongSaltLength) ?? <Map>[]),

0 commit comments

Comments
 (0)