Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gnutls_url_is_supported: type changed to unsigned | Nikos Mavrogiannopoulos | 2016-05-31 | 1 | -4/+4 |
| | | | | In addition function documentation was updated. | ||||
* | keys: custom URLs take precedence over pre-defined URLs | Nikos Mavrogiannopoulos | 2016-04-28 | 1 | -6/+8 |
| | | | | | | | This allows applications to define the own 'system:' or 'pkcs11:' URLs. Resolves #89 | ||||
* | Removed the 'gnutls_' prefix from files to simplify file naming | Nikos Mavrogiannopoulos | 2015-08-23 | 1 | -3/+3 |
| | |||||
* | dropped the sanitize URL approach | Nikos Mavrogiannopoulos | 2014-12-23 | 1 | -68/+0 |
| | |||||
* | Allow the construction of chains with custom URLs | Nikos Mavrogiannopoulos | 2014-11-23 | 1 | -0/+38 |
| | |||||
* | export gnutls_register_custom_url | Nikos Mavrogiannopoulos | 2014-11-23 | 1 | -0/+1 |
| | |||||
* | Added the ability to register application specific URLs for keys and certs | Nikos Mavrogiannopoulos | 2014-11-23 | 1 | -0/+99 |
| | |||||
* | prior to importing objects with URLs sanitize them | Nikos Mavrogiannopoulos | 2014-11-20 | 1 | -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). |