summaryrefslogtreecommitdiff
path: root/lib/gnutls_ui.c
Commit message (Expand)AuthorAgeFilesLines
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-914/+0
* gnutls_dh_get_prime_bits: return 0 if DH is not usedArmin Burgmeier2015-05-241-0/+3
* gnutls_dh_get_group: mention that the values may include a leading zeroNikos Mavrogiannopoulos2015-05-221-0/+6
* gnutls_dh_set_prime_bits: warn when overriding the DH max prime size with 100...Nikos Mavrogiannopoulos2015-05-211-3/+3
* gnutls_certificate_get_ours: will return the certificate even if a callback w...Nikos Mavrogiannopoulos2015-04-201-1/+1
* enable compilation with several options disabledNikos Mavrogiannopoulos2015-03-211-0/+4
* doc: avoid using structure for opaque typesNikos Mavrogiannopoulos2015-03-201-10/+10
* doc updateNikos Mavrogiannopoulos2015-01-191-1/+1
* Removed binary compatibility with RSA-EXPORT using applicationsNikos Mavrogiannopoulos2014-12-031-55/+0
* gnutls_session_get_desc: allow proper printing of the NULL KXNikos Mavrogiannopoulos2014-11-281-9/+15
* gnutls_session_get_desc will return NULL if initial negotiation is not completeNikos Mavrogiannopoulos2014-11-281-0/+6
* Added flag GNUTLS_OCSP_SR_IS_AVAIL for gnutls_ocsp_status_request_is_checkedNikos Mavrogiannopoulos2014-11-131-3/+19
* introduced GNUTLS_MAX_SESSION_ID_SIZENikos Mavrogiannopoulos2014-11-051-1/+1
* Add gnutls_certificate_get_verify_flagsArmin Burgmeier2014-09-211-0/+17
* Fix a documentation typoArmin Burgmeier2014-09-211-1/+1
* doc updateNikos Mavrogiannopoulos2014-09-131-2/+2
* 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