File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
test/jdk/sun/security/provider/SecureRandom Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
2+ * Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44 *
55 * This code is free software; you can redistribute it and/or modify it
4646import static java .security .DrbgParameters .Capability .*;
4747
4848/**
49- * The Known-output DRBG test. The test vector can be obtained from
50- * http://csrc.nist.gov/groups/STM/cavp/documents/drbg/drbgtestvectors.zip.
49+ * The Known-output DRBG test. The test vector can be downloaded from
50+ * https://csrc.nist.gov/CSRC/media/Projects/Cryptographic-Algorithm-Validation-Program/documents/drbg/drbgtestvectors.zip.
51+ * The test is described on https://csrc.nist.gov/Projects/Cryptographic-Algorithm-Validation-Program/Random-Number-Generators.
5152 *
5253 * Manually run this test with
5354 *
You can’t perform that action at this time.
0 commit comments