summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nettle/pk: corrected memcpy of Q in DSA paramsgnutls_3_3_x_backport_openpgp_fixNikos Mavrogiannopoulos2017-02-211-2/+2
* doc updateNikos Mavrogiannopoulos2017-02-211-0/+9
* opencdk/read-packet.c: corrected typo in type castNikos Mavrogiannopoulos2017-02-211-1/+1
* cdk_pkt_read: enforce packet limitsNikos Mavrogiannopoulos2017-02-211-0/+9
* gnutls_pkcs11_obj_list_import_url2: Always return an initialized pointerNikos Mavrogiannopoulos2017-02-031-0/+1
* opencdk: improved error code checking in the stream reading functionsNikos Mavrogiannopoulos2017-01-181-2/+3
* tests: do not run key-tests and cert-tests under leak sanitizergnutls_3_3_26Nikos Mavrogiannopoulos2017-01-092-0/+2
* tests: added missing fileNikos Mavrogiannopoulos2017-01-091-1/+1
* .gitlab-ci.yml: Build and Check - separate build dir (x86): force build in gi...Nikos Mavrogiannopoulos2017-01-091-0/+1
* tools: use stamp files to allow parallel build of autogen filesNikos Mavrogiannopoulos2017-01-092-20/+53
* doc update [ci skip]Nikos Mavrogiannopoulos2017-01-091-2/+2
* updated auto-generated filesNikos Mavrogiannopoulos2017-01-094-2/+19
* bumped versionNikos Mavrogiannopoulos2017-01-092-3/+3
* doc update [ci skip]Nikos Mavrogiannopoulos2017-01-091-0/+6
* opencdk: added error checking in the stream reading functionsNikos Mavrogiannopoulos2017-01-091-5/+35
* opencdk: cdk_pk_get_keyid: fix stack overflowNikos Mavrogiannopoulos2017-01-091-1/+7
* opencdk: read_attribute: added more precise checks when reading streamNikos Mavrogiannopoulos2017-01-091-11/+29
* Corrected a leak in OpenPGP sub-packet parsing.Alex Gaynor2017-01-091-1/+3
* Attempt to fix a leak in OpenPGP cert parsing.Alex Gaynor2017-01-091-1/+3
* Do not infinite loop if an EOF occurs while skipping a PGP packetAlex Gaynor2017-01-091-5/+16
* opencdk: Fixes to prevent undefined behavior (found with libubsan)Nikos Mavrogiannopoulos2017-01-091-1/+1
* doc updatetmp-backported-fixes-to-3.3Nikos Mavrogiannopoulos2017-01-041-0/+3
* auth rsa: eliminated memory leak on pkcs-1 formatting attack pathNikos Mavrogiannopoulos2017-01-041-1/+6
* doc update [ci skip]Nikos Mavrogiannopoulos2017-01-021-0/+4
* pkcs11 verification: ensure that an issuer we retrieve is not blacklisttmp-gnutls_3_3_x-blacklisted-issuer-fixNikos Mavrogiannopoulos2016-12-311-0/+11
* certtool: improved error reporting on file errorNikos Mavrogiannopoulos2016-12-311-2/+2
* doc update [ci skip]Nikos Mavrogiannopoulos2016-12-201-1/+2
* gnutls_x509_ext_import_proxy: fix issue reading the policy languageNikos Mavrogiannopoulos2016-12-171-11/+11
* Merge branch 'tmp-gnutls_3_3_x-pkcs8-decrypt-fixes' into 'gnutls_3_3_x' Nikos Mavrogiannopoulos2016-12-1622-40/+818
|\
| * tests: backported rsa-md5-collision check from mastertmp-gnutls_3_3_x-pkcs8-decrypt-fixesNikos Mavrogiannopoulos2016-12-157-21/+549
| * doc updateNikos Mavrogiannopoulos2016-12-141-0/+3
| * tests: added test for PKCS#8 encrypted key decodingNikos Mavrogiannopoulos2016-12-143-1/+157
| * tests: added test suite with PKCS#8 files that have invalid encryptionNikos Mavrogiannopoulos2016-12-149-1/+53
| * PKCS#7 decrypt_data: merge all errors during decryption to GNUTLS_E_DECRYPTIO...Nikos Mavrogiannopoulos2016-12-141-2/+3
| * pkcs8: ensure that the correct error code is returned on decryption failureNikos Mavrogiannopoulos2016-12-141-0/+1
| * PKCS#5,7 decryption: added sanity check on padding sizeNikos Mavrogiannopoulos2016-12-141-2/+8
| * PKCS#5,7 decryption: fail without leak on unknown MACNikos Mavrogiannopoulos2016-12-141-1/+4
| * PKCS#5,7 decryption: fail early on invalid block sizesNikos Mavrogiannopoulos2016-12-141-3/+13
| * PKCS#5,7 decryption: enforce limits in the support parameter sizesNikos Mavrogiannopoulos2016-12-142-12/+30
|/
* doc updatetmp-gnutls_3_3_x-tpm-updateNikos Mavrogiannopoulos2016-12-131-0/+5
* tpmtool: Added --test-sign parameterNikos Mavrogiannopoulos2016-12-132-2/+83
* compiler warnings elimination and other bug fixesNikos Mavrogiannopoulos2016-12-131-11/+11
* tpmtool: added newline in error messagesNikos Mavrogiannopoulos2016-12-131-8/+8
* tpm: backported improvements from master branchNikos Mavrogiannopoulos2016-12-139-81/+290
* doc: updated to documentation of certtool [ci skip]Nikos Mavrogiannopoulos2016-12-091-3/+3
* Don't trash DER CRQ output with text dataNikos Mavrogiannopoulos2016-12-071-2/+2
* 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