Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | common, trust: Avoid integer overflow | Daiki Ueno | 2016-12-06 | 1 | -1/+1 |
| | | | | | | | This fixes issues pointed in: https://bugzilla.redhat.com/show_bug.cgi?id=985445 except for p11-kit/conf.c:read_config_file(), which was rewritten using mmap() and thus length calculation is no longer needed. | ||||
* | url: Encode directly to a buffer | Stef Walter | 2013-05-27 | 1 | -19/+10 |
| | |||||
* | url: Split out the URL encoding and decoding functions | Stef Walter | 2013-03-15 | 1 | -0/+142 |
We want to use these as the format for encoding binary data in our PKCS#11 attribute persistence https://bugs.freedesktop.org/show_bug.cgi?id=62156 |