summaryrefslogtreecommitdiff
path: root/lib/x509/name_constraints.c
Commit message (Expand)AuthorAgeFilesLines
* doc: assorted typo fixestmp-typo-fixesDaiki Ueno2020-08-121-1/+1
* lib: mark infinite loops explicitlytmp-mark-infinite-loopsNikos Mavrogiannopoulos2019-07-101-20/+18
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* Fix typos in lib/tmp-fix-typos-in-libTim Rühsen2019-01-041-1/+1
* x509/name_constraints: documented return values and corrected return typeNikos Mavrogiannopoulos2017-02-271-4/+10
* eliminated various clang warnings with non-null argumentsNikos Mavrogiannopoulos2017-02-201-1/+7
* name constraints: removed unused variableNikos Mavrogiannopoulos2016-10-031-2/+0
* Removed C99 constructions in for-loopsNikos Mavrogiannopoulos2016-09-271-2/+5
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-111-35/+35
* x509: Adjust IP name constraints behaviorMartin Ukrop2016-09-061-40/+18
* x509: Add support for IP constraintsMartin Ukrop2016-08-091-111/+344
* x509: Separate out IP handling functionsMartin Ukrop2016-08-091-2/+2
* x059: Fix asymmetry in name constraints intersectionMartin Ukrop2016-07-291-5/+21
* x509: avoid using int declaration within a for-loopNikos Mavrogiannopoulos2016-07-271-2/+2
* x509: Fix DNS name constraints checkingMartin Ukrop2016-07-211-37/+114
* During PKIX chain verification check the TLSFeatures complianceNikos Mavrogiannopoulos2016-06-141-2/+2
* name constraints: enforce the rules for IP constraints when addingNikos Mavrogiannopoulos2016-04-051-2/+13
* name constraints: compute permitted set strictlyDaiki Ueno2016-04-051-22/+192
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-5/+5
* name constraints: simplified gnutls_x509_name_constraints_check_crt()Nikos Mavrogiannopoulos2015-07-011-48/+42
* name constraints: don't reject certificates if a CA has the URI or IPADDRESS ...Nikos Mavrogiannopoulos2015-07-011-0/+48
* Handle DNS name constraints with leading dotNikos Mavrogiannopoulos2015-04-281-7/+12
* Apply DNS name constraints on CN field only on certificates acceptable for TL...Nikos Mavrogiannopoulos2015-03-261-2/+3
* name constraints: when no name of the type is found, accept the certificateNikos Mavrogiannopoulos2015-03-251-4/+12
* doc: avoid using structure for opaque typesNikos Mavrogiannopoulos2015-03-201-16/+16
* name constraints: do not check CN when a DNSname is availableNikos Mavrogiannopoulos2014-09-011-0/+10
* doc updateNikos Mavrogiannopoulos2014-08-261-3/+3
* ignore constraints for different type than the checkedNikos Mavrogiannopoulos2014-08-261-5/+23
* when verifying name constrains enforce the single CN ruleNikos Mavrogiannopoulos2014-08-261-14/+30
* renamed some of the newly introduced functionsNikos Mavrogiannopoulos2014-03-201-2/+2
* Added new API to handle X.509 extensions.Nikos Mavrogiannopoulos2014-03-191-137/+11
* When appending a name, ensure that we append to the end of the list.Nikos Mavrogiannopoulos2014-02-201-1/+5
* use gnutls_free()Nikos Mavrogiannopoulos2014-02-201-4/+4
* allow ip address as constraintNikos Mavrogiannopoulos2014-02-191-3/+4
* _gnutls_x509_read_value() can now read empty values.Nikos Mavrogiannopoulos2014-02-191-1/+3
* If alternative names are found, don't bother checking the DN.Nikos Mavrogiannopoulos2014-02-191-16/+25
* Verify name constraints.Nikos Mavrogiannopoulos2014-02-191-0/+10
* Added gnutls_x509_name_constraints_check_crtNikos Mavrogiannopoulos2014-02-191-0/+115
* Added support for e-mail constraints.Nikos Mavrogiannopoulos2014-02-191-35/+131
* Corrected check for present constraints in unsupported types.Nikos Mavrogiannopoulos2014-02-191-4/+6
* properly deinitialize name constraints structure.Nikos Mavrogiannopoulos2014-02-181-0/+1
* Allow multiple flags in gnutls_x509_crt_get_name_constraints()Nikos Mavrogiannopoulos2014-02-181-4/+5
* Do not deinitialize the constraints structure when reading the constraints fa...Nikos Mavrogiannopoulos2014-02-181-10/+0
* Allow appending name constraints.Nikos Mavrogiannopoulos2014-02-181-4/+13
* Allow setting a non-critical name-constraints extension.Nikos Mavrogiannopoulos2014-02-181-2/+4
* better checking of unsupported constraints.Nikos Mavrogiannopoulos2014-02-181-2/+29
* Added support for name constraints X.509 extension.Nikos Mavrogiannopoulos2014-02-171-0/+641