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

Merge our current version of the code with the OSS libsecutils. #27

Closed

Commits on Jul 15, 2022

  1. Merge our current version of the code with the OSS libsecutils.

    (reflects securityUtilities b009f9d5)
    
    API changes:
    
    - functions for checking only against local CRLs added
    - more generic functions for calculating/checking ICV added
    - some functions moved to appropriate module (to util.h)
    
    Internal changes:
    
    - loading of credentials (.p12 containers):
        - containers with **empty password** are **rejected** if a nonempty
          password is provided as parameter (i.e. the empty password can no longer
          be used to circumvent UTA-protection)
        - containers that don't have private keys encrypted with the same algorithm
          that is used by "storage" functions (e.g. `CREDENTIALS_save_dv`) are
          **rejected**
    - default log level changed to `LOG_WARNING` (should have minimal impact as
      most logs state the level explicitly)
    
    Other changes:
    
    - some includes fixed
    - various compiler warnings fixed
    martin-barta-sie committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    1a6f340 View commit details
    Browse the repository at this point in the history