summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* doc updategnutls_3_3_x-set-idNikos Mavrogiannopoulos2016-11-291-1/+7
* tests: backported test suite for p11tool --set-id and --set-label optionsNikos Mavrogiannopoulos2016-11-291-0/+52
* p11tool: added --set-id and --set-label optionsNikos Mavrogiannopoulos2016-11-294-0/+79
* added gnutls_pkcs11_obj_set_info()Nikos Mavrogiannopoulos2016-11-295-0/+183
* tests: check whether PKCS #11 ID set on copy/generation is correctNikos Mavrogiannopoulos2016-11-291-2/+10
* p11tool: allow setting the CKA_ID on object initialization/generationNikos Mavrogiannopoulos2016-11-294-15/+54
* exported new functionsNikos Mavrogiannopoulos2016-11-291-0/+3
* pkcs11: enhanced key generation functions to allow specifying a CKA_IDNikos Mavrogiannopoulos2016-11-292-16/+65
* enhanced copy functions to allow specifying a CKA_IDNikos Mavrogiannopoulos2016-11-292-29/+110
* pkcs12: fixed the calculation of p_sizeNikos Mavrogiannopoulos2016-11-291-1/+1
* doc updateNikos Mavrogiannopoulos2016-11-281-0/+3
* tests: added pkcs12 check with openssl generated structure and long passwordNikos Mavrogiannopoulos2016-11-283-2/+2
* pkcs12: fixed the calculation of p_sizeNikos Mavrogiannopoulos2016-11-281-1/+1
* _wrap_nettle_pk_verify: use FAIL_IF_LIB_ERROR prior to returning successNikos Mavrogiannopoulos2016-11-071-0/+1
* doc updateNikos Mavrogiannopoulos2016-11-021-0/+8
* Terminate handshake if only unknown or disabled signatures are advertized by ...Nikos Mavrogiannopoulos2016-10-272-8/+8
* doc updateNikos Mavrogiannopoulos2016-10-261-0/+9
* certificate status requestion response is optional according to RFC6066Nikos Mavrogiannopoulos2016-10-261-1/+1
* certtool: allow setting key purposes for non-CA certificatesNikos Mavrogiannopoulos2016-10-181-66/+69
* tests: added check to verify that the server will bail out after many alertsNikos Mavrogiannopoulos2016-10-142-1/+224
* tests: added check to verify that the server will bail out after receiving on...Nikos Mavrogiannopoulos2016-10-142-1/+172
* tests: backported the common certs from masterNikos Mavrogiannopoulos2016-10-141-11/+825
* handshake: set a maximum number of warning messages that can be received per ...Nikos Mavrogiannopoulos2016-10-143-9/+14
* record: disallow parsing of alert messages prior to session startNikos Mavrogiannopoulos2016-10-141-1/+6
* certtool: improve text on missing options for cert generationNikos Mavrogiannopoulos2016-10-141-1/+5
* p11tool: avoid asking the security officer PIN twice on initializationNikos Mavrogiannopoulos2016-10-141-0/+3
* p11tool: improved messages on token initializationNikos Mavrogiannopoulos2016-10-141-7/+15
* p11tool: corrected check of PIN existance in token initializationNikos Mavrogiannopoulos2016-10-141-2/+2
* tests: link tests which utilize nettle with nettlegnutls_3_3_25Nikos Mavrogiannopoulos2016-10-091-0/+2
* updated auto-generated filesNikos Mavrogiannopoulos2016-10-092-0/+6
* doc updateNikos Mavrogiannopoulos2016-10-091-1/+1
* TLS extensions: only cache the extension IDs from exts that the server supportsNikos Mavrogiannopoulos2016-10-091-3/+9
* certtool: added safety net when generating a certificate requestNikos Mavrogiannopoulos2016-10-071-1/+5
* doc updateNikos Mavrogiannopoulos2016-09-191-0/+4
* Increased the maximum size allowed for handshake messages to 128kbNikos Mavrogiannopoulos2016-09-192-2/+5
* doc updateNikos Mavrogiannopoulos2016-09-121-0/+4
* gnutls_certificate_set_*key: ensure proper cleanup on key mismatch failuresNikos Mavrogiannopoulos2016-09-121-1/+10
* doc updateNikos Mavrogiannopoulos2016-09-071-1/+6
* _gnutls_ucs2_to_utf8: fixed use of WideCharToMultiByte in windowsNikos Mavrogiannopoulos2016-09-071-2/+2
* ocsptool: do not enter a spurious newline to responses.Nikos Mavrogiannopoulos2016-09-061-1/+0
* tests: verify that unique IDs are generated as expectedgnutls_3_3_x-unique-idNikos Mavrogiannopoulos2016-09-054-1/+120
* certtool: Allow writing unique IDs in generated certificatesNikos Mavrogiannopoulos2016-09-054-0/+66
* doc updateNikos Mavrogiannopoulos2016-09-051-1/+4
* bumped versionNikos Mavrogiannopoulos2016-09-052-4/+4
* Added gnutls_x509_crt_set_issuer_unique_id() and gnutls_x509_crt_set_subject_...Nikos Mavrogiannopoulos2016-09-053-18/+98
* doc updateNikos Mavrogiannopoulos2016-09-051-0/+5
* _gnutls_encode_ber_rs_raw: zero-pad values when necessaryNikos Mavrogiannopoulos2016-09-051-13/+46
* tests: don't run overflow tests on archs which failNikos Mavrogiannopoulos2016-09-031-1/+4
* tests: backported hash-large from masterNikos Mavrogiannopoulos2016-09-031-2/+54
* .gitlab-ci.yml: use the gitlab.com shared runnersNikos Mavrogiannopoulos2016-09-031-33/+89