Sean Mullan
db85090553
8338411: Implement JEP 486: Permanently Disable the Security Manager
...
Co-authored-by: Sean Mullan <mullan@openjdk.org>
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Weijun Wang <weijun@openjdk.org>
Co-authored-by: Aleksei Efimov <aefimov@openjdk.org>
Co-authored-by: Brian Burkhalter <bpb@openjdk.org>
Co-authored-by: Daniel Fuchs <dfuchs@openjdk.org>
Co-authored-by: Harshitha Onkar <honkar@openjdk.org>
Co-authored-by: Joe Wang <joehw@openjdk.org>
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Co-authored-by: Justin Lu <jlu@openjdk.org>
Co-authored-by: Kevin Walls <kevinw@openjdk.org>
Co-authored-by: Lance Andersen <lancea@openjdk.org>
Co-authored-by: Naoto Sato <naoto@openjdk.org>
Co-authored-by: Roger Riggs <rriggs@openjdk.org>
Co-authored-by: Brent Christian <bchristi@openjdk.org>
Co-authored-by: Stuart Marks <smarks@openjdk.org>
Co-authored-by: Ian Graves <igraves@openjdk.org>
Co-authored-by: Phil Race <prr@openjdk.org>
Co-authored-by: Erik Gahlin <egahlin@openjdk.org>
Co-authored-by: Jaikiran Pai <jpai@openjdk.org>
Reviewed-by: kevinw, aivanov, rriggs, lancea, coffeys, dfuchs, ihse, erikj, cjplummer, coleenp, naoto, mchung, prr, weijun, joehw, azvegint, psadhukhan, bchristi, sundar, attila
2024-11-12 17:16:15 +00:00
Sonia Zaldana Calles
8a2a75e56d
8339892: Several security shell tests don't set TESTJAVAOPTS
...
Reviewed-by: valeriep
2024-11-12 13:19:06 +00:00
Weijun Wang
b5b5a5b8e5
8336667: IAE in DerInputStream.toByteArray
...
Reviewed-by: valeriep
2024-07-25 17:11:59 +00:00
Weijun Wang
b91083341a
8331864: Update Public Suffix List to 1cbd6e7
...
Reviewed-by: mullan
2024-05-07 23:46:04 +00:00
Sean Coffey
3b582dff84
8051959: Add thread and timestamp options to java.security.debug system property
...
Reviewed-by: mullan, weijun
2024-04-02 08:51:13 +00:00
Stefan Karlsson
cbe329b90a
8321713: Harmonize executeTestJvm with create[Limited]TestJavaProcessBuilder
...
Reviewed-by: lkorinth, lmesnik
2024-01-03 08:53:01 +00:00
Weijun Wang
2b4e99140a
8320208: Update Public Suffix List to b5bf572
...
Reviewed-by: mullan
2023-11-20 19:20:06 +00:00
Ian Myers
0f77d250b6
8315684: Parallelize sun/security/util/math/TestIntegerModuloP.java
...
Reviewed-by: shade, weijun
2023-09-25 13:12:41 +00:00
Erik Joelsson
020255a72d
8267174: Many test files have the wrong Copyright header
...
Reviewed-by: valeriep, aivanov, iris, dholmes, ihse
2023-09-12 20:16:05 +00:00
Ben Perez
7628da2008
8279254: PKCS9Attribute SigningTime always encoded in UTFTime
...
Reviewed-by: jnimeh
2023-06-23 15:31:16 +00:00
Weijun Wang
01b8512911
8302182: Update Public Suffix List to 88467c9
...
Reviewed-by: mullan
2023-04-26 17:30:22 +00:00
Weijun Wang
97276859ab
8305310: Calculate PublicKey from PrivateKey
...
Reviewed-by: mullan
2023-04-10 00:55:16 +00:00
Xue-Lei Andrew Fan
b778cd52b3
8295010: Reduce if required in EC limbs operations
...
Reviewed-by: djelinski, jjiang
2022-11-29 17:39:40 +00:00
Tobias Hartmann
42c2037429
8297382: Test fails to compile after JDK-8288047
...
Reviewed-by: chagedorn
2022-11-22 09:25:44 +00:00
Weijun Wang
ab6b7ef988
8296901: Do not create unsigned certificate and CRL
...
Reviewed-by: mullan
2022-11-18 02:21:03 +00:00
Weijun Wang
0d0bd7bd40
8296072: CertAttrSet::encode and DerEncoder::derEncode should write into DerOutputStream
...
Reviewed-by: xuelei, mullan
2022-11-01 12:49:11 +00:00
Valerie Peng
ec1d338e15
8272243: Improve DER parsing
...
Reviewed-by: weijun, rhalade
2022-07-19 20:55:26 +00:00
Weijun Wang
397d095f66
8285743: Ensure each IntegerPolynomial object is only created once
...
Reviewed-by: xuelei, ascarpino
2022-05-09 17:18:34 +00:00
Naoto Sato
d6b4693c05
8283698: Refactor Locale constructors used in src/test
...
Reviewed-by: iris, joehw
2022-04-08 15:23:25 +00:00
Rajan Halade
ea19114e66
8282832: Update file path for HostnameMatcher/cert5.crt in test sun/security/util/Pem/encoding.sh
...
Reviewed-by: mullan
2022-03-08 20:34:02 +00:00
Sean Mullan
72e987e3b4
7192189: Support endpoint identification algorithm in RFC 6125
...
Reviewed-by: xuelei, rhalade
2022-03-08 18:18:57 +00:00
Weijun Wang
7ce75afbbc
8255266: Update Public Suffix List to 3c213aa
...
Reviewed-by: xuelei
2022-02-18 16:34:59 +00:00
Weijun Wang
c70589c68c
8265227: Move Proc.java from security/testlibrary to test/lib
...
Reviewed-by: rriggs, xuelei, rhalade, ssahoo
2021-04-15 15:07:47 +00:00
Weijun Wang
3d2b4cc567
8264864: Multiple byte tag not supported by ASN.1 encoding
...
Reviewed-by: xuelei
2021-04-08 21:26:05 +00:00
Roger Riggs
628c546bea
8258796: [test] Apply HexFormat to tests for java.security
...
Reviewed-by: xuelei
2021-01-08 21:32:54 +00:00
Sean Mullan
b9db002fef
8256682: JDK-8202343 is incomplete
...
Reviewed-by: dfuchs
2020-11-19 19:09:22 +00:00
Sean Mullan
3a4b90f086
8202343: Disable TLS 1.0 and 1.1
...
Reviewed-by: xuelei, dfuchs, coffeys
2020-11-19 14:15:57 +00:00
Weijun Wang
e8b75b13dc
8255393: sun/security/util/DerValue/Indefinite.java fails with ---illegal-access=deny
...
Reviewed-by: alanb
2020-10-26 14:33:34 +00:00
Weijun Wang
3c4e824aa5
8249783: Simplify DerValue and DerInputStream
...
Reviewed-by: valeriep
2020-10-01 18:55:35 +00:00
Sean Coffey
3d9bad16d1
8218021: Have jarsigner preserve posix permission attributes
...
Reviewed-by: weijun, lancea, alanb
2020-07-02 08:17:31 +00:00
Hai-May Chao
e3eb38f4d2
8244148: keytool -printcert and -printcrl should support the -trustcacerts and -keystore options
...
Reviewed-by: weijun, jjiang
2020-06-23 16:30:38 +08:00
Valerie Peng
080b3b83eb
8242151: Improve OID mapping and reuse among JDK security providers for aliases registration
...
Use sun.security.util.KnownOIDs enum instead of hardcoding oid strings everywhere
Reviewed-by: weijun
2020-05-19 04:05:03 +00:00
Anthony Scarpino
fd28aad72d
8166597: Crypto support for the EdDSA Signature Algorithm
...
Reviewed-by: weijun, mullan, wetmore
2020-05-18 09:42:52 -07:00
Weijun Wang
cc47d0aa61
8244674: Third-party code version check
...
Reviewed-by: mullan
2020-05-12 15:15:40 +08:00
Hai-May Chao
76507eef63
8242060: Add revocation checking to jarsigner
...
Reviewed-by: mullan, weijun
2020-05-07 10:48:06 +08:00
Weijun Wang
07cb35a9f3
8244087: 2020-04-24 public suffix list update
...
Reviewed-by: mullan
2020-05-01 12:26:34 +08:00
Xue-Lei Andrew Fan
4e430ffbb6
8239264: Clearup the legacy ObjectIdentifier constructor from int array
...
Reviewed-by: jnimeh
2020-02-17 18:52:50 -08:00
Igor Ignatyev
e2240b714e
8236111: narrow allowSmartActionArgs disabling
...
Reviewed-by: dholmes, mullan, darcy, rriggs
2020-01-15 21:20:40 -08:00
Weijun Wang
f3815c85a1
8231139: Improved keystore support
...
Reviewed-by: mullan, ahgross
2019-10-09 17:42:38 +08:00
Sibabrata Sahoo
58cce5fbf4
8234728: Some security tests should support TLSv1.3
...
Tests were updated to support TLSv1.3 and cipher suite order
Reviewed-by: xuelei
2019-12-13 01:43:14 -08:00
Weijun Wang
d5b423d17c
8234377: new BitArray(0).toString() throws ArrayIndexOutOfBoundsException
...
Reviewed-by: mullan, wetmore
2019-11-20 08:12:14 +08:00
Weijun Wang
055a49a266
8228969: 2019-09-28 public suffix list update
...
Reviewed-by: mullan
2019-10-29 09:34:21 +08:00
Weijun Wang
9eb755e85e
8209901: Canonical file handling
...
Reviewed-by: mullan, alanb, ahgross
2019-04-22 13:01:57 +08:00
John Jiang
655cf14138
8228967: Trust/Key store and SSL context utilities for tests
...
Reviewed-by: xuelei
2019-09-05 14:55:21 +08:00
Mikael Vidstedt
f73a94a772
Merge
2019-07-23 11:17:59 -07:00
Xiaohong Gong
2c6a826899
8227615: [TESTBUG] JTReg "jdk/sun/security/util/FilePermCompat/CompatImpact.java" fails with graal
...
Reviewed-by: kvn
2019-07-17 10:11:05 +08:00
Philipp Kunz
b6d1b1e085
8217375: jarsigner breaks old signature with long lines in manifest
...
Reviewed-by: jjiang, weijun
2019-07-18 08:53:06 +08:00
Valerie Peng
3b6b6b3cb3
8216039: TLS with BC and RSASSA-PSS breaks ECDHServerKeyExchange
...
Add internal Signature init methods to select provider based on both key and parameter
Reviewed-by: xuelei
2019-04-10 02:35:18 +00:00
Weijun Wang
ae32136711
8221801: Update src/java.base/share/legal/public_suffix.md
...
Reviewed-by: xuelei
2019-04-02 11:05:08 +08:00
Weijun Wang
54815061a1
8215937: Check usages of security-related Resources files
...
Reviewed-by: mullan
2019-01-19 09:20:47 +08:00