aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/px5g-standalone/src/px5g.c
Commit message (Collapse)AuthorAgeFilesLines
* px5g: replace px5g-standalone with a statically linked variant of px5g-mbedtlsFelix Fietkau2017-02-211-213/+0
| | | | | | | | px5g-standalone only supports SHA1 for certificates, which is strongly deprecated. The new px5g-standalone is about 27k bigger (compressed), and has identical behavior to px5g-mbedtls (it uses SHA256). Signed-off-by: Felix Fietkau <nbd@nbd.name>
* px5g-standalone: use /dev/urandom instead of havege (fixes #20216)Felix Fietkau2015-09-221-7/+20
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47025
* px5g: rename the old package to px5g-standalone, add a new one that links ↵Felix Fietkau2014-03-211-0/+200
against polarssl Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40000