summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* doc updatetmp-gnutls_3_5_x-backport-rsa-psk-fixesNikos Mavrogiannopoulos2017-05-061-0/+3
* rsa-psk: Use the correct username datumNicolas Dufresne2017-05-061-2/+2
* tests: added check for PSK client callback in RSA-PSKNikos Mavrogiannopoulos2017-05-062-1/+319
* tests: simplified name of mini-rsa-psk checkNikos Mavrogiannopoulos2017-05-062-48/+14
* doc updateNikos Mavrogiannopoulos2017-05-051-0/+4
* tests: utilize the email_protection_key template optionNikos Mavrogiannopoulos2017-05-054-19/+20
* certtool: introduced the email_protection_key optionNikos Mavrogiannopoulos2017-05-053-0/+40
* gnutls-cli: Use CRLF with --starttls-proto=smtp.Andreas Metzler2017-05-021-2/+2
* tests: don't use GNUTLS_IDNA_FORCE_2008 in str-idnaNikos Mavrogiannopoulos2017-05-011-5/+1
* doc updatetmp-idna-hostname-backportsNikos Mavrogiannopoulos2017-04-301-0/+9
* tests: enhance with checks to verify that textual IPs are not matchedNikos Mavrogiannopoulos2017-04-301-0/+85
* gnutls_x509_crt_check_hostname2: no match dns fields against IPsNikos Mavrogiannopoulos2017-04-301-9/+11
* tests: check against symbols present only in IDNA2003Nikos Mavrogiannopoulos2017-04-301-1/+9
* gnutls_idna_map: fallback to IDNA2008 transitional encoding on failureNikos Mavrogiannopoulos2017-04-301-1/+7
* doc: clarifications on custom thread override [ci skip]Nikos Mavrogiannopoulos2017-04-202-3/+8
* bumped version [ci skip]Nikos Mavrogiannopoulos2017-04-203-3/+3
* doc updatetmp-gnutls_3_5_x-fastopenNikos Mavrogiannopoulos2017-04-141-0/+2
* lib/system/fastopen: Add TCP Fast Open for OSXTim Rühsen2017-04-142-5/+27
* doc: removed incorrect commentNikos Mavrogiannopoulos2017-04-081-2/+0
* gnutls_dh_get_pubkey: fixed operation under PSK authenticationNikos Mavrogiannopoulos2017-04-081-1/+1
* doc updateNikos Mavrogiannopoulos2017-04-082-2/+3
* doc: fixed documentation for various function parameters [ci skip]Nikos Mavrogiannopoulos2017-04-077-11/+10
* tests: use gnutls_global_init instead of global_initNikos Mavrogiannopoulos2017-04-071-1/+1
* doc: fixed tpmtool and psktool documentationNikos Mavrogiannopoulos2017-04-071-2/+5
* doc updateNikos Mavrogiannopoulos2017-04-071-0/+10
* x509/output: do not print usage entry when there is noneNikos Mavrogiannopoulos2017-04-071-2/+4
* certtool: improved printing of the key PIN and key IDNikos Mavrogiannopoulos2017-04-073-3/+24
* certtool: print the key PIN on private and public keysNikos Mavrogiannopoulos2017-04-074-22/+23
* gnutls_pem_base64_encode2: do raw base64 when msg is NULLNikos Mavrogiannopoulos2017-04-071-19/+25
* tests: dtls-stress: use X.509 certificates instead of openpgpNikos Mavrogiannopoulos2017-04-072-59/+9
* tests: do not run tests which require openpgp when it is disabledNikos Mavrogiannopoulos2017-04-071-1/+1
* .gitlab-ci.yml: backported and simplified CI setupgnutls_3_5_x-backport-smaller-gitlabciNikos Mavrogiannopoulos2017-04-071-145/+109
* doc update [ci skip]gnutls_3_5_11Nikos Mavrogiannopoulos2017-04-071-1/+1
* released 3.5.11Nikos Mavrogiannopoulos2017-04-073-3/+7
* Added openpgp stub fileNikos Mavrogiannopoulos2017-04-072-1/+703
* doc updategnutls_3_5_x-backport-macosx-system-trustNikos Mavrogiannopoulos2017-04-061-0/+7
* tests: added basic check for system trust storeNikos Mavrogiannopoulos2017-04-062-1/+74
* gnutls_x509_trust_list_add_system_trust: Add macOS keychain supportDavid Caldwell2017-04-063-1/+77
* Rename uint64 to gnutls_uint64 to avoid conflict with macOSDavid Caldwell2017-04-0611-48/+48
* certtool: fixed newline skip code in smime-to-p7 codegnutls_3_5_x-backport-coverity-fixesNikos Mavrogiannopoulos2017-04-051-1/+2
* is_level_acceptable: ensure issuer is not dereferenced when nullNikos Mavrogiannopoulos2017-04-051-4/+6
* certtool: guard the value of tl before gnutls_pkcs7_verifyNikos Mavrogiannopoulos2017-04-051-1/+5
* Avoid using ASN1_MAX_NAME_SIZE directlyNikos Mavrogiannopoulos2017-04-0511-52/+53
* gnutls_x509_crq_set_challenge_password: don't accept null passwordNikos Mavrogiannopoulos2017-04-051-1/+1
* Mark with (void) the functions where the returned value is not checked intent...Nikos Mavrogiannopoulos2017-04-056-22/+32
* removed duplicate codeNikos Mavrogiannopoulos2017-04-051-3/+0
* handshake/record: mark with comments all expected fall-through switchesNikos Mavrogiannopoulos2017-04-052-34/+41
* gnutlsxx.cpp: fixed misleading indentation issuesNikos Mavrogiannopoulos2017-04-051-5/+6
* doc: document intended fallthroughNikos Mavrogiannopoulos2017-04-051-0/+1
* tests: fixed possible buffer overflow to avoid spurious complaintsNikos Mavrogiannopoulos2017-04-051-1/+1