Commit 74427fa 1 parent 40b174a commit 74427fa Copy full SHA for 74427fa
File tree 2 files changed +105
-102
lines changed
2 files changed +105
-102
lines changed Original file line number Diff line number Diff line change 1
1
# SCANDALE project news
2
2
3
3
4
- ## 0.2 .0 (not yet released )
4
+ ## 0.1 .0 (2023-12-20 )
5
5
6
6
The HTTP API is now providing several endpoints related
7
- to the timestamp tokens. An endpoint to receive new
8
- tokens, an endpoint to check the validity of a token by
9
- passing the UUID of a scan as a parameter. And finally,
10
- an endpoint to verify the timestamp of a cryptographic
11
- timestamp token.
7
+ to the timestamp tokens (RFC 3161). First, an endpoint to
8
+ receive new tokens. Another endpoint to check the validity
9
+ of a token by passing as parameter the UUID of a scan.
10
+ And finally, an endpoint to verify the timestamp of a
11
+ cryptographic timestamp token.
12
12
13
13
The aggregation engine can collect standardized data from
14
14
the probe agents and generate a cryptographic timestamp
15
- token. The aggregation engine uses the HTTP API in order
16
- to store the collected data and the timestamp tokens.
15
+ token. It uses the HTTP API in order to store the collected
16
+ data and to store the timestamp tokens.
17
17
18
18
No notable changes related to the probe agents.
19
19
20
+ Various improvements related to the schemas (Pydantic) and
21
+ to the models (SQLAlchemy).
22
+
20
23
21
24
## 0.0.1 (2023-12-13)
22
25
You can’t perform that action at this time.
0 commit comments