Skip to content

Commit

Permalink
picky-asn1-der: add CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
CBenoit committed Dec 23, 2019
1 parent 32bac17 commit d277e9c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions picky-asn1-der/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

## [0.2.0] 2019-12-23

### Added

- Add `from_reader_with_max_len` deserialization function to limit how many bytes can be read at most.

### Changed

- `from_reader` function has a default limit of 10240 bytes before returning a truncated data error. Uses `from_reader_with_max_len` to change the limit.

### Fixed

- Fix various crash found by fuzzing.

0 comments on commit d277e9c

Please sign in to comment.