summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* _gnutls_set_strdatum: always return an allocated string on successNikos Mavrogiannopoulos2017-03-051-2/+4
* Enforce the max packet length for OpenPGP subpackets as wellAlex Gaynor2017-03-051-2/+7
* crypto-self-tests: modified exported functions to work under fips140-2 modeNikos Mavrogiannopoulos2017-03-021-4/+18
* _gnutls_pk_params_copy: copy the provable algorithm usedNikos Mavrogiannopoulos2017-03-021-0/+1
* gnutls_session_ticket_key_generate: fixed operation under FIPS140-2 modeNikos Mavrogiannopoulos2017-03-011-1/+21
* 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
* 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
* opencdk: read_attribute: account buffer sizeNikos 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
* nettle/pk: corrected memcpy of Q in DSA paramsNikos Mavrogiannopoulos2017-02-211-1/+1
* pkcs11: avoid calling memcpy will null optionsNikos Mavrogiannopoulos2017-02-211-2/+2
* pkcs7: corrected error checking in write_signer_idNikos Mavrogiannopoulos2017-02-211-6/+3
* make_printable_string: allow operation with null inputNikos Mavrogiannopoulos2017-02-211-0/+11
* gnutls_int.h: include assert.hNikos Mavrogiannopoulos2017-02-211-0/+1
* opencdk/read-packet.c: corrected typo in type castNikos Mavrogiannopoulos2017-02-201-1/+1
* cdk_pkt_read: enforce packet limitsNikos Mavrogiannopoulos2017-02-201-0/+9
* gnutls.pc: do not include libidn2 in Requires.privateNikos Mavrogiannopoulos2017-02-151-1/+1
* x509: optimize subject alternative name accessNikos Mavrogiannopoulos2017-02-152-47/+95
* gnutls.h: corrected typoNikos Mavrogiannopoulos2017-02-121-1/+1
* openpgp.h: all openpgp functionality was marked as deprecatedNikos Mavrogiannopoulos2017-02-121-77/+77
* extras/hex.h: do not use strlen as variable nametmp-gnutls3.5.x-fix-pkcs11-import-url4Nikos Mavrogiannopoulos2017-02-031-2/+2
* gnutls_pkcs11_obj_list_import_url4: always return an initialized pointerNikos Mavrogiannopoulos2017-02-031-0/+1
* _idn2_to_unicode_8z8z: do not err on mixed IDNA domainsNikos Mavrogiannopoulos2017-01-281-4/+1
* str-idna: improved error handlingNikos Mavrogiannopoulos2017-01-261-2/+5
* str-idna: cleanups in IDNA handlingNikos Mavrogiannopoulos2017-01-261-9/+14
* Move IDNA functionality to str-idna.c from str-unicode.cNikos Mavrogiannopoulos2017-01-263-312/+340
* Exported gnutls_idna_map() and gnutls_idna_reverse_map()Nikos Mavrogiannopoulos2017-01-265-44/+47
* Add support for libidn2 (IDNA 2008 + TR46)Tim Rühsen2017-01-263-3/+120
* heartbeat extension: doc updateNikos Mavrogiannopoulos2017-01-261-2/+3
* pkcs7 decryption: addressed memory leak in PBES1-DES-CBC-MD5 handlingNikos Mavrogiannopoulos2017-01-251-0/+3
* doc: improved documentation on DH parameters [ci skip]Nikos Mavrogiannopoulos2017-01-221-5/+13
* Disable AVX support when it is not supported by the CPUNikos Mavrogiannopoulos2017-01-181-2/+31
* opencdk: improved error code checking in the stream reading functionsNikos Mavrogiannopoulos2017-01-171-2/+3
* opencdk: added error checking in the stream reading functionsNikos Mavrogiannopoulos2017-01-061-5/+35
* opencdk: cdk_pk_get_keyid: fix stack overflowNikos Mavrogiannopoulos2017-01-061-1/+7
* opencdk: read_attribute: added more precise checks when reading streamNikos Mavrogiannopoulos2017-01-061-11/+29
* _gnutls_pkcs12_string_to_key: avoid division by zero when salt_size = 0Nikos Mavrogiannopoulos2017-01-051-3/+9
* gnutls_x509_ext_import_policies: fixed memory leak on error pathNikos Mavrogiannopoulos2017-01-051-3/+4
* x509 output: fixed memory leak in AIA extension printingNikos Mavrogiannopoulos2017-01-051-2/+1
* proc_server_kx: eliminated leak on error pathNikos Mavrogiannopoulos2017-01-051-0/+3
* _gnutls_x509_get_signature: fix memory leak on error pathNikos Mavrogiannopoulos2017-01-051-1/+2
* x509: address leak in print_altname - cert printingNikos Mavrogiannopoulos2017-01-051-1/+3
* status_request: eliminated leak on error pathNikos Mavrogiannopoulos2017-01-051-5/+10
* auth rsa: eliminated memory leak on pkcs-1 formatting attack pathNikos Mavrogiannopoulos2017-01-041-1/+5
* gnutls_pkcs8_info: addressed memory leak on error pathNikos Mavrogiannopoulos2017-01-021-3/+5