File: changelog.md

package info (click to toggle)
python-ocspbuilder 0.10.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 292 kB
  • sloc: python: 1,513; sh: 6; makefile: 3
file content (26 lines) | stat: -rw-r--r-- 546 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# changelog

## 0.10.2

 - Updated [asn1crypto](https://github.com/wbond/asn1crypto) dependency to
   `0.18.1`, [oscrypto](https://github.com/wbond/oscrypto) dependency to
   `0.16.1`.

## 0.10.1

 - `OCSPResponseBuilder()` no longer requires the `certificate` and
   `certificate_status` parameters when the `response_status` is not
   `"successful"`

## 0.10.0

 - Added the options `unknown` and `revoked` to the `certificate_status`
   parameter of `OCSPResponseBuilder()`

## 0.9.1

 - Package metadata updates

## 0.9.0

 - Initial release