diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-03-14 23:00:54 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-03-14 23:00:54 +0000 |
commit | 66e81f19475baac9bc2427fb0324f48cfaa0505c (patch) | |
tree | 717b4193c6b167bdc32d1ed49c57324de58de9f6 /lib/x509/sign.h | |
parent | 1fa83b60ca7e60e861724421e245de9eb1ad9e8e (diff) | |
download | gnutls-66e81f19475baac9bc2427fb0324f48cfaa0505c.tar.gz |
several other additions and fixes for the certificate request stuff.
Diffstat (limited to 'lib/x509/sign.h')
-rw-r--r-- | lib/x509/sign.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/x509/sign.h b/lib/x509/sign.h index 6c5df85d5d..dd6936f346 100644 --- a/lib/x509/sign.h +++ b/lib/x509/sign.h @@ -1,2 +1,4 @@ int _gnutls_x509_sign( const gnutls_datum* tbs, gnutls_mac_algorithm hash, gnutls_x509_privkey signer, gnutls_datum* signature); +int _gnutls_x509_sign_tbs( ASN1_TYPE cert, const char* tbs_name, + gnutls_mac_algorithm hash, gnutls_x509_privkey signer, gnutls_datum* signature); |