aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/WrappedSignature.java
Commit message (Collapse)AuthorAgeFilesLines
* Replace spongycastle with bouncycastleDominik Schürmann2016-02-091-14/+14
|
* Update spongycastle to 1.53Dominik Schürmann2015-12-221-2/+3
|
* ignore revoked user ids for primary key expiryVincent Breitmoser2015-02-261-0/+4
|
* lift language level to java 7, and some code cleanupVincent Breitmoser2015-01-251-3/+2
|
* actually import user attributes (though they are not shown anywhere yet)Vincent Breitmoser2015-01-141-0/+3
|
* add support for user attributes (during canonicalization)Vincent Breitmoser2015-01-121-0/+9
|
* add PIN as a SecretKeyTypeVincent Breitmoser2014-12-301-3/+3
|
* introduce handling of notation direct key signatures, and experimental pin ↵Vincent Breitmoser2014-12-301-0/+18
| | | | notation packet
* fix isLocal logic (f*ck yeah unit tests!)Vincent Breitmoser2014-09-201-1/+1
|
* respect user id revocation signaturesVincent Breitmoser2014-09-201-1/+14
| | | | Closes #836
* Get certificates by raw user ids, be more liberal about accepted user id ↵Dominik Schürmann2014-09-131-2/+10
| | | | encodings
* Fixing build with Spongy Castle 1.51Dominik Schürmann2014-08-211-23/+4
|
* Copyright (C) 2014 Vincent BreitmoserVincent Breitmoser2014-08-211-0/+1
|
* Add license headersDominik Schürmann2014-08-041-0/+17
|
* rename Wrapped*Key* to Canonicalized*Key*Vincent Breitmoser2014-07-311-2/+2
|
* watch out for nullpointers from get(Un|)HashedSubpacketsVincent Breitmoser2014-07-281-7/+14
| | | | fixes #721
* signatures: a revocation reason does NOT determine if a cert is a revocation ↵Vincent Breitmoser2014-07-151-1/+1
| | | | type
* modifyKey: couple more fixes from testsVincent Breitmoser2014-07-111-0/+26
|
* canonicalize: fix NullPointerExceptionVincent Breitmoser2014-06-171-1/+2
|
* canonicalize: filter out future and local certificatesVincent Breitmoser2014-06-121-0/+7
|
* canonicalize: implementation, first draftVincent Breitmoser2014-06-121-3/+23
|
* wrapped-key-ring: add documentationVincent Breitmoser2014-06-021-0/+8
|
* new savekeyring operation (mostly stub)Vincent Breitmoser2014-05-271-24/+53
|
* introduce WrappedSignature for the ViewCert* ui codeVincent Breitmoser2014-05-231-0/+124