summaryrefslogtreecommitdiff
path: root/lib/gnutls_ui.c
Commit message (Expand)AuthorAgeFilesLines
* tie the weak DH warning to the very weak security parameter.Nikos Mavrogiannopoulos2014-06-041-1/+2
* Allow null list_size argument in gnutls_certificate_get_peers()Nikos Mavrogiannopoulos2014-05-171-2/+3
* removed legacy code.Nikos Mavrogiannopoulos2014-05-101-1/+1
* Made _gnutls_get_auth_info() safer to use.Nikos Mavrogiannopoulos2014-04-181-17/+17
* simplified gnutls_certificate_client_get_request_status() - no error is possi...Nikos Mavrogiannopoulos2014-03-311-2/+1
* stricter type usageNikos Mavrogiannopoulos2014-03-081-1/+1
* updated mpi_scan macrosNikos Mavrogiannopoulos2014-01-261-1/+1
* gnutls_session_get_desc() returns a more compact description.Nikos Mavrogiannopoulos2014-01-111-7/+17
* reindented codeNikos Mavrogiannopoulos2013-11-081-416/+412
* setting the DH prime bits to zero shouldn't print a warning as it is the same...Nikos Mavrogiannopoulos2013-11-021-1/+1
* optimized access to TLS protocol version properties.Nikos Mavrogiannopoulos2013-05-251-3/+3
* simplified access to cipher and mac properties to reduce wasted cycles.Nikos Mavrogiannopoulos2013-05-251-1/+2
* gnutls_session_set_id() was addedNikos Mavrogiannopoulos2013-05-191-0/+32
* typo fixes by Andreas MetzlerNikos Mavrogiannopoulos2013-05-101-1/+1
* Removed the RSA-EXPORT ciphersuites.Nikos Mavrogiannopoulos2013-04-071-38/+3
* Added gnutls_session_get_desc()Nikos Mavrogiannopoulos2013-03-121-1/+67
* Added options to disable more key exchange mechanisms.Nikos Mavrogiannopoulos2013-03-121-108/+118
* Return proper also when loading a private key.Nikos Mavrogiannopoulos2013-03-081-26/+0
* simplified textNikos Mavrogiannopoulos2013-03-071-3/+2
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* Keep the legacy dh_prime_bits.Nikos Mavrogiannopoulos2013-01-271-3/+6
* Instead of setting directly the number of DH bits, set a security parameter p...Nikos Mavrogiannopoulos2013-01-261-1/+1
* The minimum DH prime bits are now set by the priority strings (that means the...Nikos Mavrogiannopoulos2013-01-261-2/+5
* disable gnutls_certificate_get_peers_subkey_id() if not openpgp.Nikos Mavrogiannopoulos2013-01-261-0/+2
* Added correct sinceNikos Mavrogiannopoulos2013-01-051-0/+2
* doc updatesNikos Mavrogiannopoulos2012-11-271-1/+1
* Added gnutls_ocsp_status_request_is_checked().Nikos Mavrogiannopoulos2012-11-061-0/+20
* Added verification flag GNUTLS_VERIFY_DO_NOT_ALLOW_UNSORTED_CHAINNikos Mavrogiannopoulos2012-11-021-19/+0
* Added "Since" field to new functions.Nikos Mavrogiannopoulos2012-11-011-0/+1
* Added gnutls_certificate_update_verify_flags() to allow setting new flags wit...Nikos Mavrogiannopoulos2012-10-301-4/+21
* Several OpenPGP updates.Nikos Mavrogiannopoulos2012-10-111-0/+27
* session->key no longer needs to be an allocated structure.Nikos Mavrogiannopoulos2012-10-101-2/+2
* Fix GTK-DOC warnings.Simon Josefsson2012-09-211-4/+5
* Added verification flags GNUTLS_VERIFY_ALLOW_UNSORTED_CHAIN, which is enabled...Nikos Mavrogiannopoulos2012-09-161-1/+2
* Added documentation for TPM keys.Nikos Mavrogiannopoulos2012-07-181-1/+3
* Added gnutls_url_is_supported()Nikos Mavrogiannopoulos2012-07-141-0/+23
* updated docNikos Mavrogiannopoulos2012-06-241-1/+2
* updated versionsNikos Mavrogiannopoulos2012-06-211-1/+1
* Added functions to directly load a private key.Nikos Mavrogiannopoulos2012-06-211-0/+1
* Added gnutls_load_file().Nikos Mavrogiannopoulos2012-06-211-0/+35
* typo fixNikos Mavrogiannopoulos2012-05-311-1/+1
* Document the effect of lowering the DH bits.Nikos Mavrogiannopoulos2012-05-221-0/+4
* even more cleanupsNikos Mavrogiannopoulos2012-03-241-1/+1
* Cleanup copyright headers.Simon Josefsson2012-01-251-1/+1
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-2/+2
* Run 'make update-copyright'.Simon Josefsson2012-01-161-2/+1
* Allow the insertion of characters to align the randomart.Nikos Mavrogiannopoulos2011-12-291-1/+1
* print randomart for private keys as well.Nikos Mavrogiannopoulos2011-12-281-1/+1
* Added function gnutls_random_art() to convert fingerprints to images (current...Nikos Mavrogiannopoulos2011-12-281-0/+34
* minor doc and comment fixesPatrick Pelletier2011-12-281-3/+3