aboutsummaryrefslogtreecommitdiff
path: root/ojluni/src/main/java/javax/crypto
AgeCommit message (Expand)Author
2019-10-09Revert "Move tests to postsubmit to reduce lab reporting load temporarily"Dan Shi
2019-09-30Move tests to postsubmit to reduce lab reporting load temporarilyDan Shi
2019-09-03Add TEST_MAPPINGs for javax.* packages.Pete Gillin
2019-05-03Refactoring: Rewrite links in Metalava instead of carrying patches.Tobias Thierer
2019-05-03Directly link to external documentation.Tobias Thierer
2018-05-04Deal with ojluni files that include changes beyond OpenJDK 8u121-b13.Tobias Thierer
2018-02-05Update automated documentation tool.Adam Vartanian
2018-01-30Add reachabilityFence, ReachabilitySensitiveHans Boehm
2018-01-04Update crypto Javadoc.Adam Vartanian
2017-10-25Merge "Deprecate BC implementations of duplicated Ciphers."Treehugger Robot
2017-10-25Deprecate BC implementations of duplicated Ciphers.Adam Vartanian
2017-10-24Update Cipher change markers.Adam Vartanian
2017-10-13Deprecate BC implementations of duplicated algorithmsAdam Vartanian
2017-05-31Add Android-changed markers to more crypto classes.Adam Vartanian
2017-05-24Update JceSecurity to 8u121-b13 and mark changes.Adam Vartanian
2017-05-12Make Android-changed markers for SecurityManager-related classes consistent.Adam Vartanian
2017-05-10Add Android-removed markers to javax.crypto packageAdam Vartanian
2017-04-12Ensure all ojluni Android-changed comments occur in line comments.Tobias Thierer
2017-03-27Throw an exception if CipherOutputStream's cipher does.Adam Vartanian
2017-03-22Update algorithm support tables for O.Adam Vartanian
2017-03-16Canonicalize additional Android-changed comments.Tobias Thierer
2017-03-10Merge "Don't swallow AEADBadTagExceptions when closing CipherInputStream"Adam Vartanian
2017-03-06Make Android patch docs in ojluni more consistent with style guideTobias Thierer
2017-03-06Don't swallow AEADBadTagExceptions when closing CipherInputStreamAdam Vartanian
2016-12-06Revert "Revert "Cut down on object allocation in CipherInputStream""Shubham Ajmera
2016-11-10Merge "Revert "Cut down on object allocation in CipherInputStream""Kenny Root
2016-11-09Revert "Cut down on object allocation in CipherInputStream"Sergio Giro
2016-10-07Merge "javax.crypto.CipherSpi: port this class from jdk8u60"Sergio Giro
2016-09-26javax.crypto.CipherSpi: port this class from jdk8u60Sergio Giro
2016-09-13ojluni: solve issues with exceptions in cipher-related streamsSergio Giro
2016-08-24Merge "javax.crypto.spec: update PBEParameterSpec to Java 8"Sergio Giro
2016-08-24javax.crypto.spec: update PBEParameterSpec to Java 8Sergio Giro
2016-08-23javax.crypto: update classes in javax.crypto (part 2)Sergio Giro
2016-08-09Cut down on object allocation in CipherInputStreamShubham Ajmera
2016-08-08Merge "Port OpenJDK 8 changes to CipherInputStream"Shubham Ajmera
2016-08-05Merge "javax.crypto.spec: update classes in javax.crypto.spec"Sergio Giro
2016-08-04javax.crypto.spec: update classes in javax.crypto.specSergio Giro
2016-08-03javax.crypto: update classes in javax.cryptoSergio Giro
2016-08-02Remove unnecessary +x flagYi Kong
2016-07-20Port OpenJDK 8 changes to CipherInputStreamShubham Ajmera
2016-07-07remove x attribute of java fileGanesh Mahendran
2016-06-08Cipher: always select a SPI in init according to the parametersSergio Giro
2016-05-23Map available JCA algorithms and availability in javadocPrzemyslaw Szczepaniak
2016-05-16List available security/crypto algorithms in javadocPrzemyslaw Szczepaniak
2016-05-16Update URLs to Java technotes and platform docsYi Kong
2016-03-31Clean up legacy security codeYi Kong
2016-01-26Port android CipherSpi selection algorithm to openJdkPrzemyslaw Szczepaniak
2015-12-21Update file headers.Narayan Kamath
2015-11-23Fix Java8 errorPrzemyslaw Szczepaniak
2015-11-12Add getCurrentSpi() to Mac / Cipher and Signature.Przemyslaw Szczepaniak