diff options
| author | Matthias Kalle Dalheimer <[email protected]> | 2002-04-17 14:16:53 +0000 | 
|---|---|---|
| committer | Matthias Kalle Dalheimer <[email protected]> | 2002-04-17 14:16:53 +0000 | 
| commit | 0fc18236a296b29ac8e4e35e3ba08be8ba1a3558 (patch) | |
| tree | fbe2e4401dbf465d7ee18f842340a2525a543990 /gpgmeplug/cryptplug.h | |
| parent | 2002-04-16 Marcus Brinkmann <[email protected]> (diff) | |
| download | gpgme-0fc18236a296b29ac8e4e35e3ba08be8ba1a3558.tar.gz gpgme-0fc18236a296b29ac8e4e35e3ba08be8ba1a3558.zip | |
Implemented requesting certs
Diffstat (limited to 'gpgmeplug/cryptplug.h')
| -rw-r--r-- | gpgmeplug/cryptplug.h | 7 | 
1 files changed, 2 insertions, 5 deletions
| diff --git a/gpgmeplug/cryptplug.h b/gpgmeplug/cryptplug.h index c390b6e6..fddaf179 100644 --- a/gpgmeplug/cryptplug.h +++ b/gpgmeplug/cryptplug.h @@ -1596,12 +1596,9 @@ const char* requestCertificateDialog( void );  /*! \ingroup groupCertAct     \brief Generates a prototype certificate with the data provided -        in the first four parameters and sends it via email to the CA -          specified in \c ca_address. +        in the four parameter.  */ -bool requestDecentralCertificate( const char* name, const char* -          email, const char* organization, const char* department, -          const char* ca_address ); +bool requestDecentralCertificate( const char* certparms, char** generatedKey );  /*! \ingroup groupCertAct     \brief Requests a certificate in a PSE from the CA | 
