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

Enable RSA-PSS signatures in pkcs11-tool #1146

Merged
merged 20 commits into from
Sep 21, 2017

Commits on Sep 6, 2017

  1. Configuration menu
    Copy the full SHA
    a7a4e6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    811a6b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2017

  1. Configuration menu
    Copy the full SHA
    6d37b6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89309a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1efb774 View commit details
    Browse the repository at this point in the history
  4. Added short names to RSA-PSS methods

    Uri Blumenthal authored and Jakuje committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    c2d8ee5 View commit details
    Browse the repository at this point in the history
  5. Change RSA-PSS salt length default to OpenSSL-compatible, aka digest …

    …size
    Uri Blumenthal authored and Jakuje committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    ec8dd42 View commit details
    Browse the repository at this point in the history
  6. Fixed hashAlg but in pkcs11-tool for RSA-PSS

    Uri Blumenthal authored and Jakuje committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    aaecfdb View commit details
    Browse the repository at this point in the history
  7. CHanged opt_salt to salt_len

    mouse07410 authored and Jakuje committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    da9bae0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7513ec2 View commit details
    Browse the repository at this point in the history
  9. RSA-PSS: made sure special values for salt length from OpenSSL ("-1" …

    …and "-2") are
    
    processed correctly, and compatible with OpenSSL
    mouse07410 authored and Jakuje committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    cedbd3e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0b7e5f0 View commit details
    Browse the repository at this point in the history
  11. Fix introduced incompatibility with C90 standard (declaration of vari…

    …ables inside the code)
    mouse07410 authored and Jakuje committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    f2f53c1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ebd3ca2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    55f0616 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    15659fb View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    375e1c2 View commit details
    Browse the repository at this point in the history
  16. Reintroduce portable NORETURN indication for functions and use it to …

    …avoid compilers complaining
    Jakuje committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    4450c2c View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2017

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

Commits on Sep 18, 2017

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