summaryrefslogtreecommitdiff
path: root/lib/x509/x509_ext.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in lib/tmp-fix-typos-in-libTim Rühsen2019-01-041-2/+2
* gnutls_x509_ext_import_proxy: corrected memory leakNikos Mavrogiannopoulos2017-11-151-8/+8
* Avoid using ASN1_MAX_NAME_SIZE directlyNikos Mavrogiannopoulos2017-04-061-4/+4
* Mark with (void) the functions where the returned value is not checked intent...Nikos Mavrogiannopoulos2017-04-061-5/+5
* documented the GNUTLS_X509_OID_POLICY_ANY macroNikos Mavrogiannopoulos2017-04-061-0/+2
* Added helper functions to parse the inhibit anyPolicy X.509 extensionNikos Mavrogiannopoulos2017-04-061-0/+77
* preinitialize variables to work-around warnings with clangNikos Mavrogiannopoulos2017-02-201-2/+2
* eliminated dead code as indicated by clang scan-buildNikos Mavrogiannopoulos2017-02-201-1/+0
* x509: eliminated memory leak on gnutls_x509_ext_import_aiaNikos Mavrogiannopoulos2017-01-191-4/+10
* gnutls_x509_ext_import_policies: fixed memory leak on error pathtmp-client-test-suiteNikos Mavrogiannopoulos2017-01-031-3/+4
* gnutls_x509_ext_import_proxy: fix issue reading the policy languageNikos Mavrogiannopoulos2016-12-161-11/+11
* doc updateNikos Mavrogiannopoulos2016-12-161-1/+1
* gnutls_x509_aia_set: IDNA encode when neededNikos Mavrogiannopoulos2016-11-251-1/+35
* When writing alternative names to certificates ensure we write in ACE formatNikos Mavrogiannopoulos2016-11-251-8/+15
* 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