summaryrefslogtreecommitdiff
path: root/lib/x509/x509_ext.c
Commit message (Expand)AuthorAgeFilesLines
* x509: when writing fields known to be in UTF-8 form convert to NFCtmp-uninorm-everywhereNikos Mavrogiannopoulos2016-11-111-3/+3
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-111-2/+2
* removed c-ctype.h from files that wasn't used atNikos Mavrogiannopoulos2016-09-111-1/+0
* x509: parse_tlsfeatures: move limit check at the point of additionNikos Mavrogiannopoulos2016-07-281-5/+5
* Typo fixes (found by lintian): extention, reencodeAndreas Metzler2016-06-191-1/+1
* tlsfeature: impose a maximum number of supported TLS featuresNikos Mavrogiannopoulos2016-06-141-22/+14
* During PKIX chain verification check the TLSFeatures complianceNikos Mavrogiannopoulos2016-06-141-15/+34
* doc updateNikos Mavrogiannopoulos2016-05-311-5/+3
* doc: updated since version of tlsfeature functionality and documented new fun...Nikos Mavrogiannopoulos2016-05-301-3/+3
* Added functions to add features and convert tlsfeatures back to DERTim Kosse2016-05-301-4/+96
* Added functions to parse the TLSFeatures X.509 extension.Tim Kosse2016-05-301-0/+97
* gnutls_x509_ext_import_policies: initialize value to avoid compiler warningsNikos Mavrogiannopoulos2016-04-121-1/+1
* name constraints: compute permitted set strictlyDaiki Ueno2016-04-051-12/+49
* Fix some more typos.Andreas Metzler2016-02-011-1/+1
* Revert "Fix out-of-bounds read in gnutls_x509_ext_export_key_usage"Nikos Mavrogiannopoulos2016-01-301-1/+3
* x509: moved virtual subject alternative name othername support to virt-san.cNikos Mavrogiannopoulos2016-01-101-100/+3
* Allow assigning 'virtual' SAN types via *_set_subject_alt_name()Nikos Mavrogiannopoulos2016-01-101-13/+56
* x509: introduced functions to set an othername alternative nameNikos Mavrogiannopoulos2016-01-081-6/+8
* Fix out-of-bounds read in gnutls_x509_ext_export_key_usageTim Kosse2016-01-041-1/+1
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-4/+4
* doc updateNikos Mavrogiannopoulos2015-06-161-1/+1
* Better fix for the double free in dist point parsingNikos Mavrogiannopoulos2015-03-281-4/+6
* gnutls_subject_alt_names_set and gnutls_x509_aki_set_cert_issuer will set nul...Nikos Mavrogiannopoulos2015-03-281-2/+2
* eliminated double-free in the parsing of dist pointsNikos Mavrogiannopoulos2015-03-271-1/+0
* doc: avoid using structure for opaque typesNikos Mavrogiannopoulos2015-03-201-78/+77
* x509: use libtasn1's strict DER decoding rules in network obtained structuresNikos Mavrogiannopoulos2015-03-091-14/+14
* use asn1_decode_simple_ber if availableNikos Mavrogiannopoulos2015-03-041-2/+2
* _gnutls_ucs2_to_utf8() can handle little endian strings.Nikos Mavrogiannopoulos2014-11-121-1/+1
* doc updateNikos Mavrogiannopoulos2014-09-161-8/+9
* fixes in the extension handlingNikos Mavrogiannopoulos2014-09-111-0/+44
* allow retrieving extensions in a trust module using GNUTLS_PKCS11_OBJ_FLAG_OV...Nikos Mavrogiannopoulos2014-09-111-1/+86
* doc updateNikos Mavrogiannopoulos2014-09-081-1/+1
* Fix capitalisation of ia5StringKurt Roeckx2014-05-291-1/+1
* initialize string in gnutls_x509_ext_import_basic_constraints().Nikos Mavrogiannopoulos2014-05-171-1/+1
* always initialize size valuesNikos Mavrogiannopoulos2014-04-181-0/+8
* fix issue in gnutls_subject_alt_names_get().Nikos Mavrogiannopoulos2014-04-181-1/+1
* several bug fixes due to coverity.Nikos Mavrogiannopoulos2014-04-151-1/+1
* renamed some of the newly introduced functionsNikos Mavrogiannopoulos2014-03-201-48/+48
* Added new API to handle X.509 extensions.Nikos Mavrogiannopoulos2014-03-191-0/+3028