summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Use gcc's attribute to mark fallthrough statementsNikos Mavrogiannopoulos2017-07-175-2/+46
* privkey_sign_and_hash_data: in pre-hashed schemes, allow empty hash algorithmNikos Mavrogiannopoulos2017-07-172-4/+12
* nettle: wrap_nettle_pk_verify_priv_params: verify whether public key matches ...Nikos Mavrogiannopoulos2017-07-171-1/+15
* priority: enabled Ed25519 signature by defaultNikos Mavrogiannopoulos2017-07-171-0/+4
* handshake: return better error code on unwanted algorithmNikos Mavrogiannopoulos2017-07-172-2/+3
* doc updateNikos Mavrogiannopoulos2017-07-172-2/+2
* privkey_sign_and_hash_data: added sanity check on param validityNikos Mavrogiannopoulos2017-07-171-0/+3
* privkey_sign_and_hash_data: handle prehashed signaturesNikos Mavrogiannopoulos2017-07-172-6/+9
* pkcs7: improved syntax in if-clauseNikos Mavrogiannopoulos2017-07-171-1/+1
* Renamed GNUTLS_PK_ECDHX to GNUTLS_PK_ECDH_X25519Nikos Mavrogiannopoulos2017-07-177-13/+14
* Allowed Ed25519 signing in TLS handshakesNikos Mavrogiannopoulos2017-07-171-0/+1
* Added support for EdDSA (Ed25519) curve keysNikos Mavrogiannopoulos2017-07-1727-177/+706
* parse_pem_cert_mem: fixed issue resulting to accessing past the input dataNikos Mavrogiannopoulos2017-07-171-1/+3
* supported_exts.h: make sure that the generated function is staticNikos Mavrogiannopoulos2017-07-171-1/+1
* x509/output: do not attempt to print the key ID on unknown SPKI algorithmsNikos Mavrogiannopoulos2017-07-131-6/+15
* _gnutls_buffer_append_data_prefix: cleanupNikos Mavrogiannopoulos2017-07-131-6/+5
* pubkey: print the failed signature algorithm when verification failsNikos Mavrogiannopoulos2017-07-131-0/+1
* tls sessions will not fail of insecure algorithms which are explicitly enabledNikos Mavrogiannopoulos2017-07-131-2/+8
* record: reject 0-byte long ciphertextNikos Mavrogiannopoulos2017-07-131-1/+4
* record: added sanity checking in the record layer version copyNikos Mavrogiannopoulos2017-07-132-6/+18
* record: more precise calculation of max recv sizeNikos Mavrogiannopoulos2017-07-136-11/+26
* decryption: use the same error code on all casesNikos Mavrogiannopoulos2017-07-131-5/+5
* max_record_recv_size: removed call to gnutls_compression_get()Nikos Mavrogiannopoulos2017-07-111-1/+1
* Print the requested CA names when in debug modeNikos Mavrogiannopoulos2017-07-112-3/+21
* doc: updated documentation on client authentication [ci skip]Nikos Mavrogiannopoulos2017-07-111-1/+1
* Documented use gnutls_priority_set2().Nikos Mavrogiannopoulos2017-07-101-0/+2
* priorities: share priority structures across sessionsNikos Mavrogiannopoulos2017-07-1022-97/+184
* set_client_ciphersuite: use the new internal APIsNikos Mavrogiannopoulos2017-07-101-10/+6
* doc: corrected typoNikos Mavrogiannopoulos2017-07-101-4/+4
* Renamed fields of sign_algorithm_stNikos Mavrogiannopoulos2017-07-106-53/+50
* handshake: simplified signature algorithm list generationNikos Mavrogiannopoulos2017-07-107-66/+56
* Eliminated access to obsolete priority cache fieldsNikos Mavrogiannopoulos2017-07-109-195/+126
* handshake: simplified the client-side ciphersuite negotiationNikos Mavrogiannopoulos2017-07-103-258/+100
* handshake: simplified the server-side ciphersuite negotiationNikos Mavrogiannopoulos2017-07-1011-428/+287
* priority: include a cache of supported ciphersuitesNikos Mavrogiannopoulos2017-07-104-4/+43
* removed unused cipher-suite and KX related functionsNikos Mavrogiannopoulos2017-07-104-64/+23
* algorithm/kx: sorted key exchange algorithms based on current trendsNikos Mavrogiannopoulos2017-07-101-19/+19
* Removed unused functionsNikos Mavrogiannopoulos2017-07-108-139/+0
* priority_options.gperf: modified for gperf 3.1Nikos Mavrogiannopoulos2017-07-062-2/+1
* ext/alpn: added stricter checks on field lengthsNikos Mavrogiannopoulos2017-07-041-6/+10
* OCSP: find_signercert: improved DER length calculationtmp-ocsp-improvementsNikos Mavrogiannopoulos2017-07-011-7/+30
* OCSP: check the subject public key identifier field to figure issuerNikos Mavrogiannopoulos2017-07-011-2/+16
* OCSP: added more verbose debug logging on verificationNikos Mavrogiannopoulos2017-07-011-0/+10
* moved compression-related APIs to compat.htmp-remove-support-for-compressionNikos Mavrogiannopoulos2017-06-222-11/+17
* Removed support for compression mechanismsNikos Mavrogiannopoulos2017-06-2216-870/+112
* ocsp: print response's signature algorithm in compact listingNikos Mavrogiannopoulos2017-06-201-16/+18
* gnutls_certificate_verification_status_print: mention OCSP in error messagesNikos Mavrogiannopoulos2017-06-191-2/+2
* NORMAL priority: no longer enable the smaller curves by defaultNikos Mavrogiannopoulos2017-06-191-4/+0
* NORMAL priority: enable X25519 curveNikos Mavrogiannopoulos2017-06-191-0/+2
* pkcs11: cleanups in pkcs11_login()tmp-safenet-updates-v2Nikos Mavrogiannopoulos2017-06-171-12/+21