Bradford Wetmore
|
e17204a39d
|
8178114: Fix guide links in security APIs
Reviewed-by: xuelei, mullan, weijun
|
2017-06-20 12:57:42 -07:00 |
|
Mandy Chung
|
e4a6d45c1f
|
8182416: Clean up module-info.java like move requires transitive adjacent to exports
Reviewed-by: alanb
|
2017-06-17 11:50:55 -07:00 |
|
Bradford Wetmore
|
0eb6c339c3
|
8178014: CryptoPolicyParser's API comment contains < and > characters
Reviewed-by: ksrini, mullan
|
2017-05-02 10:34:22 -07:00 |
|
Mandy Chung
|
6d568376c9
|
8173303: Add module-subgraph images to main platform documentation
Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com>
Reviewed-by: alanb, chegar, erikj, ihse, lancea
|
2017-03-29 09:40:41 -07:00 |
|
Jeannette Hung
|
2a6774809a
|
8174977: Update license files with consistent license/notice names
Reviewed-by: alanb, mchung
|
2017-03-14 15:52:41 -07:00 |
|
Hamlin Li
|
de146b6a36
|
8173957: Fix @since in module-info.java in dev/jdk repo
Reviewed-by: alanb, lancea
|
2017-02-09 18:33:28 -08:00 |
|
Sean Mullan
|
09a11f3b87
|
8140353: Improve signature checking
Reviewed-by: xuelei, ahgross, mchung
|
2016-10-04 17:15:49 -04:00 |
|
Adam Petcher
|
a6067413b8
|
8172003: getInstance() with unknown provider throws NPE
Reviewed-by: mullan
|
2017-01-04 08:06:15 -05:00 |
|
Mandy Chung
|
9e5033a0ae
|
8169925: Organize licenses by module in source, JMOD file, and run-time image
Co-authored-by: Jeannette Hung <jeannette.hung@oracle.com>
Reviewed-by: alanb, erikj, ihse, naoto, prr
|
2016-12-12 18:56:50 -08:00 |
|
Alan Bateman
|
fbe85300bf
|
8169069: Module system implementation refresh (11/2016)
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Claes Redestad <claes.redestad@oracle.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Reviewed-by: plevart, chegar, psandoz, mchung, alanb, dfuchs, naoto, coffeys, weijun
|
2016-12-01 08:57:53 +00:00 |
|
Sean Mullan
|
41e797f4da
|
8162723: Array index overflow in Base64 utility class
Reviewed-by: ascarpino, jnimeh
|
2016-10-12 09:46:35 -04:00 |
|
Sean Mullan
|
c2f0a9479f
|
8150158: Update bugs.sun.com references to bugs.java.com
Reviewed-by: ascarpino
|
2016-08-25 17:08:15 -04:00 |
|
Sean Mullan
|
83c2e4ef3c
|
8151893: Add security property to configure XML Signature secure validation mode
Reviewed-by: jnimeh, xuelei
|
2016-08-25 15:06:26 -04:00 |
|
Valerie Peng
|
c846a862ee
|
8130181: Deprecate java.security.Provider(String, double, String), add Provider(Strin
Added Provider constructor which uses version String and use sun.security.util.PROVIDER_VER
Reviewed-by: weijun
|
2016-08-19 06:27:54 +00:00 |
|
Lance Andersen
|
004433bf70
|
8161965: Create initial javadoc description for modules
Reviewed-by: mchung, alanb, abuckley
|
2016-08-18 12:39:23 -04:00 |
|
Valerie Peng
|
9a82da0c94
|
8159488: Deprivilege java.xml.crypto
Update java.policy with the necessary permissions and minor code refactoring
Reviewed-by: mullan
|
2016-07-27 01:24:09 +00:00 |
|
Ivan Gerasimov
|
fcf085c678
|
8156661: Handful of typos in javadoc
Reviewed-by: prappo, rriggs
|
2016-05-10 17:16:55 +03:00 |
|
Joe Darcy
|
01ee88c8ae
|
6850612: Deprecate Class.newInstance since it violates the checked exception language contract
Reviewed-by: lancea, mullan, dfuchs
|
2016-05-03 10:40:54 -07:00 |
|
Anthony Scarpino
|
87bdca8684
|
8152205: jdk.security.provider.preferred is ambiguously documented
Reviewed-by: wetmore, xuelei, weijun
|
2016-04-13 10:20:40 -07:00 |
|
Alan Bateman
|
db4d383614
|
8142968: Module System implementation
Initial integration of JEP 200, JEP 260, JEP 261, and JEP 282
Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com>
Co-authored-by: Karen Kinnear <karen.kinnear@oracle.com>
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Co-authored-by: Chris Hegarty <chris.hegarty@oracle.com>
Co-authored-by: Alexandr Scherbatiy <alexandr.scherbatiy@oracle.com>
Co-authored-by: Amy Lu <amy.lu@oracle.com>
Co-authored-by: Calvin Cheung <calvin.cheung@oracle.com>
Co-authored-by: Daniel Fuchs <daniel.fuchs@oracle.com>
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Co-authored-by: Harold Seigel <harold.seigel@oracle.com>
Co-authored-by: Jaroslav Bachorik <jaroslav.bachorik@oracle.com>
Co-authored-by: Jean-Francois Denise <jean-francois.denise@oracle.com>
Co-authored-by: Jan Lahoda <jan.lahoda@oracle.com>
Co-authored-by: James Laskey <james.laskey@oracle.com>
Co-authored-by: Lois Foltan <lois.foltan@oracle.com>
Co-authored-by: Miroslav Kos <miroslav.kos@oracle.com>
Co-authored-by: Huaming Li <huaming.li@oracle.com>
Co-authored-by: Sean Mullan <sean.mullan@oracle.com>
Co-authored-by: Naoto Sato <naoto.sato@oracle.com>
Co-authored-by: Masayoshi Okutsu <masayoshi.okutsu@oracle.com>
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Co-authored-by: Philip Race <philip.race@oracle.com>
Co-authored-by: Claes Redestad <claes.redestad@oracle.com>
Co-authored-by: Sergey Bylokhov <sergey.bylokhov@oracle.com>
Co-authored-by: Alexandre Iline <alexandre.iline@oracle.com>
Co-authored-by: Volker Simonis <volker.simonis@gmail.com>
Co-authored-by: Staffan Larsen <staffan.larsen@oracle.com>
Co-authored-by: Stuart Marks <stuart.marks@oracle.com>
Co-authored-by: Semyon Sadetsky <semyon.sadetsky@oracle.com>
Co-authored-by: Serguei Spitsyn <serguei.spitsyn@oracle.com>
Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com>
Co-authored-by: Valerie Peng <valerie.peng@oracle.com>
Co-authored-by: Vincent Ryan <vincent.x.ryan@oracle.com>
Co-authored-by: Weijun Wang <weijun.wang@oracle.com>
Co-authored-by: Yuri Nesterenko <yuri.nesterenko@oracle.com>
Co-authored-by: Yekaterina Kantserova <yekaterina.kantserova@oracle.com>
Co-authored-by: Alexander Kulyakthin <alexander.kulyakhtin@oracle.com>
Co-authored-by: Felix Yang <felix.yang@oracle.com>
Co-authored-by: Andrei Eremeev <andrei.eremeev@oracle.com>
Co-authored-by: Frank Yuan <frank.yuan@oracle.com>
Co-authored-by: Sergei Pikalev <sergei.pikalev@oracle.com>
Co-authored-by: Sibabrata Sahoo <sibabrata.sahoo@oracle.com>
Co-authored-by: Tiantian Du <tiantian.du@oracle.com>
Co-authored-by: Sha Jiang <sha.jiang@oracle.com>
Reviewed-by: alanb, mchung, naoto, rriggs, psandoz, plevart, mullan, ascarpino, vinnie, prr, sherman, dfuchs, mhaupt
|
2016-03-17 19:04:16 +00:00 |
|
Iris Clark
|
321ddf167f
|
Merge
|
2015-11-01 09:49:05 -08:00 |
|
Iris Clark
|
2bfa80503f
|
Merge
|
2015-09-14 10:00:25 -07:00 |
|
Iris Clark
|
9e0d78c661
|
Merge
|
2015-09-08 10:25:11 -07:00 |
|
Martin Buchholz
|
24742f7b1d
|
8134984: Text files should end in exactly one newline
Automated fixup of newlines at end-of-file via the usual perl one-liner
Reviewed-by: chegar, sherman
|
2015-09-02 14:11:50 -07:00 |
|
Alexander Stepanov
|
572aef810c
|
8133802: replace some <tt> tags (obsolete in html5) in security-libs docs
Reviewed-by: mullan
|
2015-08-25 18:45:09 +03:00 |
|
Iris Clark
|
8db18e0442
|
Merge
|
2015-08-17 13:02:48 -07:00 |
|
Alexander Stepanov
|
48e1903790
|
8132130: some docs cleanup
Some docs cleanup
Reviewed-by: mullan
|
2015-07-31 15:07:18 +03:00 |
|
Iris Clark
|
3542628ec7
|
8130696: Security Providers need to have their version numbers updated for JDK 9
Reviewed-by: ascarpino, mullan, valeriep, weijun, wetmore
|
2015-07-20 09:40:49 -07:00 |
|
Valerie Peng
|
5109058c5d
|
7191662: JCE providers should be located via ServiceLoader
Enhanced to use ServiceLoader and switched provider to Provider.Service model.
Reviewed-by: mullan, alanb, mchung
|
2015-06-26 21:34:34 +00:00 |
|
Anthony Scarpino
|
274ee0ec5b
|
8133151: Preferred provider configuration for JCE
Reviewed-by: valeriep
|
2015-10-19 17:35:18 -07:00 |
|
Sean Mullan
|
b05b9cbefa
|
8087283: Add support for the XML Signature here() function to the JDK XPath implementation
Reviewed-by: alanb, joehw
|
2015-06-12 16:36:33 -04:00 |
|
Jason Uh
|
8ddcf2aab0
|
8079693: Add support for ECDSA P-384 and P-521 curves to XML Signature
Reviewed-by: mullan
|
2015-05-21 14:18:33 -07:00 |
|
Artem Smotrakov
|
eb68509b7d
|
8079140: IgnoreAllErrorHandler should use doPrivileged when it reads system properties
Reviewed-by: mullan
|
2015-05-18 19:26:48 +03:00 |
|
Alexander Stepanov
|
e9000d948f
|
8077332: tidy warnings from javax/xml
Some HTML markup fix (jdk part)
Reviewed-by: joehw, lancea, mullan
|
2015-04-21 20:12:29 +04:00 |
|
Joe Darcy
|
55f8f159ca
|
8075034: Bad javadoc tags in javax.xml.crypto.dsig
Reviewed-by: mullan
|
2015-03-12 09:39:48 -07:00 |
|
Jason Uh
|
f7f4ab9df6
|
8042967: Add variant of DSA Signature algorithms that do not ASN.1 encode the signature bytes
Reviewed-by: mullan
|
2015-02-17 10:48:24 -08:00 |
|
Jason Uh
|
dfb7eea15e
|
8046724: XML Signature ECKeyValue elements cannot be marshalled or unmarshalled
Reviewed-by: mullan
|
2015-01-09 11:58:34 -08:00 |
|
Martin Buchholz
|
08eb67b941
|
8067377: My hobby: caning, then then canning, the the can-can
Fix ALL the stutters!
Reviewed-by: rriggs, mchung, lancea
|
2014-10-30 07:31:41 -07:00 |
|
Otavio Santana
|
89cec23580
|
8055723: Replace concat String to append in StringBuilder parameters (dev)
Reviewed-by: redestad, ulfzibis, weijun, prappo, igerasim, alanb
|
2014-12-11 15:23:02 +08:00 |
|
Sean Mullan
|
ca85e583e9
|
8046949: Generify the javax.xml.crypto API
Reviewed-by: xuelei
|
2014-11-21 15:23:36 -05:00 |
|
Sean Mullan
|
3847915051
|
8038913: Bolster XML support
Reviewed-by: xuelei, skoivu
|
2014-06-11 16:25:59 -04:00 |
|
Sean Coffey
|
9f89f1d4da
|
8031191: Warning exception when XMLSignature logging is enabled
Reviewed-by: mullan, chegar
|
2014-10-02 17:34:44 +01:00 |
|
Chris Hegarty
|
3bc69d393d
|
8054834: Modular Source Code
Co-authored-by: Alan Bateman <alan.bateman@oracle.com>
Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com>
Co-authored-by: Karen Kinnear <karen.kinnear@oracle.com>
Co-authored-by: Magnus Ihse Bursie <magnus.ihse.bursie@oracle.com>
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Co-authored-by: Paul Sandoz <paul.sandoz@oracle.com>
Reviewed-by: alanb, chegar, ihse, mduigou
|
2014-08-17 15:54:13 +01:00 |
|