summaryrefslogtreecommitdiff
path: root/package/utils/px5g
Commit message (Collapse)AuthorAgeFilesLines
* px5g: rename the old package to px5g-standalone, add a new one that links ↵Felix Fietkau2014-03-2119-8158/+138
| | | | | | | | against polarssl Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40000
* px5g: creates certificates that expire in the pastJohn Crispin2013-07-041-0/+3
| | | | | | | | | | | | | | | the attached patch fixes a bug of px5g when instructed to build certificates that expire after 2038-01-19, caused a multiplication that may overflow the "to" variable of type time_t Attached patch checks if "to" precedes "from": if so sets "to" to its maximum value. Pretty rude, but works well even if certificate is set to expire in a century Signed-off-by: Federico Fissore <federico@fissore.org> Patchork: http://patchwork.openwrt.org/patch/3749/ SVN-Revision: 37165
* packages: clean up the package folderJohn Crispin2013-06-2119-0/+8331
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37007