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

Long-term crypto support #1264

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

Long-term crypto support #1264

wants to merge 24 commits into from

Commits on Apr 9, 2024

  1. Changed CKey handle to shared pointer

    Lauris Kaplinski committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    9680baa View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Implemented password-based decryption flow

    Signed-off-by: Lauris Kaplinski <lauris@raulwalter.com>
    Lauris Kaplinski committed May 9, 2024
    Configuration menu
    Copy the full SHA
    21b7968 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Quick'n'dirty first version that actually encrypts and decrypts with …

    …symmetric key
    
    Signed-off-by: Lauris Kaplinski <lauris@raulwalter.com>
    Lauris Kaplinski committed May 13, 2024
    Configuration menu
    Copy the full SHA
    8d127f1 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Fixes and cleanups for LT crypto

    Signed-off-by: Lauris Kaplinski <lauris@raulwalter.com>
    Lauris Kaplinski committed May 14, 2024
    Configuration menu
    Copy the full SHA
    907bf68 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Cleanups

    Signed-off-by: Lauris Kaplinski <lauris@raulwalter.com> (+1 squashed commit)
    Squashed commits:
    [907bf68] Fixes and cleanups for LT crypto
    
    Signed-off-by: Lauris Kaplinski <lauris@raulwalter.com>
    Lauris Kaplinski committed May 16, 2024
    Configuration menu
    Copy the full SHA
    de64734 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'cdoc2' of github.com:lauris71/DigiDoc4-Client into cdoc2

    # Conflicts:
    #	client/CDoc2.cpp
    #	client/CryptoDoc.h
    #	client/MainWindow.cpp
    #	client/MainWindow.h
    #	client/dialogs/PasswordDialog.cpp
    #	client/dialogs/PasswordDialog.h
    #	client/dialogs/PasswordDialog.ui
    #	client/widgets/ContainerPage.cpp
    Lauris Kaplinski committed May 16, 2024
    Configuration menu
    Copy the full SHA
    0ef8c50 View commit details
    Browse the repository at this point in the history
  3. removed encryptLT

    Lauris Kaplinski committed May 16, 2024
    Configuration menu
    Copy the full SHA
    c4f866d View commit details
    Browse the repository at this point in the history
  4. Merge commit 'ccb29a5f93c22ca36b06dea98e2ae2128bc7f445' into cdoc2

    # Conflicts:
    #	client/widgets/AddressItem.cpp
    Lauris Kaplinski committed May 16, 2024
    Configuration menu
    Copy the full SHA
    3137c43 View commit details
    Browse the repository at this point in the history
  5. Fixed include filename capitalization

    Lauris Kaplinski committed May 16, 2024
    Configuration menu
    Copy the full SHA
    059a62d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f77decc View commit details
    Browse the repository at this point in the history
  7. Some more fixes for ubuntu20

    Lauris Kaplinski committed May 16, 2024
    Configuration menu
    Copy the full SHA
    e747ed5 View commit details
    Browse the repository at this point in the history
  8. Fixed ambiguous overload

    Lauris Kaplinski committed May 16, 2024
    Configuration menu
    Copy the full SHA
    f3379d4 View commit details
    Browse the repository at this point in the history
  9. Use PBKDF from openssl instead of Qt

    Lauris Kaplinski committed May 16, 2024
    Configuration menu
    Copy the full SHA
    49c0fed View commit details
    Browse the repository at this point in the history
  10. Removed EVP_KDF_HKDF_MODE_EXTRACT_AND_EXPAND, replaced with 2-step ex…

    …tract and expand
    Lauris Kaplinski committed May 16, 2024
    Configuration menu
    Copy the full SHA
    dde8a82 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Fixed indentation and CodeQL warnings

    Lauris Kaplinski committed May 17, 2024
    Configuration menu
    Copy the full SHA
    cda361d View commit details
    Browse the repository at this point in the history
  2. Reverted some indentation changes for clarity

    Lauris Kaplinski committed May 17, 2024
    Configuration menu
    Copy the full SHA
    1347dfb View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Apply suggestions from code review

    Fixed whitespace
    
    Co-authored-by: Raul Metsma <raul@metsma.ee>
    lauris71 and metsma authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    c9ed433 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Reverted more cdoc1/cdoc2 whitespace

    Lauris Kaplinski committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    5a0d798 View commit details
    Browse the repository at this point in the history
  2. More whitespace reverts

    Lauris Kaplinski committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    cc1203e View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. Apply suggestions from code review

    Co-authored-by: Raul Metsma <raul@metsma.ee>
    lauris71 and metsma authored Jul 14, 2024
    Configuration menu
    Copy the full SHA
    d79dc50 View commit details
    Browse the repository at this point in the history
  2. Update client/CDoc1.cpp

    Co-authored-by: Raul Metsma <raul@metsma.ee>
    lauris71 and metsma authored Jul 14, 2024
    Configuration menu
    Copy the full SHA
    b1230a0 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Update client/Crypto.cpp

    Co-authored-by: Raul Metsma <raul@metsma.ee>
    lauris71 and metsma authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    f9c585a View commit details
    Browse the repository at this point in the history
  2. Fixed some typos in review ;)

    Lauris Kaplinski committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    3e9db88 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

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