summaryrefslogtreecommitdiff
path: root/lib/urls.c
Commit message (Collapse)AuthorAgeFilesLines
* build: re-indent codeDaiki Ueno2023-04-241-15/+11
| | | | Signed-off-by: Daiki Ueno <ueno@gnu.org>
* Indent codeZoltan Fridrich2023-01-271-21/+31
| | | | | Co-authored-by: Simon Josefsson <simon@josefsson.org> Signed-off-by: Zoltan Fridrich <zfridric@redhat.com>
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
| | | | Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
* pkcs11 uris: the URI scheme is case insensitivetmp-urisNikos Mavrogiannopoulos2018-10-121-10/+11
| | | | | | | | | | | Makes the comparisons of the URI scheme to use c_strcasecmp from gnulib. It also replaces various straw strcasecmp with the gnulib variant. This ensures that comparison will be reliable irrespective of the locale. Resolves #590 Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* pcert: added functionality to retrieve listsNikos Mavrogiannopoulos2018-05-121-1/+1
| | | | | | | | | That introduces gnutls_pcert_list_import_x509_file() and gnutls_x509_crt_list_import_url(). Resolves #373 Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* 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).