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
Fernando Guallini
f340ab2d36
8342181: Update tests to use stronger Key and Salt size
...
Reviewed-by: rhalade, ascarpino
2024-10-30 22:14:54 +00:00
Jamil Nimeh
9b11bd7f4a
8337826: Improve logging in OCSPTimeout and SimpleOCSPResponder to help diagnose JDK-8309754
...
Reviewed-by: mullan
2024-08-07 21:06:47 +00:00
Sean Mullan
e702646545
8200566: DistributionPointFetcher fails to fetch CRLs if the DistributionPoints field contains more than one DistributionPoint and the first one fails
...
Reviewed-by: weijun
2024-04-08 20:08:56 +00:00
Aleksey Shipilev
4a14cba2f1
8329213: Better validation for com.sun.security.ocsp.useget option
...
Reviewed-by: mullan
2024-04-01 17:27:00 +00:00
Aleksey Shipilev
614db2ea9e
8328638: Fallback option for POST-only OCSP requests
...
Reviewed-by: mullan, rhalade
2024-03-27 14:44:50 +00:00
Sean Coffey
ac1cd31949
8325096: Test java/security/cert/CertPathBuilder/akiExt/AKISerialNumber.java is failing
...
Reviewed-by: weijun
2024-02-01 13:54:03 +00:00
SendaoYan
432756b6e5
8325024: java/security/cert/CertPathValidator/OCSP/OCSPTimeout.java incorrect comment information
...
Reviewed-by: jnimeh, fyang
2024-02-01 03:08:33 +00:00
Ben Perez
c328f9589d
8296787: Unify debug printing format of X.509 cert serial numbers
...
Reviewed-by: mullan, coffeys
2023-12-14 17:57:36 +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
Matthew Donovan
b20dc1e9cd
8310629: java/security/cert/CertPathValidator/OCSP/OCSPTimeout.java fails with RuntimeException Server not ready
...
Reviewed-by: jnimeh
2023-07-18 10:45:41 +00:00
Jamil Nimeh
5ca4cdd2ca
8309740: Expand timeout windows for tests in JDK-8179502
...
Reviewed-by: xuelei, mbaesken
2023-06-23 14:52:12 +00:00
Jamil Nimeh
2836c34b64
8179502: Enhance OCSP, CRL and Certificate Fetch Timeouts
...
Reviewed-by: mullan
2023-05-23 21:32:28 +00:00
Matthew Donovan
3f6a3545a2
8305169: java/security/cert/CertPathValidator/OCSP/GetAndPostTests.java -- test server didn't start in timely manner
...
Reviewed-by: ssahoo, jnimeh
2023-05-05 14:17:00 +00:00
Jamil Nimeh
1a3cb8c501
8296343: CPVE thrown on missing content-length in OCSP response
...
Reviewed-by: mullan, rhalade
2023-01-23 18:05:48 +00:00
Weijun Wang
57f5cfdeb5
8296399: crlNumExtVal might be null inside X509CRLSelector::match
...
Reviewed-by: xuelei
2022-11-21 15:25:18 +00:00
Weijun Wang
671f84bd86
8296143: CertAttrSet's set/get mechanism is not type-safe
...
Reviewed-by: mullan
2022-11-08 22:35:29 +00:00
Rajan Halade
520db1eeb1
8296485: BuildEEBasicConstraints.java test fails with SunCertPathBuilderException
...
Reviewed-by: weijun
2022-11-07 19:09:57 +00:00
Rajan Halade
b6ea69c06a
8296480: java/security/cert/pkix/policyChanges/TestPolicy.java is failing
...
Reviewed-by: xuelei, mullan
2022-11-07 18:22:08 +00:00
Sean Mullan
8cc59509fe
8251468: X509Certificate.get{Subject,Issuer}AlternativeNames and getExtendedKeyUsage do not throw CertificateParsingException if extension is unparseable
...
Reviewed-by: weijun
2021-10-29 12:42:33 +00:00
Sean Mullan
ddc56d1dbe
8259428: AlgorithmId.getEncodedParams() should return copy
...
Reviewed-by: weijun, valeriep
2021-04-20 21:45:52 +00:00
Jamil Nimeh
f5ee356540
8179503: Java should support GET OCSP calls
...
Reviewed-by: xuelei
2020-12-31 18:03:54 +00:00
Rajan Halade
54b340b44f
8254081: java/security/cert/PolicyNode/GetPolicyQualifiers.java fails due to an expired certificate
...
Perform backdated validation of test certificate.
Reviewed-by: mullan, xuelei
2020-10-06 16:38:42 +00: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
Sean Coffey
3f0730930d
8133489: Better messaging for PKIX path validation matching
...
Reviewed-by: xuelei
2019-06-21 08:07:18 +00:00
Amy Lu
fc48aa8618
8194959: Correct test tag to move bugid from @test to @bug
...
Reviewed-by: sundar
2018-01-12 14:09:50 +08:00
Erik Joelsson
3789983e89
8187443: Forest Consolidation: Move files to unified layout
...
Reviewed-by: darcy, ihse
2017-09-12 19:03:39 +02:00