4
0
mirror of https://github.com/QuasarApp/LIEF.git synced 2025-05-12 03:19:34 +00:00
This commit is contained in:
Romain Thomas 2021-01-17 18:00:03 +01:00
parent 45263af2ce
commit 6e703014f6

@ -54,7 +54,7 @@ class LIEF_API x509 : public Object {
//! Parse x509 certificate(s) from file path
static certificates_t parse(const std::string& path);
//! Parse x500 certificate(s) from raw blob
//! Parse x509 certificate(s) from raw blob
static certificates_t parse(const std::vector<uint8_t>& content);
//! Return True if ``before`` is *before* than ``after``. False otherwise