Commit Graph

23 Commits (8ac96cc1040f14f889caf6307fa02c43b513e658)

Author SHA1 Message Date
Jakub Onderka a27e036c5b chg: [internal] Faster fetching event index 2022-11-01 10:56:31 +01:00
Jakub Onderka 3c8cb3d422 fix: [internal] PHP comments 2022-09-11 10:59:14 +02:00
Jakub Onderka 6af7503b36 fix: [sign] Remove unused method 2022-03-26 13:16:51 +01:00
Jakub Onderka a07625294b chg: [sign] Return signature in binary format 2022-03-26 12:10:26 +01:00
Jakub Onderka f1dd24933c fix: [sign] Allow to sign event by key stored in gpg homedir 2022-03-26 12:10:26 +01:00
Jakub Onderka 5253ada680 chg: [sign] Simplified key handling 2022-03-26 08:41:09 +01:00
iglocska d928363523
Merge branch 'develop' of github.com:MISP/MISP into develop 2022-03-21 11:32:58 +01:00
iglocska 0480794dcf
fix: [cryptographic signing] added more graceful failures when GPG isn't configured 2022-03-21 11:31:58 +01:00
Jakub Onderka 611f75026f fix: [UI] Do not log exception for invalid key 2022-03-20 14:21:32 +01:00
Jakub Onderka 2d23e0125b
Merge pull request #8215 from JakubOnderka/pgp-signature-optim
chg: [cryptograhicKey] Simplified code for event pushing
2022-03-17 17:03:40 +01:00
iglocska 0ada3e9bb5
fix: [signing] add try/catch around the gpg initialisation
- otherwise instances without gpg set up will fail when viewing events
2022-03-17 14:28:56 +01:00
Jakub Onderka f208c656ea chg: [cryptograhicKey] Simplified code for event pushing 2022-03-17 13:58:25 +01:00
Sami Mokaddem 9307a07760
fix: [events:edit] Correctly collects saved cryptographic keys when pushing an edit 2022-03-17 12:38:19 +01:00
iglocska 26ea06f2d9
fix: [gpg key] handle the lack of an instance key more gracefully 2022-03-17 02:31:45 +01:00
iglocska a63a628a1a
fix: [cryptograhicKey] instance key fingreprint caching fixed 2022-03-17 01:44:58 +01:00
iglocska f8957cd62e
new: [instance key ingestion] added caching
- cache the fingerprint of the instance for 5 minutes
- avoid an unnecesary overhead by caching the value for 5 minutes
2022-03-17 00:53:02 +01:00
iglocska 828a07a128
chg: [cryptographicKey] - load and initialise gpg on class construction 2022-03-16 01:31:16 +01:00
iglocska f4fbc62aae
fix: [cryptographicKey] various fixes
- typoes fixed
- take parent ID from the local ID rather than the synced one
2022-03-15 22:58:09 +01:00
iglocska c5d6e4a07c
fix: [signing] canonisation support by culling whitespaces 2022-03-14 15:54:24 +01:00
iglocska be34b3899e
fix: [cryptographickey model] internal fixes
- incorrect variable names fixed
- logging target fixes
- error messages were lacking the actual message
2022-03-14 00:32:18 +01:00
iglocska c42800718a
chg: [cryptographickey] capturing
- add summary to logs
2022-03-13 17:02:11 +01:00
iglocska 951e95ed5d
new: [cryptographic key] capture mechanism added
- capture new keys
- remove keys no longer in the data set
- revoke keys if needed
2022-03-13 15:12:30 +01:00
iglocska b80a7af2c3
new: [cryptographic keys] model and controllers added
- sets MISP up for information signing
- sign data during synchronisation
2022-03-13 12:35:12 +01:00