Jesper Wilhelmsson
|
d40735db17
|
Merge
|
2018-08-29 19:48:28 +02:00 |
|
Ivan Gerasimov
|
852e131c61
|
6474858: CardChannel.transmit(CommandAPDU) throws unexpected ArrayIndexOutOfBoundsException
Reviewed-by: valeriep
|
2018-08-24 18:56:41 -07:00 |
|
Bradford Wetmore
|
5b511a4a78
|
8207317: SSLEngine negotiation fail exception behavior changed from fail-fast to fail-lazy
Reviewed-by: xuelei
|
2018-08-21 11:30:48 -07:00 |
|
John Jiang
|
eae535f70e
|
8209537: Two security tests failed after JDK-8164639 due to dependency was missed
Skip sun/security/tools/keytool/autotest.sh on macosx and add /test/lib to sun/security/ec/TestEC.java
Reviewed-by: rhalade
|
2018-08-16 02:00:31 +08:00 |
|
John Jiang
|
c70c37db8a
|
8164639: Configure PKCS11 tests to use user-supplied NSS libraries
Provide system property "test.nss.lib.paths" for specifying a set of absolute paths to the custom NSS lib directories
Reviewed-by: weijun, rhalade
|
2018-08-15 18:41:18 +08:00 |
|
Xue-Lei Andrew Fan
|
66e8f27bd8
|
8207009: TLS 1.3 half-close and synchronization issues
Reviewed-by: jnimeh, mullan, wetmore
|
2018-08-14 16:47:56 -07:00 |
|
Yang Zhang
|
286115581e
|
8209011: [TESTBUG] AArch64: sun/security/pkcs11/Secmod/TestNssDbSqlite.java fails in aarch64 platforms
Add the path of libnss3.so for aarch64 platform.
Reviewed-by: weijun
|
2018-08-08 13:45:41 +08:00 |
|
John Jiang
|
126394f271
|
8206258: [Test Error] sun/security/pkcs11 tests fail if NSS libs not found
Improve the logics on skipping test
Reviewed-by: valeriep
|
2018-07-26 08:46:27 +08:00 |
|
Goetz Lindenmaier
|
9dcc8b4a96
|
8207766: [testbug] Adapt tests for Aix
Reviewed-by: clanger, mbaesken
|
2018-07-20 09:33:49 +02:00 |
|
Weijun Wang
|
67a1517a4d
|
8209829: SpnegoUnknownMech.java does not contain the SpnegoUnknownMech class
Reviewed-by: dholmes
|
2018-08-22 15:10:40 +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 |
|
Jamil Nimeh
|
8eb45613db
|
8208350: Disable all DES cipher suites
Reviewed-by: xuelei, mullan
|
2018-08-20 15:37:47 -07:00 |
|
Mikael Vidstedt
|
95db6924f2
|
Merge
|
2018-08-20 14:19:30 -07:00 |
|
Xue-Lei Andrew Fan
|
611c53c860
|
8207009: TLS 1.3 half-close and synchronization issues
Reviewed-by: jnimeh, mullan, wetmore
|
2018-08-14 18:16:47 -07:00 |
|
Mikael Vidstedt
|
83a51d869e
|
Merge
|
2018-08-09 10:08:07 -07:00 |
|
Weijun Wang
|
b9bfd45c73
|
8208602: Cannot read PEM X.509 cert if there is whitespace after the header or footer
Reviewed-by: xuelei
|
2018-08-01 13:35:08 +08:00 |
|
Phil Race
|
1387c87093
|
Merge
|
2018-07-26 10:00:40 -07:00 |
|
Phil Race
|
28e828130d
|
Merge
|
2018-07-19 10:17:22 -07:00 |
|
Jesper Wilhelmsson
|
4fc510cc89
|
Merge
|
2018-07-14 02:14:54 +02:00 |
|
Adam Petcher
|
b2f4d61fb9
|
8206915: XDH TCK issues
Fixing a couple of conformance issues in XDH
Reviewed-by: mullan
|
2018-07-13 10:42:30 -04:00 |
|
John Jiang
|
5074bbb767
|
8206443: Update security libs manual test to cope with removal of javac -source/-target 6
Change compile -source/-target from 1.6 to 1.7
Reviewed-by: xuelei
|
2018-07-14 07:31:26 +08:00 |
|
Dan Zhou
|
9519826624
|
8194152: sun/security/tools/jarsigner/AltProvider.java failed on de-DE locale
Reviewed-by: naoto
|
2018-06-25 20:08:05 -07:00 |
|
Dan Zhou
|
90329292ce
|
8196213: sun/security/tools/jarsigner/warnings/NoTimestampTest.java test fails on ar_SA locale
Reviewed-by: naoto
|
2018-06-25 20:03:46 -07:00 |
|
Weijun Wang
|
230268522b
|
8202299: Java Keystore fails to load PKCS12/PFX certificates created in WindowsServer2016
Reviewed-by: mullan, xuelei
|
2018-06-26 10:43:50 +08:00 |
|
Weijun Wang
|
3ad65642c8
|
8202608: CommonSeeder test needs a white-box testing mechanism to replace the default entropy source
Reviewed-by: xuelei
|
2018-06-26 10:43:43 +08:00 |
|
Martin Balao
|
b44c24d290
|
8195607: sun/security/pkcs11/Secmod/TestNssDbSqlite.java failed with "NSS initialization failed" on NSS 3.34.1
Reviewed-by: valeriep, weijun
|
2018-06-26 08:10:45 +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 |
|
Tobias Wagner
|
5d58391226
|
7007966: Add Brainpool ECC support (RFC 5639)
Enhance SunEC provider with the support of brainpool256/320/384/512r1 curves
Reviewed-by: valeriep
|
2018-06-22 23:10:36 +00:00 |
|
Weijun Wang
|
578576f523
|
8205445: Add RSASSA-PSS Signature support to SunMSCAPI
Reviewed-by: xuelei
|
2018-06-22 21:42:00 +08:00 |
|
Jan Lahoda
|
78b7362c97
|
8193302: Javac AssertionError: typeSig ERROR on usage of @Generated
Importing from an invisible package whose name is a prefix of a visible package is not allowed.
Reviewed-by: vromero
|
2018-06-13 12:52:21 +02:00 |
|
Valerie Peng
|
9e8d9fe1ee
|
8146293: Add support for RSASSA-PSS Signature algorithm
Add RSASSA-PSS key and signature support to SunRsaSign provider
Reviewed-by: wetmore
|
2018-05-21 23:40:52 +00:00 |
|
Weijun Wang
|
48b5731c39
|
8201627: Kerberos sequence number issues
Reviewed-by: valeriep
|
2018-05-19 22:06:47 +08:00 |
|
Weijun Wang
|
b8855ebbc2
|
8201867: Kerberos keytabs with holes in certain places are parsed incorrectly
Reviewed-by: valeriep
|
2018-05-18 16:27:15 +08:00 |
|
Weijun Wang
|
8b1470f8e7
|
8202816: Update JarSigning.keystore
Reviewed-by: xuelei
|
2018-05-09 09:50:25 +08:00 |
|
Adam Petcher
|
f5a247a85f
|
8171277: Elliptic Curves for Security in Crypto
Implementations of X25519 and X448 key agreement in SunEC
Reviewed-by: mullan
|
2018-05-08 09:47:28 -04:00 |
|
Adam Petcher
|
f15ab37909
|
8181594: Efficient and constant-time modular arithmetic
Field arithmetic library for crypto algorithms like Poly1305 and X25519
Reviewed-by: xuelei
|
2018-05-08 09:21:51 -04:00 |
|
Bhanu Prakash Gopularam
|
7904b56345
|
8200101: sun/security/krb5/auto/Renewal.java fails intermittently
Reviewed-by: weijun
|
2018-04-25 12:44:50 +05:30 |
|
Bhanu Prakash Gopularam
|
a3ed7dd7d6
|
8144806: sun/security/tools/keytool/standard.sh fails intermittently at deleting x.jks
Reviewed-by: weijun
|
2018-04-25 12:29:48 +05:30 |
|
Weijun Wang
|
bde972d645
|
8202837: PBES2 AlgorithmId encoding error in PKCS12 KeyStore
Reviewed-by: xuelei
|
2018-07-19 00:14:40 +08:00 |
|
Weijun Wang
|
a825fe0a2d
|
8207250: setUseClientMode post handshake with the same value as before does not throw IAE
Reviewed-by: xuelei
|
2018-07-19 00:14:29 +08:00 |
|
Adam Petcher
|
108461949f
|
8206929: Check session context for TLS 1.3 session resumption
Additional checks to prevent TLS 1.3 sessions from being resumed when they shouldn't
Reviewed-by: xuelei
|
2018-07-17 13:04:40 -04: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
|
370977cf4f
|
8200152: KerberosString should use UTF-8 by default
Reviewed-by: xuelei
|
2018-04-10 11:02:09 +08:00 |
|
Weijun Wang
|
d9c5e142c0
|
8180570: Refactor sun/security/mscapi shell tests to plain java tests
Reviewed-by: asmotrak
|
2018-04-08 17:01:20 +08:00 |
|
Weijun Wang
|
05b129ec25
|
8186228: sun/security/krb5/auto/KdcPolicy.java fails with "java.lang.Exception: Does not match. Output is c30000c30000c30000"
Reviewed-by: mullan
|
2018-03-22 08:09:51 +08:00 |
|
Sean Coffey
|
5b02a98b21
|
8199018: Test crypto provider not registering
Reviewed-by: wetmore
|
2018-03-06 10:31:14 +00:00 |
|
Philipp Kunz
|
5db337db24
|
6372077: JarFile.getManifest() should handle manifest attribute name 70 bytes
Reviewed-by: alanb, sherman
|
2018-03-01 15:50:26 -05:00 |
|
Sean Coffey
|
14c85c2934
|
8193892: Impact of noncloneable MessageDigest implementation
Reviewed-by: wetmore, valeriep, xuelei
|
2018-02-28 18:28:17 +00:00 |
|
Weijun Wang
|
06a9e1a72f
|
8191438: jarsigner should print when a timestamp will expire
Reviewed-by: mullan
|
2018-02-14 16:58:49 +08:00 |
|