~ubuntu-branches/ubuntu/precise/gnutls28/precise

« back to all changes in this revision

Viewing changes to lib/x509/common.h

  • Committer: Package Import Robot
  • Author(s): Andreas Metzler
  • Date: 2011-11-12 17:05:25 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20111112170525-kja1ffsqi68s1kwk
Tags: 3.0.8-1
* Build gnutls with --disable-largefile on armel, armhf and mipsel to fix
  guile related FTBFS on these architectures.
  See http://lists.gnu.org/archive/html/gnutls-devel/2011-10/msg00075.html
* New upstream version.
  + Bump shlibs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
156
156
int
157
157
check_if_same_cert (gnutls_x509_crt_t cert1, gnutls_x509_crt_t cert2);
158
158
 
 
159
time_t _gnutls_x509_generalTime2gtime (const char *ttime);
 
160
 
 
161
int get_extension (ASN1_TYPE asn, const char *root,
 
162
                   const char *extension_id, int indx,
 
163
                   gnutls_datum_t * ret, unsigned int *_critical);
 
164
 
 
165
int set_extension (ASN1_TYPE asn, const char *root,
 
166
                   const char *ext_id,
 
167
                   const gnutls_datum_t * ext_data, unsigned int critical);
 
168
 
159
169
#endif