Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix two crashes in the BER decoder found with afl. | Jack Lloyd | 2015-08-02 | 1 | -2/+10 |
| | | | | | One a read at 0 of an empty vector, the other causing allocation of an arbitrary amount of memory. | ||||
* | More changes for use with debug STL | Simon Warta | 2015-06-30 | 1 | -2/+2 |
| | |||||
* | lib/asn1: Convert &vec[0] to vec.data() | Simon Warta | 2015-06-27 | 1 | -6/+6 |
| | |||||
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 1 | -1/+1 |
| | | | | | Update license header line to specify the terms and refer to the file, neither of which it included before. | ||||
* | Fix decoding indefinite length BER constructs that contain a context | lloyd | 2014-09-27 | 1 | -1/+1 |
| | | | | sensitive tag of zero. Github pull 26 from Janusz Chorko. | ||||
* | Move lib into src | lloyd | 2014-01-10 | 1 | -0/+561 |