From 19a8d50845f997fcdbb8e39e90579c0ee030c80c Mon Sep 17 00:00:00 2001 From: lloyd Date: Sun, 25 Jun 2006 21:58:11 +0000 Subject: Add a static make_signed function to X509_Object --- include/x509_obj.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/x509_obj.h') 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 signature() const; AlgorithmIdentifier signature_algorithm() const; + static MemoryVector make_signed(class PK_Signer*, + const AlgorithmIdentifier&, + const MemoryRegion&); + bool check_signature(class X509_PublicKey&) const; void encode(Pipe&, X509_Encoding = PEM) const; -- cgit v1.2.3