You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- moved own encryption implementations into own gradle sub module
"sechub-encryption"
- CryptoAccess class is kept in commons-core because
there are no dependencies to bouncy castle or other
libraries
- updated bouncy castle dependencies to 1.78.1
de-jcup
changed the title
Upgrade bouncy caslte version to 1.78.1 inside sechub-encryption
Upgrade bouncy castle version to 1.78.1 inside sechub-encryptionJul 4, 2024
* SecHub
- described concept of data encryption #3250
- Introduced sechub-encryption #3273 + update bouncy castle version #3275
- encryption implementation are now inside own gradle sub module "sechub-encryption"
- refacotred sechub encryption library #3274
- implemented data encryption inside SecHub #3250
- restricted access and storage, avoid using configuration when not
absolut necessary
- created dedicated job message which contains unencrypted configuration
at runtime. Only one message uses this one -> clear not accidently
used on another code location
- created migration scripts, seperated pool id generation for h2 and
postgres because of binary type. Also postgres will migrate old
data automatically to NoneCipher variant (means no real encryption,
but admin will be able to rotate keys...)
- wrote tests
- introduced new usecases
- new REST APIs introduced
- added integration test for encryption rotation
- added developer admin ui actions
- auto cleanup does also auto clean old unused encryption pool data
- Scheduler now only executes for accepted encryption pool ids #3250
- Updated open api file for encryption parts #3250
* PDS
- implemented data encryption + documentation #3264
- NONE is default cipher encryption, means startup possible without
encryption
- summary log service shows encryption algorithm
- handled encryption out of sync problems on PDS side and
at SecHub side
Situation
There is a newer bouncy castle version available
Solution
Upgrade to 1.78.1
The text was updated successfully, but these errors were encountered: