summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rewrite SSL/TLS signature verification to use combined MD5+SHA1 digestDmitry Eremin-Solenikov2016-12-141-122/+125
* Rewrite SSL/TLS signing code to use combined MD5+SHA1 digestDmitry Eremin-Solenikov2016-12-141-116/+111
* Add special MD5+SHA1 digest to simplify TLS signature codeDmitry Eremin-Solenikov2016-12-143-1/+41
* _gnutls_pkcs_raw_decrypt_data: merge all errors during decryption to GNUTLS_E...Nikos Mavrogiannopoulos2016-12-141-3/+4
* pkcs8: ensure that the correct error code is returned on decryption failureNikos Mavrogiannopoulos2016-12-131-0/+1
* x509: better documented gnutls_trust_list_flags_tNikos Mavrogiannopoulos2016-12-093-7/+34
* handshake: return GNUTLS_E_ILLEGAL_PARAMETER on invalid ID sizeNikos Mavrogiannopoulos2016-12-091-1/+1
* str: do not call gnutls_assert in inline functionNikos Mavrogiannopoulos2016-12-081-1/+2
* gnutls_x509_crt_check_email type changed to unsignedNikos Mavrogiannopoulos2016-12-082-2/+2
* x509: do not attempt to ACE encode values stored in certificatesNikos Mavrogiannopoulos2016-12-082-36/+12
* gnutls_x509_privkey_cpy: use _gnutls_pk_params_copyNikos Mavrogiannopoulos2016-12-071-11/+6
* x509 crl: document the nextUpdate field limitationNikos Mavrogiannopoulos2016-12-071-0/+5
* x509 crl: Allow generation of CRLs not to specify a nextUpdateNikos Mavrogiannopoulos2016-12-071-0/+6
* DTLS: more precise overhead calculationNikos Mavrogiannopoulos2016-12-061-21/+52
* tpm: fix handling of keys requiring authorizationJames Bottomley2016-12-051-28/+44
* In import_tpm_key_cb() fix the wrong password loopNikos Mavrogiannopoulos2016-12-053-0/+12
* gl: removed iconv moduleNikos Mavrogiannopoulos2016-12-042-2/+2
* x509: fixed output of pubkeyNikos Mavrogiannopoulos2016-12-021-1/+1
* doc: document the fact that certificates and CRLs are unusable after generationNikos Mavrogiannopoulos2016-12-012-0/+18
* doc: no longer list SHA1 as a safe choice in X.509 signingNikos Mavrogiannopoulos2016-12-012-4/+4
* gnutls_x509_crl_verify: always return zero on successNikos Mavrogiannopoulos2016-12-011-1/+6
* Improved messages and violation handling in signature key usage checksNikos Mavrogiannopoulos2016-12-011-6/+17
* Removed redundant certificate key usage checks.Nikos Mavrogiannopoulos2016-12-014-74/+53
* _gnutls_map_pk_get_pk -> _gnutls_map_kx_get_pkNikos Mavrogiannopoulos2016-12-014-5/+5
* gnutls_kx_get: allow calling the function during handshakeNikos Mavrogiannopoulos2016-12-011-1/+6
* _gnutls_check_key_usage: check for invalid key exchange algorithmNikos Mavrogiannopoulos2016-12-011-1/+1
* privkey: set the key parameters algorithm prior to returning successNikos Mavrogiannopoulos2016-11-301-4/+3
* When decoding a public key ensure that algorithm is written in the params structNikos Mavrogiannopoulos2016-11-301-3/+9
* unistring: added property-join-controlNikos Mavrogiannopoulos2016-11-285-2/+231
* unistring: added default_ignorable_code_point and not_a_character testsNikos Mavrogiannopoulos2016-11-287-2/+902
* unistring: added NFKC normalizationNikos Mavrogiannopoulos2016-11-287-4/+911
* unistring: included all possible categories for simplicity and extensibilityNikos Mavrogiannopoulos2016-11-2885-0/+17371
* gnutls_utf8_password_normalize: perform more strict check on input charactersNikos Mavrogiannopoulos2016-11-283-13/+164
* gnutls_utf8_password_normalize: avoid use of strlen()Nikos Mavrogiannopoulos2016-11-281-7/+6