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

Pkcs7 #87

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

Pkcs7 #87

wants to merge 6 commits into from

Commits on Sep 13, 2017

  1. Add BER encoded data types

    siccegge committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    a74b06b View commit details
    Browse the repository at this point in the history
  2. Hack to build BerSequence

    siccegge committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    b63f25a View commit details
    Browse the repository at this point in the history
  3. Add PKCS7 *decoding*

     - Can decrypt a RSA PKCS1.5 message with AES data encryption
     - lacks much of general algorithm support which should be "easy" now
     - lacks all of proper error handling / reporting
     - lacks documentation
     - lacks tests
    siccegge committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    9dace22 View commit details
    Browse the repository at this point in the history
  4. Add PKCS#7 encoding

    siccegge committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    3932a19 View commit details
    Browse the repository at this point in the history
  5. Add tests

    siccegge committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    8024408 View commit details
    Browse the repository at this point in the history
  6. Work in progress

    siccegge committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    6393707 View commit details
    Browse the repository at this point in the history