Patrick McCarty 8eeed66440 Fix segfault in certificate verify error path
The X509_STORE_free() function is called in terminate_signature()
already, so avoid the double frees from calling it twice. Also,
X509_LOOKUP_free() is already called by X509_STORE_free(), so it must
not be called here.

Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2016-08-22 16:43:29 -07:00
2016-02-24 09:34:13 -08:00
2016-02-24 09:34:13 -08:00
2016-03-07 14:23:18 -08:00
2016-06-21 16:02:44 -07:00
2016-08-19 16:54:53 -07:00
2016-02-24 09:34:13 -08:00
2016-06-24 15:12:28 -07:00
2016-02-24 09:34:13 -08:00
2016-06-09 13:36:23 -07:00
2016-02-24 09:34:13 -08:00

The swupd-client package provides a reference implementation of a software
update client which performs file level updates of an OS, preferentially
using binary deltas whenever possible for efficiency under an assumption
that the OS develops with a release process aimed at rapidly deploying
small incremental changes.
S
Description
No description provided
Readme
11 MiB
Languages
Shell 53.1%
C 44.7%
M4 0.9%
Python 0.7%
Makefile 0.5%
Other 0.1%