File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 2
2
Changelog
3
3
=========
4
4
5
+ -------------------
6
+ 0.12.0 - 2023-11-23
7
+ -------------------
8
+
9
+ Features
10
+ ========
11
+
12
+ - HTTP(S) (``http ``)
13
+
14
+ - Headers (``headers ``)
15
+
16
+ - add parsers for security related headers
17
+ (`Content Security Policy <https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP >`__ (CSP),
18
+ `Content-Security-Policy-Report-Only <https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy-Report-Only >`__)
19
+ (#59)
20
+
21
+
5
22
-------------------
6
23
0.11.2 - 2023-11-13
7
24
-------------------
Original file line number Diff line number Diff line change 2
2
3
3
__title__ = 'CryptoParser'
4
4
__technical_name__ = __title__ .lower ()
5
- __version__ = '0.11.2 '
5
+ __version__ = '0.12.0 '
6
6
__description__ = 'Fast and flexible security protocol parser and generator'
7
7
__author__ = 'Szilárd Pfeiffer'
8
8
__author_email__ = 'coroner@pfeifferszilard.hu'
Original file line number Diff line number Diff line change @@ -50,7 +50,9 @@ Hypertext Transfer Protocol (HTTP)
50
50
`Last-Modified <https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Last-Modified >`__,
51
51
`Pragma <https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Pragma >`__)
52
52
4. supports detailed parsing of security headers
53
- (`Expect-CT <https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Expect-CT >`__,
53
+ (`Content Security Policy <https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP >`__ (CSP),
54
+ `Content-Security-Policy-Report-Only <https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy-Report-Only >`__,
55
+ `Expect-CT <https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Expect-CT >`__,
54
56
`Expect-Staple <https://scotthelme.co.uk/designing-a-new-security-header-expect-staple >`__,
55
57
`HTTP Public Key Pinning <https://en.wikipedia.org/wiki/HTTP_Public_Key_Pinning >`__ (HPKP),
56
58
`Referrer-Policy <https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referrer-Policy >`__,
You can’t perform that action at this time.
0 commit comments