History log of /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ASN1GeneralizedTime.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4936950820c68699a4ace55a2a8e5f7f677a913d 11-Jul-2017 Adam Vartanian <flooey@google.com> Update change markers in external/bouncycastle.

For the most part, this is just changing markers that had no explanatory
text and adding an explanation. Some more detail on two of the common
explanations:

"Unsupported algorithms": We choose not to ship a whole lot of the
various crypto algorithms that Bouncy Castle supports. Justfying each
individual choice to disable a given algorithm is out of place in the
code and also doesn't have a natural home (since each algorithm is
disabled in upwards of a dozen places), so just mark where algorithms
are disabled due to being unsupported.

"Unknown reason": I looked in the history and couldn't find any
justification for the change. Generally these changes were made in
commits with descriptions like "bouncycastle 1.49 upgrade" from multiple
years ago. I don't want to change behavior in this change, so I left
these changes as they were; these can be revisited in the future if
desired.

This change also reverts some diffs from upstream, both inside disabled
blocks of code (which is irrelevant) and ones that are active but have
no behavioral change (for example, an added package-visible constructor
that isn't called by any class in the package). There're also a number
of whitespace-only changes that revert diffs from upstream.

Bug: 63092064
Test: cts -m CtsLibcoreTestCases
Change-Id: I27c61063eda849455bc93edaf180acefb5eed217
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ASN1GeneralizedTime.java
7c335a5d575470ba944cb41d0ac655d7087422d1 27-Apr-2016 Narayan Kamath <narayan@google.com> ASN1: Use an explicit locale for ASN1 UTC / Generalized times.

Using the default locale can result in bad behaviour, for example
when the locales numberformat doesn't use arabic numerals.

bug: 28384942
Change-Id: I4e240d9710c0427d809410df3a762c80125a821c
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ASN1GeneralizedTime.java
79d3bf2425a53baab7feb744dad710b6c15533c9 05-Feb-2016 Sergio Giro <sgiro@google.com> bouncycastle: upgrade to version 1.54

Merge remote-tracking branch 'aosp/upstream-master'

(cherry picked from commit 4a2d5c40ffefaaa02c656a091f33fecdf8592607)

Change-Id: Icd734732677bc8ed04d8cd78bbb686efa152ed58
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ASN1GeneralizedTime.java
028ab6e01e3b911024b9b9243e9a0f4ac377c0fa 09-Apr-2015 Sergio Giro <sgiro@google.com> bouncycastle: upgrade to version 1.52

Change-Id: I227db8e458e67af46ccb1c07bfca77a733f25979
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ASN1GeneralizedTime.java
d001700a15b8bd733ae344c1fc315b97c43c6590 28-Jul-2014 Kenny Root <kroot@google.com> Upgrade to 1.51

f98b02ab394044a3c237d2c7a2ee5ef65793e8e9 bcpkix-jdk15on-151.tar.gz
95e59ad2492598d729cfc559b480c3f172de5dc3 bcprov-jdk15on-151.tar.gz

Bug: 16578237
Change-Id: Ie4a3cd01b52b504a1098b00b413f1418273a6ef2
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ASN1GeneralizedTime.java
e6bf3e8dfa2804891a82075cb469b736321b4827 18-Sep-2012 Brian Carlstrom <bdc@google.com> Make existing bouncycastle bcprov build on host and add host-only bcpkix build

- Move existing provider source to bcprov
- Added bcpkix host build to support built/tooks/signapk

sha1sum of sources:
- 10bfea344842fe8e065c80e399c93f8651dc87d8 bcprov-jdk15on-147.tar.gz
- 913828c7ae36e030508e97e07b3c213fb1db1e9c bcpkix-jdk15on-147.tar.gz

Bug: 7056297
Change-Id: Id4f957f300a39aa34b4c3c679b2312631d3f1639
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ASN1GeneralizedTime.java