summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Amend the "Allow for conditional compilation of SSL 3.0 protocol patch"Nikos Mavrogiannopoulos2016-05-241-4/+4
* pkcs11: added sanity check to find_obj_url_cb() for object validityNikos Mavrogiannopoulos2016-05-231-6/+6
* Allow for conditional compilation of SSL 2.0 client hello supportNikos Mavrogiannopoulos2016-05-205-4/+26
* Amend: Allow for conditional compilation of SSL 3.0 protocolNikos Mavrogiannopoulos2016-05-206-5/+26
* priority: CCM ciphersuites was promoted over the CBC onesNikos Mavrogiannopoulos2016-05-191-1/+3
* Write session keys into a file when GNUTLS_KEYLOGFILE is exportedNikos Mavrogiannopoulos2016-05-181-0/+43
* doc update [ci skip]Nikos Mavrogiannopoulos2016-05-172-6/+13
* doc updateNikos Mavrogiannopoulos2016-05-171-1/+1
* record.c: removed superfluous debuggingNikos Mavrogiannopoulos2016-05-151-2/+1
* gnutls_assert_val: corrected regression from 78ee98e06c7862df38131b12083adc1a...Nikos Mavrogiannopoulos2016-05-151-4/+4
* gnutls_assert_val: was modified to be in line with gnutls_assert()Nikos Mavrogiannopoulos2016-05-151-1/+1
* ext master secret: don't enable when SSL 3.0 is the only protocolNikos Mavrogiannopoulos2016-05-141-3/+13
* doc: mention the TLS 1.2 restriction of sign algo functionsNikos Mavrogiannopoulos2016-05-141-2/+4
* Allow for conditional compilation of SSL 3.0 protocolNikos Mavrogiannopoulos2016-05-1413-36/+199
* Introduce _gnutls_server_name_set_rawNikos Mavrogiannopoulos2016-05-122-47/+64
* errors: include GNUTLS_E_IDNA_ERROR to the listNikos Mavrogiannopoulos2016-05-121-0/+2
* server_name: only save the supported server names in the sessionNikos Mavrogiannopoulos2016-05-121-11/+14
* gnutls_server_name_get: mention GNUTLS_E_IDNA_ERROR being returnedNikos Mavrogiannopoulos2016-05-121-2/+3
* gnutls_pkcs7_print: avoid warning for signed/unsigned comparison by making ev...Nikos Mavrogiannopoulos2016-05-111-2/+1
* pack_srp_auth_info: corrected check for uninitialized usernameNikos Mavrogiannopoulos2016-05-101-1/+5
* call_get_cert_callback: removed dead codeNikos Mavrogiannopoulos2016-05-101-5/+0
* pkcs11: added error check in _gnutls_buffer_append_data()Nikos Mavrogiannopoulos2016-05-101-1/+4
* gnutls_pubkey_verify_data2: simplified return logicNikos Mavrogiannopoulos2016-05-101-3/+1
* gnutls_pkcs7_print: corrected type of unsigned count variableNikos Mavrogiannopoulos2016-05-101-2/+2
* _gnutls_krb5_der_to_principal: fixed invalid deinitialization on cleanupNikos Mavrogiannopoulos2016-05-101-2/+2
* doc: updated documentation for gnutls_x509_crt_get_*_dnNikos Mavrogiannopoulos2016-05-101-4/+6
* Revert "x509: allow empty DNs on parsing for subject DNs"Nikos Mavrogiannopoulos2016-05-106-16/+10
* cert cred: add the CN to the list of known hostnames only if no dns_namesNikos Mavrogiannopoulos2016-05-101-9/+14
* gnutls_certificate_set_key: import the DNS names of the certificatesNikos Mavrogiannopoulos2016-05-101-1/+25
* reset the global time func on init/deinitNikos Mavrogiannopoulos2016-05-101-1/+3
* auth/cert: log the server name requested by clientNikos Mavrogiannopoulos2016-05-101-1/+3
* improved output of gnutls_assert()Nikos Mavrogiannopoulos2016-05-101-1/+1
* x509: allow empty DNs on parsing for subject DNsNikos Mavrogiannopoulos2016-05-106-10/+16
* x509: use the modified flag in gnutls_x509_crt_tNikos Mavrogiannopoulos2016-05-074-37/+32
* x509: added flag to indicate modification in gnutls_x509_crt_tNikos Mavrogiannopoulos2016-05-073-36/+38
* gnutls_x509_crt_equals*: modified to allow operation with certificates that a...Nikos Mavrogiannopoulos2016-05-061-13/+60
* doc: fixed documentation of gnutls_x509_crt_set_subject_alternative_nameNikos Mavrogiannopoulos2016-05-061-11/+4
* Add support for sending unrecognized name alertsHubert Kario2016-05-063-0/+8
* priorities: when without AES acceleration prefer stream ciphers (i.e., CHACHA20)Nikos Mavrogiannopoulos2016-05-063-5/+41
* gnutls_certificate_set_key: duplicate the provided memoryNikos Mavrogiannopoulos2016-05-031-2/+11
* pkcs11: find_ext_cb: eliminated memory leakNikos Mavrogiannopoulos2016-05-031-0/+1
* pkcs11: find_cert_cb: do not use C_FindObjectsInit() when another is already ...Nikos Mavrogiannopoulos2016-05-031-35/+37
* pkcs11: the flag GNUTLS_PKCS11_OBJ_FLAG_OVERWRITE_TRUSTMOD_EXT will be respec...Nikos Mavrogiannopoulos2016-05-031-0/+18
* _gnutls_x509_crt_cpy: optimized and simplifiedNikos Mavrogiannopoulos2016-05-024-35/+26
* exported gnutls_x509_crt_equals() and gnutls_x509_crt_equals2()Nikos Mavrogiannopoulos2016-05-028-52/+73
* gnutls_pkcs11_obj_get_exts: updated documentationNikos Mavrogiannopoulos2016-05-021-3/+6
* gnutls_x509_crt_import_url: updated documentation for new function nameNikos Mavrogiannopoulos2016-05-021-7/+5
* gnutls_pkcs11_add_provider: clarified params descriptionNikos Mavrogiannopoulos2016-05-021-1/+1
* gnutls_decode_ber_digest_info: return more precise error code on unknown hashNikos Mavrogiannopoulos2016-05-021-1/+1
* errors.h: removed terminating colon on gnutls_assert() outputNikos Mavrogiannopoulos2016-05-021-1/+1