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

Update main to v0.7.0 #36

Merged
merged 17 commits into from
Dec 31, 2023
Merged

Update main to v0.7.0 #36

merged 17 commits into from
Dec 31, 2023

Conversation

jakcron
Copy link
Owner

@jakcron jakcron commented Dec 31, 2023

Changes since 0.6.1

Added

  • Cryptography library (tc::crypto):
    • Added DES & TDES ciphers ([FEAT-33] Add Legacy Ciphers (DES + TDES) #34 Add legacy ciphers (DES/TDES/more...) #33):
      • class Des56EcbEncryptor - Class for DES-ECB encryption/decryption with a keysize of 56 bits (+ 8 parity bits = 64 bits).
        • Utility function EncryptDes56Ecb().
        • Utility function DecryptDes56Ecb().
      • class Des56CbcEncryptor - Class for DES-CBC encryption/decryption with a keysize of 56 bits (+ 8 parity bits = 64 bits).
        • Utility function EncryptDes56Cbc().
        • Utility function DecryptDes56Cbc().
      • class Tdes112EcbEncryptor - Class for TDES-ECB encryption/decryption with a keysize of 112 bits (+ 16 parity bits = 128 bits).
        • Utility function EncryptTdes112Ecb().
        • Utility function DecryptTdes112Ecb().
      • class Tdes112CbcEncryptor - Class for TDES-CBC encryption/decryption with a keysize of 112 bits (+ 16 parity bits = 128 bits).
        • Utility function EncryptTdes112Cbc().
        • Utility function DecryptTdes112Cbc().
      • class Tdes168EcbEncryptor - Class for TDES-ECB encryption/decryption with a keysize of 168 bits (+ 24 parity bits = 192 bits).
        • Utility function EncryptTdes168Ecb().
        • Utility function DecryptTdes168Ecb().
      • class Tdes168CbcEncryptor - Class for TDES-CBC encryption/decryption with a keysize of 168 bits (+ 24 parity bits = 192 bits).
        • Utility function EncryptTdes168Cbc().
        • Utility function DecryptTdes168Cbc().

Changed

  • Makefile updated (v9 2023-12-31)
    • Change ar usage to be compatible with more Linux/BSD systems.
  • libfmt updated to v10.1.1
  • libmbedtls update v2.16.12

Renamed

N/A

Removed

N/A

Task List

  • Test coverage for new/revised classes complete
  • Tests work on supported platforms
  • Documentation coverage for new/revised classes complete
  • Documentation pushed to https://jakcron.github.io/libtoolchain-docs/

@jakcron jakcron merged commit 6cfb5b8 into stable Dec 31, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant