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

Add PKCS#8 writing support #2413

Open
wants to merge 20 commits into
base: development
Choose a base branch
from

Commits on Mar 25, 2019

  1. Add support for writing PKCS8 PEM files

    mvgalen authored and Andres Amaya Garcia committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    e936624 View commit details
    Browse the repository at this point in the history
  2. Update pk.h

    mvgalen authored and Andres Amaya Garcia committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    4eb87e7 View commit details
    Browse the repository at this point in the history
  3. Add PKCS8 PEM writing support

    mvgalen authored and Andres Amaya Garcia committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    00d2174 View commit details
    Browse the repository at this point in the history
  4. Fix parameter name

    Fix parameter name to correspond with documentation
    mvgalen authored and Andres Amaya Garcia committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    e2c543a View commit details
    Browse the repository at this point in the history
  5. Improve pkcs8_write_key_pem() doxy docs

    Andres Amaya Garcia committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    d962546 View commit details
    Browse the repository at this point in the history
  6. Refactor pkcs8_write_key_pem() and allow writing PKCS#8 DER

    Andres Amaya Garcia committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    69a7716 View commit details
    Browse the repository at this point in the history
  7. Rework gen_key to write PKCS#8 in PEM and DER

    Andres Amaya Garcia committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    194ff1c View commit details
    Browse the repository at this point in the history
  8. Add ChangeLog entry for PKCS#8 priv key writing

    Andres Amaya Garcia committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    d1311fd View commit details
    Browse the repository at this point in the history
  9. Improve PKCS#8 documentation of size requirements

    Andres Amaya Garcia committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    2fb7b9d View commit details
    Browse the repository at this point in the history
  10. Add pkcs8_write tests

    Andres Amaya Garcia committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    82c6375 View commit details
    Browse the repository at this point in the history
  11. Remove redundant ret check in pkcs8 writer

    Andres Amaya Garcia committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    0754f3f View commit details
    Browse the repository at this point in the history
  12. Replace gen_key hard-coded buffer size with macro

    Andres Amaya Garcia committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    c4c9e27 View commit details
    Browse the repository at this point in the history
  13. Fix gen_key broken parameter parsing of syntax opt

    Andres Amaya Garcia committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    5696080 View commit details
    Browse the repository at this point in the history
  14. Reduce pkcs8 mem usage and move from stack to heap

    Andres Amaya Garcia committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    3fb56c7 View commit details
    Browse the repository at this point in the history
  15. Fix style in gen_key app

    Andres Amaya Garcia committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    3bc74df View commit details
    Browse the repository at this point in the history
  16. Add support for pkcs8 priv key write in key_app_writer

    Andres Amaya Garcia committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    791a421 View commit details
    Browse the repository at this point in the history
  17. Rename pkcs8 write functions to say unencrypted

    Andres Amaya Garcia committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    1045b55 View commit details
    Browse the repository at this point in the history
  18. Fix ChangeLog to say we only support writing unencrypted PKCS#8

    Andres Amaya Garcia committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    be51649 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2019

  1. Fix mem leaky test in test_suite_pkwrite

    Andres Amaya Garcia committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    a79c8ce View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2019

  1. Fix PKCS8 internal buffer size for writing

    Andres Amaya Garcia committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    d8460b7 View commit details
    Browse the repository at this point in the history