Skip to content
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.

Actually implement crypto functions #4

Open
wants to merge 33 commits into
base: master
Choose a base branch
from

Commits on Aug 12, 2010

  1. Configuration menu
    Copy the full SHA
    9d0f8c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b8f6bd View commit details
    Browse the repository at this point in the history
  3. Uncomment Packet to_s

    Need a way to get raw bytes of any packet, this is a good way
    singpolyma committed Aug 12, 2010
    Configuration menu
    Copy the full SHA
    9641c82 View commit details
    Browse the repository at this point in the history
  4. Signature Subpackets and Trailer

    Actually parse signature subpackets and some util functios to use them.
    Store the literal trailer for use in signature verification
    singpolyma committed Aug 12, 2010
    Configuration menu
    Copy the full SHA
    2188810 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    caa79d1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fa82f13 View commit details
    Browse the repository at this point in the history
  7. I am a contributor

    singpolyma committed Aug 12, 2010
    Configuration menu
    Copy the full SHA
    47f91c1 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2010

  1. Configuration menu
    Copy the full SHA
    895f144 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3774a03 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    beefa91 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7f4a90 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    50d9c2a View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2010

  1. Compatability with 1.9.0

    singpolyma committed Aug 16, 2010
    Configuration menu
    Copy the full SHA
    ef2c5f2 View commit details
    Browse the repository at this point in the history
  2. Issuer for v3 sigs

    singpolyma committed Aug 16, 2010
    Configuration menu
    Copy the full SHA
    521c2c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb9f3e3 View commit details
    Browse the repository at this point in the history
  4. Serialize issuer right

    singpolyma committed Aug 16, 2010
    Configuration menu
    Copy the full SHA
    42accb9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e7e4757 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2010

  1. fix issuer search

    singpolyma committed Aug 17, 2010
    Configuration menu
    Copy the full SHA
    b81de04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80fa278 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2011

  1. Support leading 0s

    singpolyma committed Jul 23, 2011
    Configuration menu
    Copy the full SHA
    8453ab5 View commit details
    Browse the repository at this point in the history
  2. Implement KeyFlags

    singpolyma committed Jul 23, 2011
    Configuration menu
    Copy the full SHA
    f5819e7 View commit details
    Browse the repository at this point in the history
  3. Implement Features

    singpolyma committed Jul 23, 2011
    Configuration menu
    Copy the full SHA
    330647f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e3585bc View commit details
    Browse the repository at this point in the history
  5. use bitlength, not *8

    singpolyma committed Jul 23, 2011
    Configuration menu
    Copy the full SHA
    5a08a6a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cc5c9d6 View commit details
    Browse the repository at this point in the history
  7. store hash_head unpacked

    singpolyma committed Jul 23, 2011
    Configuration menu
    Copy the full SHA
    54b9225 View commit details
    Browse the repository at this point in the history
  8. better exception message

    singpolyma committed Jul 23, 2011
    Configuration menu
    Copy the full SHA
    790b27f View commit details
    Browse the repository at this point in the history
  9. UserID packet body

    singpolyma committed Jul 23, 2011
    Configuration menu
    Copy the full SHA
    0932c10 View commit details
    Browse the repository at this point in the history
  10. Add ability to sign keys

    singpolyma committed Jul 23, 2011
    Configuration menu
    Copy the full SHA
    e1bed91 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    348cf5b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fc3021a View commit details
    Browse the repository at this point in the history
  13. keygen example script

    singpolyma committed Jul 23, 2011
    Configuration menu
    Copy the full SHA
    cecfc66 View commit details
    Browse the repository at this point in the history
  14. Merge branch 'keysign'

    * keysign:
      keygen example script
      add bn2bin and egcd algorithms
      Add OpenSSL wrapper for signing keys
      Add ability to sign keys
      UserID packet body
      better exception message
      store hash_head unpacked
      Refactor PublicKey, Implement SecretKey
      use bitlength, not *8
      order hashed subpackets correctly
      Implement Features
      Implement KeyFlags
      Support leading 0s
    singpolyma committed Jul 23, 2011
    Configuration menu
    Copy the full SHA
    99a0e41 View commit details
    Browse the repository at this point in the history