< prev index next >

test/jdk/sun/security/tools/keytool/fakegen/PSS.java

Print this page
rev 59383 : [mq]: final

*** 1,7 **** /* ! * Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 2019, 2020, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 27,44 **** * @summary keytool cannot generate RSASSA-PSS certificates * @library /test/lib * @build java.base/sun.security.rsa.RSAKeyPairGenerator * @modules java.base/sun.security.util * java.base/sun.security.x509 - * @requires os.family != "solaris" * @run main PSS */ - // This test is excluded from Solaris because the 8192-bit RSA key pair - // generator is extremely slow there. Please note the fake - // KeyPairGenerator will not be used because of provider preferences. - import jdk.test.lib.Asserts; import jdk.test.lib.SecurityTools; import jdk.test.lib.process.OutputAnalyzer; import jdk.test.lib.security.DerUtils; import sun.security.util.ObjectIdentifier; --- 27,39 ----
< prev index next >