Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenPGP/GnuPG WOT (web of trust) implementation - trustdb.gpg #119

Closed
wants to merge 18 commits into from

Commits on Sep 18, 2015

  1. Configuration menu
    Copy the full SHA
    0778bd8 View commit details
    Browse the repository at this point in the history
  2. * Cleaned up the API.

    * Added lots of Javadoc.
    nlmarco committed Sep 18, 2015
    Configuration menu
    Copy the full SHA
    d3463f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96da5a9 View commit details
    Browse the repository at this point in the history
  4. Formatted code to match BC's styles:

    * spaces instead of tabs as indents (even though this is a bad style)
    * braces in next line.
    nlmarco committed Sep 18, 2015
    Configuration menu
    Copy the full SHA
    58ec5e5 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2015

  1. Configuration menu
    Copy the full SHA
    7d03dad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba1318c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa9deba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f14a1e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8977ff7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    51e0e55 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    79943ea View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2015

  1. Changed contract of TrustDb.getOwnerTrust(...) to return null, if there

    was none assigned, yet (consistent with behaviour in
    Thunderbird/Enigmail - which shows different values for non-assigned and
    UNKNOWN).
    nlmarco committed Sep 26, 2015
    Configuration menu
    Copy the full SHA
    5410151 View commit details
    Browse the repository at this point in the history
  2. Minor change in javadoc.

    nlmarco committed Sep 26, 2015
    Configuration menu
    Copy the full SHA
    b91fbb3 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2015

  1. Applied feedback from David Hook:

    * Removed LICENSE (it's in the parent-directory, anyway).
    * Made thread-safety bullet-proof.
    nlmarco committed Oct 1, 2015
    Configuration menu
    Copy the full SHA
    e01f69f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9590297 View commit details
    Browse the repository at this point in the history
  3. Most classes in org.bouncycastle.openpgp.wot.internal are now

    package-protected.
    nlmarco committed Oct 1, 2015
    Configuration menu
    Copy the full SHA
    295f7a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d7949a9 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2017

  1. Configuration menu
    Copy the full SHA
    ae46a57 View commit details
    Browse the repository at this point in the history