aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/spongycastle
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into performanceVincent Breitmoser2016-02-104-368/+0
|\
| * Replace spongycastle with bouncycastleDominik Schürmann2016-02-093-15/+15
| |
* | performance: add license headers and some documentationVincent Breitmoser2016-02-101-0/+9
| |
* | performance: cache session keys per compatible S2K configurationVincent Breitmoser2016-02-051-0/+107
|/
* add documentation on marker packet skippingVincent2015-11-151-1/+9
|
* decrypt: skip all encountered marker packets (fix #1582)Vincent Breitmoser2015-11-151-0/+24
|
* introduce CachingDataDecryptorFactory towards cached session keysVincent Breitmoser2015-06-012-278/+76
| | | | | | | | this commit introduces the CachingDataDecryptorFactory, which wraps a DataDecryptorFactory but supports caching of decrypted session keys. this change also gets rid of runtimeexception based control flow in PgpDecryptVerify.
* fix Decrypt*Fragment for RequiredInputParcel (except decryptOriginalFilename)Vincent Breitmoser2015-04-011-9/+12
|
* generalize nfc crypto input structureVincent Breitmoser2015-03-181-15/+15
|
* Merge openpgp-card lib into OpenKeychain, it was already depending on OK, no ↵Dominik Schürmann2014-09-242-0/+419
need to separate