Commits
User selector
Commit History
Commits on Sep 24, 2021
8274237: Replace 'for' cycles with iterator with enhanced-for in java.base
Show description for baafa60authored andcommitted
Commits on Sep 23, 2021
8273261: Replace 'while' cycles with iterator with enhanced-for in java.base
Show description for 56b8b35authored andcommitted
8274075: Fix miscellaneous typos in java.base
Show description for 8799856committed
Commits on Aug 27, 2021
8272915: (doc) package-info typo in extLink
Show description for 1fb798dcommitted
Bradford Wetmore8273045: Fix misc javadoc bugs in the java.security and javax.net.ssl code
Show description for 76baacecommitted
Bradford Wetmore
Commits on Aug 10, 2021
8269130: Replace usages of Collection.toArray() with Collection.toArray(T[]) to avoid redundant array copying
Show description for 35b399aauthored andcommitted
Commits on Jun 25, 2021
8268967: Update java.security to use switch expressions
Show description for 35c4702committed
Commits on Jun 2, 2021
8267543: Post JEP 411 refactoring: security
Show description for 40d23a0committed8266459: Implement JEP 411: Deprecate the Security Manager for Removal
Show description for 6765f90committed
Commits on May 20, 2021
8261880: Change nested classes in java.base to static nested classes where possible
Show description for 9425d3dauthored andcommitted
Commits on May 7, 2021
8265426: Update java.security to use instanceof pattern variable
Show description for 86b8dc9committed8262992: Improve `@see` output
Show description for e0c8688committed
Commits on Apr 22, 2021
8258915: Temporary buffer cleanup
Show description for f834557committed
Commits on Apr 20, 2021
8249906: Enhance opening JARs
Show description for 7232e3cauthored andcommitted
Commits on Apr 5, 2021
8248862: Implement Enhanced Pseudo-Random Number Generators
Show description for a0ec2cbcommitted
Jim Laskey
Commits on Mar 30, 2021
8264148: Update spec for exceptions retrofitted for exception chaining
Show description for 815248acommitted
Commits on Mar 23, 2021
8263978: Clarify why 0 argument is ignored in SecureRandom::setSeed
Show description for 0b2aa1bcommitted
Commits on Mar 18, 2021
8260274: Cipher.init(int, key) does not use highest priority provider for random bytes
Show description for 434a399committed
Valerie Peng
Commits on Mar 11, 2021
8263105: security-libs doclint cleanup
Show description for 32cbd19committed
Bradford Wetmore
Commits on Jan 8, 2021
8259065: Optimize MessageDigest.getInstance
Show description for fc1d2a1committed
Commits on Dec 17, 2020
8246005: KeyStoreSpi::engineStore(LoadStoreParameter) spec mismatch to its behavior
Show description for b0b70dfauthored andcommitted
Commits on Nov 18, 2020
8256363: Define toString() for MGF1ParameterSpec
Show description for 486d6f6committed
Commits on Oct 22, 2020
8255262: Remove use of legacy custom @spec tag
Show description for 0aa3c92committed
Commits on Sep 18, 2020
8251548: Remove unnecessary explicit initialization of volatile variables in security-libs code
Show description for f55dd9dauthored andcommitted
Commits on Sep 15, 2020
8172366: Support SHA-3 based signatures
Show description for 4020682committed
Valerie Peng
Commits on Sep 13, 2020
8244778: Archive full module graph in CDS
Show description for 03a4df0committed
Commits on Aug 26, 2020
8241003: Deprecate "denigrated" java.security.cert APIs that represent DNs as Principal or String objects
Show description for f879698committed
Commits on Aug 21, 2020
8246383: NullPointerException in JceSecurity.getVerificationResult when using Entrust provider
Show description for 03f2ab3committed
Valerie Peng
Commits on Jul 24, 2020
8250246: Address reliance on default constructors in security libs
Show description for 5db5834committed
Commits on Jul 15, 2020
8249205: Remove unnecessary trademark symbols
Show description for 55039aacommitted- committed
Commits on Jul 7, 2020
8248505: Unexpected NoSuchAlgorithmException when using secure random impl from BCFIPS provider
Show description for f4756fdcommitted
Valerie Peng
Commits on Jun 15, 2020
8246077: Cloneable test in HmacCore seems questionable
Show description for f968f32committed
Valerie Peng