aboutsummaryrefslogtreecommitdiffstats
path: root/include/x509_obj.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/x509_obj.h')
-rw-r--r--include/x509_obj.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/x509_obj.h b/include/x509_obj.h
index f7f110a42..47c95a041 100644
--- a/include/x509_obj.h
+++ b/include/x509_obj.h
@@ -22,6 +22,10 @@ class X509_Object
SecureVector<byte> signature() const;
AlgorithmIdentifier signature_algorithm() const;
+ static MemoryVector<byte> make_signed(class PK_Signer*,
+ const AlgorithmIdentifier&,
+ const MemoryRegion<byte>&);
+
bool check_signature(class X509_PublicKey&) const;
void encode(Pipe&, X509_Encoding = PEM) const;