summaryrefslogtreecommitdiff
path: root/lib/urls.c
Commit message (Collapse)AuthorAgeFilesLines
* gnutls_url_is_supported: type changed to unsignedNikos Mavrogiannopoulos2016-05-311-4/+4
| | | | In addition function documentation was updated.
* keys: custom URLs take precedence over pre-defined URLsNikos Mavrogiannopoulos2016-04-281-6/+8
| | | | | | | This allows applications to define the own 'system:' or 'pkcs11:' URLs. Resolves #89
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-3/+3
|
* dropped the sanitize URL approachNikos Mavrogiannopoulos2014-12-231-68/+0
|
* Allow the construction of chains with custom URLsNikos Mavrogiannopoulos2014-11-231-0/+38
|
* export gnutls_register_custom_urlNikos Mavrogiannopoulos2014-11-231-0/+1
|
* Added the ability to register application specific URLs for keys and certsNikos Mavrogiannopoulos2014-11-231-0/+99
|
* prior to importing objects with URLs sanitize themNikos Mavrogiannopoulos2014-11-201-0/+92
That allows to use out of band information to complete missing parts in URLs (e.g., object-type=cert, when there is a certificate).