summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* doc: improved documentation on DH parameters [ci skip]Nikos Mavrogiannopoulos2017-01-221-5/+13
* _decode_pkcs8_dsa_key: ensure that the P value is non-zeroNikos Mavrogiannopoulos2017-01-191-0/+6
* _gnutls_decrypt_pbes1_des_md5_data: ensure that encrypted data size is a mult...Nikos Mavrogiannopoulos2017-01-191-0/+4
* x509: eliminated memory leak on gnutls_x509_ext_import_aiaNikos Mavrogiannopoulos2017-01-191-4/+10
* doc updatetmp-refuse-record-sendNikos Mavrogiannopoulos2017-01-181-1/+1
* Refuse to receive data during handshakeNikos Mavrogiannopoulos2017-01-181-0/+8
* Refuse to send data during handshakeNikos Mavrogiannopoulos2017-01-182-1/+9
* Disable AVX support when it is not supported by the CPUtmp-fix-movbe-runNikos Mavrogiannopoulos2017-01-181-2/+31
* opencdk: improved error code checking in the stream reading functionsNikos Mavrogiannopoulos2017-01-171-2/+3
* minitasn1: updated to latest git versionNikos Mavrogiannopoulos2017-01-164-14/+20
* openpgp.h: all openpgp functionality was marked as deprecatedNikos Mavrogiannopoulos2017-01-151-77/+77
* opencdk: added error checking in the stream reading functionstmp-fix-openpgp-issuesNikos Mavrogiannopoulos2017-01-041-5/+35
* opencdk: cdk_pk_get_keyid: fix stack overflowNikos Mavrogiannopoulos2017-01-041-1/+7
* opencdk: read_attribute: added more precise checks when reading streamNikos Mavrogiannopoulos2017-01-041-11/+29
* auth rsa: eliminated memory leak on pkcs-1 formatting attack pathNikos Mavrogiannopoulos2017-01-041-1/+5
* _decode_pkcs8_dsa_key: fixed memory leak on error pathNikos Mavrogiannopoulos2017-01-041-5/+7
* decode_private_key_info: eliminate memory leaks on error pathNikos Mavrogiannopoulos2017-01-041-3/+5
* _gnutls_x509_read_dsa_params: update params structure parameters size on succ...Nikos Mavrogiannopoulos2017-01-042-22/+29
* _gnutls_pkcs12_string_to_key: avoid division by zero when salt_size = 0Nikos Mavrogiannopoulos2017-01-041-3/+9
* gnutls_x509_ext_import_policies: fixed memory leak on error pathtmp-client-test-suiteNikos Mavrogiannopoulos2017-01-031-3/+4
* x509 output: fixed memory leak in AIA extension printingNikos Mavrogiannopoulos2017-01-031-2/+1
* status_request: eliminated leak on error pathNikos Mavrogiannopoulos2017-01-031-5/+10
* proc_server_kx: eliminated leak on error pathNikos Mavrogiannopoulos2017-01-031-0/+3
* _gnutls_x509_get_signature: fix memory leak on error pathNikos Mavrogiannopoulos2017-01-021-1/+2
* gnutls_pkcs8_info: addressed memory leak on error pathNikos Mavrogiannopoulos2017-01-021-3/+5
* wrap_nettle_mpi_modm: bail on a modulus that is zeroNikos Mavrogiannopoulos2017-01-021-0/+3
* x509: address leak in print_altname - cert printingNikos Mavrogiannopoulos2017-01-021-1/+3
* nettle: added a safety net on wrap_nettle_cipher_setiv()Nikos Mavrogiannopoulos2017-01-026-7/+43
* pkcs7 decrypt: require a valid IV size on all ciphersNikos Mavrogiannopoulos2017-01-021-4/+13
* pkcs8: pkcs8_key_info() will correctly detect non-encrypted filesNikos Mavrogiannopoulos2017-01-021-2/+32
* Corrected a leak in OpenPGP sub-packet parsing.Alex Gaynor2017-01-021-1/+3
* gnutls_rnd: document the available values of level [ci skip]Nikos Mavrogiannopoulos2017-01-021-1/+3
* pkcs11 verification: ensure that an issuer we retrieve is not blacklisttmp-fix-pkcs11-verificationNikos Mavrogiannopoulos2016-12-311-0/+11
* Attempt to fix a leak in OpenPGP cert parsing.Alex Gaynor2016-12-311-1/+3
* Do not infinite loop if an EOF occurs while skipping a PGP packetAlex Gaynor2016-12-281-5/+16
* configure: introduced --with-priority-string optiontmp-default-prio-stringNikos Mavrogiannopoulos2016-12-211-1/+1
* priorities: reset the profile flags when appending new flagsNikos Mavrogiannopoulos2016-12-203-3/+14
* gnutls_session_set_verify_cert: doc updateNikos Mavrogiannopoulos2016-12-201-0/+6
* Revert "priorities: set the additional verify flags instead of appending them"Nikos Mavrogiannopoulos2016-12-191-1/+1
* doc update [ci skip]Nikos Mavrogiannopoulos2016-12-192-3/+17
* priorities: set the additional verify flags instead of appending themNikos Mavrogiannopoulos2016-12-191-1/+1
* verify: print certificate on sec param failureNikos Mavrogiannopoulos2016-12-191-8/+11
* x509: corrected leak in certificate printingNikos Mavrogiannopoulos2016-12-161-0/+1
* gnutls_x509_ext_import_proxy: fix issue reading the policy languageNikos Mavrogiannopoulos2016-12-161-11/+11
* doc updateNikos Mavrogiannopoulos2016-12-161-1/+1
* Drop _gnutls_epoch_get_compressionDmitry Eremin-Solenikov2016-12-142-13/+0
* Rework setting next compression methodDmitry Eremin-Solenikov2016-12-144-34/+34
* Rework setting next cipher suiteDmitry Eremin-Solenikov2016-12-143-40/+26
* Cache MAC algorithm used for PRF functionDmitry Eremin-Solenikov2016-12-144-93/+34
* Use MAC_MD5_SHA1 instead of MAC_UNKNOWN to specify TLS 1.0 PRFDmitry Eremin-Solenikov2016-12-141-4/+4