Sean Mullan
|
75a2afacc8
|
8248981: Specify list of standard message digest and mgf algorithms for RSASSA-PSS signature
Reviewed-by: valeriep
|
2024-06-25 12:21:46 +00:00 |
|
Raffaello Giulietti
|
42e3c842ae
|
8332086: Remove the usage of ServiceLoader in j.u.r.RandomGeneratorFactory
8332476: j.u.r.RandomGeneratorFactor.create(long|byte[]) should throw rather than silently fallback to no-arg create()
Reviewed-by: jpai
|
2024-05-21 12:53:03 +00:00 |
|
Nizar Benalla
|
ae60d84500
|
8328501: Incorrect @since tags for java security interfaces
Reviewed-by: mullan
|
2024-05-06 15:54:40 +00:00 |
|
Ben Perez
|
316361b95c
|
8328318: Wrong description in X509Extension.getExtensionValue method javadoc
Reviewed-by: mullan, wetmore
|
2024-04-09 20:03:18 +00:00 |
|
Weijun Wang
|
59c2aff1ed
|
8323624: ProviderList.ServiceList does not need to be a list
Reviewed-by: mullan
|
2024-03-29 15:23:26 +00:00 |
|
Oli Gillespie
|
8ef918d667
|
8324646: Avoid Class.forName in SecureRandom constructor
Reviewed-by: shade, weijun
|
2024-02-09 14:38:09 +00:00 |
|
Joe Darcy
|
fbd15b2087
|
8325189 : Enable this-escape javac warning in java.base
Reviewed-by: alanb, erikj, naoto, smarks, ihse, joehw, lancea, weijun
|
2024-02-07 20:05:11 +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 |
|
Weijun Wang
|
9123961aaa
|
8318096: Introduce AsymmetricKey interface with a getParams method
Reviewed-by: darcy, mullan, ascarpino
|
2023-10-26 22:43:06 +00:00 |
|
Sean Mullan
|
7c80cb26df
|
8309966: Enhanced TLS connections
Reviewed-by: mschoene, hchao, rhalade, jnimeh
|
2023-10-17 22:45:06 +00:00 |
|
Bradford Wetmore
|
adca97b659
|
8286503: Enhance security classes
Reviewed-by: rhalade, mullan, skoivu, weijun
|
2023-10-17 22:45:06 +00:00 |
|
Kevin Driver
|
47569a256c
|
8295919: java.security.MessageDigest.isEqual does not adhere to @implNote
Reviewed-by: mullan
|
2023-09-29 18:47:47 +00:00 |
|
Ben Perez
|
53516aed38
|
8304956: Update KeyStore.getDefaultType() specification to return pkcs12 as fallback
Reviewed-by: hchao, mullan
|
2023-09-22 17:31:57 +00:00 |
|
Ben Perez
|
9435cd1916
|
8175874: Update Security.insertProviderAt to specify behavior when requested position is out of range.
Reviewed-by: mullan, valeriep
|
2023-08-23 18:10:11 +00:00 |
|
Glavo
|
b32d6411c4
|
8311943: Cleanup usages of toLowerCase() and toUpperCase() in java.base
Reviewed-by: naoto
|
2023-08-16 17:37:21 +00:00 |
|
Pavel Rappo
|
19ae62ae2c
|
8311170: Simplify and modernize equals and hashCode in security area
Reviewed-by: djelinski, rriggs, valeriep
|
2023-08-09 12:34:40 +00:00 |
|
Cesar Soares Lucas
|
a53345ad03
|
8287061: Support for rematerializing scalar replaced objects participating in allocation merges
Reviewed-by: kvn, vlivanov
|
2023-07-17 23:01:35 +00:00 |
|
Weijun Wang
|
6b90b0519e
|
8297878: KEM: Implementation
Reviewed-by: ascarpino, mullan
|
2023-05-30 16:29:19 +00:00 |
|
Valerie Peng
|
46e3d24a6f
|
8155191: Specify that SecureRandom.nextBytes(byte[]) throws NullPointerException when byte array is null
Reviewed-by: mullan
|
2023-05-12 23:00:00 +00:00 |
|
Kevin Driver
|
db8b3cd084
|
8305963: Typo in java.security.Security.getProperty
Co-authored-by: Sean Coffey <coffeys@openjdk.org>
Reviewed-by: coffeys, wetmore
|
2023-05-03 20:47:23 +00:00 |
|
Mark Powers
|
9486969bd3
|
8302696: Revert API signature changes made in JDK-8285504 and JDK-8285263
Reviewed-by: mullan
|
2023-04-11 14:42:44 +00:00 |
|
Pavel Rappo
|
45a616a891
|
8303480: Miscellaneous fixes to mostly invisible doc comments
Reviewed-by: mullan, prr, cjplummer, aivanov, jjg, lancea, rriggs, ihse
|
2023-03-07 15:31:42 +00:00 |
|
Mandy Chung
|
10dd98d0dd
|
8301462: Convert Permission files to use lambda after JDK-8076596
Reviewed-by: jpai, dfuchs, mullan
|
2023-02-08 19:06:41 +00:00 |
|
Mark Powers
|
2e2e71e1fa
|
8300416: java.security.MessageDigestSpi clone can result in thread-unsafe clones
Reviewed-by: mullan
|
2023-02-07 17:40:22 +00:00 |
|
Mark Powers
|
3eb85d19ec
|
8299235: broken link referencing missing id
Reviewed-by: mullan
|
2023-01-03 15:41:55 +00:00 |
|
Mark Powers
|
a80c91d036
|
8299230: Use https: in links
Reviewed-by: jjg, mullan, xuelei
|
2022-12-22 15:29:53 +00:00 |
|
Weijun Wang
|
57f5cfdeb5
|
8296399: crlNumExtVal might be null inside X509CRLSelector::match
Reviewed-by: xuelei
|
2022-11-21 15:25:18 +00:00 |
|
Sean Coffey
|
102b2b32fe
|
8292033: Move jdk.X509Certificate event logic to JCA layer
Reviewed-by: mullan
|
2022-11-09 21:46:56 +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 |
|
Matthias Baesken
|
8836b92593
|
8296226: Add constructors (String,Throwable) and (Throwable) to InvalidParameterException
Reviewed-by: mullan, mdoerr
|
2022-11-07 07:50:12 +00:00 |
|
Daniel Fuchs
|
4338f527aa
|
8294241: Deprecate URL public constructors
Reviewed-by: joehw, prr, alanb, aefimov, michaelm
|
2022-11-03 17:18:14 +00:00 |
|
Jamil Nimeh
|
48cc9a8717
|
8285662: Better permission resolution
Reviewed-by: rhalade, weijun, mullan
|
2022-10-18 22:41:14 +00:00 |
|
Sean Coffey
|
8c40b7dc8c
|
8292177: InitialSecurityProperty JFR event
Reviewed-by: mullan
|
2022-10-18 11:41:07 +00:00 |
|
Sean Coffey
|
bc2af47e1e
|
8254711: Add java.security.Provider.getService JFR Event
Reviewed-by: mullan, valeriep, jpai
|
2022-09-22 13:53:15 +00:00 |
|
Claes Redestad
|
584de68d78
|
8294058: Early use of lambda introduced in JDK-8285263 cause startup regressions in 20-b02
Reviewed-by: mullan
|
2022-09-20 14:50:33 +00:00 |
|
Sean Coffey
|
1f9ff41312
|
8292297: Fix up loading of override java.security properties file
Reviewed-by: xuelei
|
2022-09-19 15:21:46 +00:00 |
|
Valerie Peng
|
812d805a48
|
6447816: Provider filtering (getProviders) is not working with OR'd conditions
Reviewed-by: weijun
|
2022-09-09 00:30:54 +00:00 |
|
Valerie Peng
|
14623c6087
|
8292739: Invalid legacy entries may be returned by Provider.getServices() call
Reviewed-by: weijun
|
2022-08-24 18:23:19 +00:00 |
|
Weijun Wang
|
54ce11431d
|
6587699: Document DigestInputStream behavior when skip() or mark() / reset() is used
Reviewed-by: wetmore
|
2022-08-18 22:35:13 +00:00 |
|
Sean Coffey
|
9d7c13eb14
|
8155246: Throw error if default java.security file is missing
Reviewed-by: mullan
|
2022-08-15 09:07:17 +00:00 |
|
Mark Powers
|
f804f2ce8e
|
8284851: Update javax.crypto files to use proper javadoc for mentioned classes
Reviewed-by: weijun, valeriep
|
2022-07-07 23:20:58 +00:00 |
|
Kevin Driver
|
1855e9d201
|
8220732: setSeed(long) java api doc is missing warning about provided seed quality
Reviewed-by: wetmore
|
2022-06-15 21:03:04 +00:00 |
|
Mark Powers
|
17695962ac
|
8285263: Minor cleanup could be done in java.security
Reviewed-by: weijun
|
2022-06-13 15:13:56 +00:00 |
|
Valerie Peng
|
e60d8b516e
|
8253176: Signature.getParameters should specify that it can throw UnsupportedOperationException
Reviewed-by: weijun
|
2022-05-19 18:44:15 +00:00 |
|
Xue-Lei Andrew Fan
|
1904e9d280
|
8286423: Destroy password protection in the example code in KeyStore
Reviewed-by: weijun
|
2022-05-12 13:51:47 +00:00 |
|
Jonathan Gibbons
|
54e3308210
|
8286348: incorrect use of @serial
Reviewed-by: iris, prr
|
2022-05-09 20:35:05 +00:00 |
|
Sean Mullan
|
694556e137
|
8225433: Clarify behavior of PKIXParameters.setRevocationEnabled when PKIXRevocationChecker is used
Reviewed-by: xuelei, hchao
|
2022-04-29 12:27:43 +00:00 |
|
Joe Darcy
|
bba456a8db
|
8285676: Add missing @param tags for type parameters on classes and interfaces
Reviewed-by: wetmore, smarks, dfuchs, prr, alanb, mchung
|
2022-04-28 18:00:34 +00:00 |
|
Bradford Wetmore
|
cf1b00a604
|
8285683: Missing @ since 11 in java.security.spec.MGF1ParameterSpec fields
Reviewed-by: hchao, valeriep, xuelei, mullan
|
2022-04-27 23:54:37 +00:00 |
|
Valerie Peng
|
15ce8c6195
|
8284553: Deprecate the DEFAULT static field of OAEPParameterSpec
Reviewed-by: mullan
|
2022-04-20 17:23:06 +00:00 |
|