Magnus Ihse Bursie
|
f631c9884f
|
8285380: Fix typos in security
Reviewed-by: weijun, wetmore
|
2022-05-13 15:04:12 +00:00 |
|
Xue-Lei Andrew Fan
|
ffca23a531
|
8284490: Remove finalizer method in java.security.jgss
Reviewed-by: rriggs, dfuchs, weijun
|
2022-05-03 14:14:09 +00:00 |
|
Pavel Rappo
|
3eb661bbe7
|
8285890: Fix some @param tags
Reviewed-by: dfuchs, mullan, darcy, mchung, wetmore
|
2022-04-30 21:21:17 +00:00 |
|
Xue-Lei Andrew Fan
|
e9d604a3e5
|
8285431: Assertion in NativeGSSContext constructor
Reviewed-by: djelinski, valeriep
|
2022-04-23 14:28:18 +00:00 |
|
Xue-Lei Andrew Fan
|
c63fabe3d5
|
8284935: Improve debug in java.security.jgss
Reviewed-by: mullan
|
2022-04-18 14:07:56 +00:00 |
|
Sean Mullan
|
dc6ec2a467
|
8284105: Update security libraries to use sealed classes
Reviewed-by: darcy, weijun, xuelei
|
2022-04-11 18:01:47 +00:00 |
|
Andrey Turbanov
|
8e58d4a589
|
8284415: Collapse identical catch branches in security libs
Reviewed-by: coffeys, xuelei, wetmore
|
2022-04-07 10:00:08 +00:00 |
|
Andrey Turbanov
|
9bb916db0a
|
8283800: Simplify String.indexOf/lastIndexOf calls
Reviewed-by: xuelei, bpb, lmesnik
|
2022-03-30 07:07:56 +00:00 |
|
Andrey Turbanov
|
d472c01934
|
8283711: Remove redundant 'new String' calls after concatenation
Reviewed-by: wetmore, vromero, xuelei
|
2022-03-28 19:13:07 +00:00 |
|
Weijun Wang
|
8d0f385fd0
|
8279520: SPNEGO has not passed channel binding info into the underlying mechanism
Reviewed-by: mullan, valeriep
|
2022-01-06 22:02:55 +00:00 |
|
Daniel Jelinski
|
f31dead6c5
|
8279043: Some Security Exception Messages Miss Spaces
Reviewed-by: weijun
|
2021-12-21 18:24:31 +00:00 |
|
Brent Christian
|
ec7cb6d5d3
|
8276447: Deprecate finalization-related methods for removal
Reviewed-by: rriggs, alanb, lancea, darcy, mchung, serb, smarks, prr
|
2021-12-08 00:23:15 +00:00 |
|
Weijun Wang
|
ab867f6c7c
|
8272162: S4U2Self ticket without forwardable flag
Reviewed-by: valeriep
|
2021-12-01 00:48:28 +00:00 |
|
Weijun Wang
|
a5c160c711
|
8267108: Alternate Subject.getSubject and doAs APIs that do not depend on Security Manager APIs
Reviewed-by: mullan
|
2021-11-10 19:35:17 +00:00 |
|
Magnus Ihse Bursie
|
c393ee8f59
|
8276632: Use blessed modifier order in security-libs code
Reviewed-by: mullan
|
2021-11-05 14:09:58 +00:00 |
|
Andrey Turbanov
|
c9dec2f984
|
8273299: Unnecessary Vector usage in java.security.jgss
Reviewed-by: weijun
|
2021-10-26 15:25:23 +00:00 |
|
Weijun Wang
|
b774d31c48
|
8266689: More Constrained Delegation
Reviewed-by: valeriep, rhalade, ahgross
|
2021-10-19 18:26:03 +00:00 |
|
Weijun Wang
|
40d23a0c0b
|
8267543: Post JEP 411 refactoring: security
Reviewed-by: mullan
|
2021-06-02 15:47:57 +00:00 |
|
Weijun Wang
|
6765f90250
|
8266459: Implement JEP 411: Deprecate the Security Manager for Removal
Co-authored-by: Sean Mullan <mullan@openjdk.org>
Co-authored-by: Lance Andersen <lancea@openjdk.org>
Co-authored-by: Weijun Wang <weijun@openjdk.org>
Reviewed-by: erikj, darcy, chegar, naoto, joehw, alanb, mchung, kcr, prr, lancea
|
2021-06-02 11:57:31 +00:00 |
|
Alex Blewitt
|
ebbce91e79
|
8264681: Use the blessed modifier order in java.security
Reviewed-by: mullan, shade
|
2021-04-14 06:01:00 +00:00 |
|
Weijun Wang
|
991f7c1303
|
8210373: Deadlock in libj2gss.so when loading "j2gss" and "net" libraries in parallel.
Reviewed-by: xuelei
|
2021-02-23 00:59:58 +00:00 |
|
Weijun Wang
|
9e463d1a88
|
8258631: Remove sun.security.jgss.krb5.Krb5Util.getSubject()
Reviewed-by: xuelei
|
2020-12-22 16:41:19 +00:00 |
|
Alexey Bakhtin
|
cfa3f74931
|
8245527: LDAP Channel Binding support for Java GSS/Kerberos
Reviewed-by: dfuchs, aefimov, mullan
|
2020-09-25 07:26:54 +00:00 |
|
Mikael Vidstedt
|
071bd521bc
|
8244224: Implementation of JEP 381: Remove the Solaris and SPARC Ports
Reviewed-by: alanb, bchristi, dcubed, dfuchs, eosterlund, erikj, glaubitz, ihse, iignatyev, jjiang, kbarrett, ksrini, kvn, naoto, prr, rriggs, serb, sspitsyn, stefank, tschatzl, valeriep, weijun, weijun
|
2020-05-20 17:33:37 -07: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 |
|
Ivan Gerasimov
|
3790e58090
|
8241761: Typos: empty lines in javadoc, inconsistent indents, etc. (security-libs only)
Reviewed-by: weijun
|
2020-04-01 18:38:05 -07:00 |
|
Ivan Gerasimov
|
8e859259bc
|
8233884: Avoid looking up standard charsets in security libraries
Reviewed-by: coffeys
|
2019-11-12 01:36:17 -08:00 |
|
Henry Jen
|
8d141f1048
|
Merge
|
2019-10-14 21:01:25 +00:00 |
|
Joe Darcy
|
8fe60f46d7
|
8231368: Suppress warnings on non-serializable non-transient instance fields in java.security.jgss
Reviewed-by: mullan, coffeys
|
2019-10-08 15:27:13 -07:00 |
|
Weijun Wang
|
12c278c3e3
|
8228659: Record which Java methods are called by native codes in JGSS and JAAS
Reviewed-by: mullan
|
2019-09-25 17:54:21 +08:00 |
|
Martin Balao
|
3cd50f2666
|
8227437: S4U2proxy cannot continue because server's TGT cannot be found
Reviewed-by: weijun
|
2019-07-17 12:26:56 -03:00 |
|
Weijun Wang
|
17bc4c4bcf
|
8227305: Krb5Util::getTicketFromSubjectAndTgs is useless
Reviewed-by: xuelei
|
2019-07-06 08:11:19 +08:00 |
|
Weijun Wang
|
475996adc2
|
6722928: Support SSPI as a native GSS-API provider
Reviewed-by: erikj, nwilliams, valeriep
|
2019-06-13 10:06:07 +08:00 |
|
Weijun Wang
|
cb06712f5a
|
8220302: Better Kerberos ccache handling
Reviewed-by: valeriep
|
2019-04-19 10:22:20 +08:00 |
|
Nico Williams
|
58a340bcb1
|
8212217: JGSS: Don't dispose() of creds too eagerly
Reviewed-by: mullan, weijun
|
2018-11-01 22:41:32 +08:00 |
|
Weijun Wang
|
dcb930f123
|
8186186: GSSContext.isEstablished() can return true on error state
Reviewed-by: weijun
|
2018-08-21 20:19:46 -07:00 |
|
Weijun Wang
|
33a96c6df9
|
8209416: Refactoring GetPropertyAction calls in security libs
Reviewed-by: xuelei, rriggs
|
2018-08-14 22:39:34 +08:00 |
|
Xue-Lei Andrew Fan
|
87c6761704
|
8196584: TLS 1.3 Implementation
Co-authored-by: Adam Petcher <adam.petcher@oracle.com>
Co-authored-by: Amanda Jiang <amanda.jiang@oracle.com>
Co-authored-by: Anthony Scarpino <anthony.scarpino@oracle.com>
Co-authored-by: Bradford Wetmore <bradford.wetmore@oracle.com>
Co-authored-by: Jamil Nimeh <jamil.j.nimeh@oracle.com>
Co-authored-by: John Jiang <sha.jiang@oracle.com>
Co-authored-by: Rajan Halade <rajan.halade@oracle.com>
Co-authored-by: Sibabrata Sahoo <sibabrata.sahoo@oracle.com>
Co-authored-by: Valerie Peng <valerie.peng@oracle.com>
Co-authored-by: Weijun Wang <weijun.wang@oracle.com>
Reviewed-by: ascarpino, coffeys, dfuchs, jjiang, jnimeh, mullan, rhalade, ssahoo, valeriep, weijun, wetmore, xuelei
|
2018-06-25 13:41:39 -07:00 |
|
Prasadrao Koppula
|
b3e5409c1d
|
8187218: GSSCredential.getRemainingLifetime() returns negative value for TTL > 24 days
Co-authored-by: Weijun Wang <weijun.wang@oracle.com>
Reviewed-by: mullan
|
2018-03-20 11:16:10 +05:30 |
|
Jan Kalina
|
4e86e3720b
|
8194073: Invalid SunNativeProvider.INSTANCE initialization
Changed to always construct INSTANCE after MECH_MAP
Reviewed-by: valeriep
|
2018-06-11 19:39:05 +00:00 |
|
Weijun Wang
|
154849b1c5
|
8072996: Deprecate stream-based GSSContext methods
Reviewed-by: mullan
|
2018-05-30 22:24:20 +08:00 |
|
Weijun Wang
|
48b5731c39
|
8201627: Kerberos sequence number issues
Reviewed-by: valeriep
|
2018-05-19 22:06:47 +08:00 |
|
Weijun Wang
|
0b6fbf50d2
|
8200468: Port the native GSS-API bridge to Windows
Reviewed-by: ihse, valeriep
|
2018-04-13 15:29:33 +08:00 |
|
Weijun Wang
|
724d1916fe
|
8014628: Support AES Encryption with HMAC-SHA2 for Kerberos 5
Reviewed-by: mullan
|
2018-01-22 12:00:41 +08:00 |
|
Weijun Wang
|
bb586d9974
|
8186600: Improve property negotiations
Reviewed-by: valeriep, ahgross, mullan
|
2017-10-18 10:43:58 +08:00 |
|
Weijun Wang
|
fe19274488
|
8186831: Kerberos ignores PA-DATA with a non-null s2kparams
Reviewed-by: xuelei
|
2017-09-21 16:29:45 +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 |
|