summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gnutls_pkcs11_privkey_init: document limitation on created objecttmp-gnutls_3_5_x-backport-pkcs11-lockNikos Mavrogiannopoulos2017-03-132-3/+18
* pkcs11: re-open privkey session handle on CKR_SESSION_HANDLE_INVALIDNikos Mavrogiannopoulos2017-03-131-3/+11
* doc updateNikos Mavrogiannopoulos2017-03-131-0/+4
* tests: introduced check for parallel operation (signatures) in PKCS#11 modeNikos Mavrogiannopoulos2017-03-132-1/+199
* pkcs11: re-open private key session inside a locked sectionNikos Mavrogiannopoulos2017-03-133-34/+67
* pkcs11: introduced locks to PKCS#11 private key structureNikos Mavrogiannopoulos2017-03-131-0/+24
* tests: scripts: suppress which errorsAlon Bar-Lev2017-03-121-2/+2
* doc updateNikos Mavrogiannopoulos2017-03-121-1/+2
* Do not attempt to parse a 32-bit integer if a packet is not 4 bytes.Alex Gaynor2017-03-123-2/+2
* doc updateNikos Mavrogiannopoulos2017-03-091-0/+11
* Do not attempt to parse a 32-bit integer if a packet is not 4 bytes.Alex Gaynor2017-03-093-2/+2
* Makefile.am: Added missing filegnutls_3_5_10Nikos Mavrogiannopoulos2017-03-061-1/+1
* doc updateNikos Mavrogiannopoulos2017-03-061-0/+1
* .gitlab-ci.yml: execute initialization stage unconditionallyNikos Mavrogiannopoulos2017-03-061-6/+4
* bumped versionNikos Mavrogiannopoulos2017-03-063-3/+3
* _gnutls_set_strdatum: always return an allocated string on successNikos Mavrogiannopoulos2017-03-051-2/+4
* doc updateNikos Mavrogiannopoulos2017-03-051-0/+5
* Enforce the max packet length for OpenPGP subpackets as wellAlex Gaynor2017-03-053-3/+9
* doc: corrected typo [ci skip]Nikos Mavrogiannopoulos2017-03-051-2/+2
* NEWS: added links to GNUTLS-SA-2017-3Nikos Mavrogiannopoulos2017-03-041-2/+2
* .gitlab-ci.yml: run tests under a FIPS140 mode simulationgnutls_3_5_x-backport-fips-mode-changesNikos Mavrogiannopoulos2017-03-021-2/+4
* crypto-self-tests: modified exported functions to work under fips140-2 modeNikos Mavrogiannopoulos2017-03-021-4/+18
* tests: skip tests which cannot be run in FIPS140-2 modeNikos Mavrogiannopoulos2017-03-024-4/+22
* _gnutls_pk_params_copy: copy the provable algorithm usedNikos Mavrogiannopoulos2017-03-021-0/+1
* tests: priorities: skip test in FIPS140-2 modeNikos Mavrogiannopoulos2017-03-021-2/+4
* gnutls_session_ticket_key_generate: fixed operation under FIPS140-2 modeNikos Mavrogiannopoulos2017-03-011-1/+21
* doc updateNikos Mavrogiannopoulos2017-03-011-4/+13
* tests: added test cases with invalid openpgp certsNikos Mavrogiannopoulos2017-03-014-2/+3
* opencdk: do not parse any secret keys in packet when reading a certificateNikos Mavrogiannopoulos2017-03-018-17/+28
* x509/output: Cleanup in IDNA name printingNikos Mavrogiannopoulos2017-02-281-34/+34
* certtool: increased buffer for reading from userNikos Mavrogiannopoulos2017-02-281-5/+6
* certtool: store critical extensions even if no other extension are presentNikos Mavrogiannopoulos2017-02-271-1/+2
* doc updateNikos Mavrogiannopoulos2017-02-241-0/+10
* gnutls_ocsp_resp_verify_direct, gnutls_ocsp_resp_verify: defined flags argumentNikos Mavrogiannopoulos2017-02-241-5/+5
* is_level_acceptable: no longer checks for broken algorithmsNikos Mavrogiannopoulos2017-02-241-1/+1
* gnutls_store_commitment: introduced flag GNUTLS_SCOMMIT_FLAG_ALLOW_BROKENNikos Mavrogiannopoulos2017-02-242-2/+6
* verify: is_broken_allowed: account for "new" flag GNUTLS_VERIFY_ALLOW_BROKENNikos Mavrogiannopoulos2017-02-241-0/+4
* doc updateNikos Mavrogiannopoulos2017-02-231-2/+7
* tests: added test case with invalid openpgp certNikos Mavrogiannopoulos2017-02-233-2/+4
* opencdk: read_attribute: account buffer sizeNikos Mavrogiannopoulos2017-02-231-1/+1
* gnutls-cli-debug: fixed protocol to port discoveryNikos Mavrogiannopoulos2017-02-231-1/+2
* NEWS: fix typo [ci skip]Nikos Mavrogiannopoulos2017-02-231-1/+1
* tests: split starttls.sh into multiple scriptsNikos Mavrogiannopoulos2017-02-2311-145/+352
* doc updateNikos Mavrogiannopoulos2017-02-231-0/+3
* tests: updated to include the pin-sha256 in outputNikos Mavrogiannopoulos2017-02-2312-0/+24
* tests: updated to take into account the pin-sha256 oneline outputNikos Mavrogiannopoulos2017-02-231-1/+1
* x509/output: print key PIN on oneline outputNikos Mavrogiannopoulos2017-02-231-4/+4
* x509/output: print the public key PIN of a certificateNikos Mavrogiannopoulos2017-02-233-0/+27
* tests: pkcs11-import-with-pin: removed invalid conditional macroNikos Mavrogiannopoulos2017-02-231-4/+0
* tests: added PKCS#11 test for pin inputNikos Mavrogiannopoulos2017-02-232-1/+199