summaryrefslogtreecommitdiff
path: root/lib/algorithms
Commit message (Expand)AuthorAgeFilesLines
* Negotiate draft-TLS1.3Nikos Mavrogiannopoulos2018-02-191-3/+26
* handshake: added the TLS 1.3 ciphersuitesNikos Mavrogiannopoulos2018-02-191-7/+52
* Added support for key share extensionNikos Mavrogiannopoulos2018-02-191-0/+1
* ext/post_handshake: restrict the use of this extension to TLS 1.3 or laterNikos Mavrogiannopoulos2018-02-191-0/+1
* handshake: optimizations and enhancements in session version handlingNikos Mavrogiannopoulos2018-02-191-27/+22
* handshake: send client and server hellos according to TLS 1.3Nikos Mavrogiannopoulos2018-02-191-0/+1
* ext/signature: added TLS 1.3 signature algorithm negotiationNikos Mavrogiannopoulos2018-02-192-25/+60
* handshake: added support for negotiating version using extensionNikos Mavrogiannopoulos2018-02-191-0/+54
* handshake: legacy version negotiation is not used for TLS 1.3Nikos Mavrogiannopoulos2018-02-191-13/+57
* Inline version macros into its users.Jay Foad2018-01-271-20/+22
* tests: added unit test for _gnutls_record_overhead()Nikos Mavrogiannopoulos2018-01-161-1/+1
* algorithms/sign: removed TLS identifiers for legacy algorithmsNikos Mavrogiannopoulos2017-09-131-6/+5
* algorithms/sign: legacy signature algorithms were moved toward the end of the...Nikos Mavrogiannopoulos2017-09-131-168/+183
* algorithms/sign: no longer enable SHA224 hash in signaturesNikos Mavrogiannopoulos2017-09-131-3/+4
* lib: use casts and be explicit on intentional enumeration useNikos Mavrogiannopoulos2017-08-181-3/+7
* sign APIs: introduce RSA-RAW signing algorithmNikos Mavrogiannopoulos2017-08-172-0/+23
* publickey: fixed incorrect assignmentNikos Mavrogiannopoulos2017-08-081-1/+1
* mac: simplified iteration functionsNikos Mavrogiannopoulos2017-08-081-17/+6
* sign/digest: separate "brokenness" of signatures and hash algorithmsNikos Mavrogiannopoulos2017-08-042-23/+32
* sign: use C99 syntax for signature algorithm's tableNikos Mavrogiannopoulos2017-08-041-97/+252
* gnutls_pk_get_oid: return early on unknown algorithmNikos Mavrogiannopoulos2017-08-041-0/+3
* *set_spki(): return error on incompatible algorithmsNikos Mavrogiannopoulos2017-08-031-0/+11
* gnutls_x509_privkey_generate2: do not hardcode the RSA-PSS hash to SHA256Nikos Mavrogiannopoulos2017-08-031-2/+20
* Clarified the purpose of the spki params related functionsNikos Mavrogiannopoulos2017-08-031-8/+14
* Pass the signature algorithm lower in the verification stackNikos Mavrogiannopoulos2017-08-031-10/+15
* Set a default supported curveNikos Mavrogiannopoulos2017-08-021-0/+9
* handshake: moved group negotiation after ciphersuite selectionNikos Mavrogiannopoulos2017-08-021-19/+36
* security_parameters: ease access to group information by keeping pointer to itNikos Mavrogiannopoulos2017-08-022-3/+3
* security_parameters: simplified contents by keeping pointer to cipher_suite_e...Nikos Mavrogiannopoulos2017-08-021-1/+1
* TLS: introduced support for RFC7919 groupsNikos Mavrogiannopoulos2017-08-015-83/+288
* algorithms/mac: marked RIPEMD160 as insecure for certificatesNikos Mavrogiannopoulos2017-07-211-0/+1
* gnutls_sign_is_secure2: introducedNikos Mavrogiannopoulos2017-07-211-3/+19
* _gnutls_digest_is_secure_for_certs: introducedNikos Mavrogiannopoulos2017-07-211-24/+16
* mac: re-organized the hash algorithms tableNikos Mavrogiannopoulos2017-07-211-28/+109
* privkey_sign_and_hash_data: handle prehashed signaturesNikos Mavrogiannopoulos2017-07-171-0/+3
* Renamed GNUTLS_PK_ECDHX to GNUTLS_PK_ECDH_X25519Nikos Mavrogiannopoulos2017-07-172-2/+2
* Allowed Ed25519 signing in TLS handshakesNikos Mavrogiannopoulos2017-07-171-0/+1
* Added support for EdDSA (Ed25519) curve keysNikos Mavrogiannopoulos2017-07-173-18/+103
* priorities: share priority structures across sessionsNikos Mavrogiannopoulos2017-07-102-21/+21
* Renamed fields of sign_algorithm_stNikos Mavrogiannopoulos2017-07-101-27/+27
* handshake: simplified signature algorithm list generationNikos Mavrogiannopoulos2017-07-101-8/+2
* Eliminated access to obsolete priority cache fieldsNikos Mavrogiannopoulos2017-07-104-74/+15
* handshake: simplified the client-side ciphersuite negotiationNikos Mavrogiannopoulos2017-07-101-144/+73
* handshake: simplified the server-side ciphersuite negotiationNikos Mavrogiannopoulos2017-07-103-96/+146
* priority: include a cache of supported ciphersuitesNikos Mavrogiannopoulos2017-07-101-1/+1
* removed unused cipher-suite and KX related functionsNikos Mavrogiannopoulos2017-07-102-40/+0
* algorithm/kx: sorted key exchange algorithms based on current trendsNikos Mavrogiannopoulos2017-07-101-19/+19
* Removed support for openpgp certificates and keysNikos Mavrogiannopoulos2017-06-162-7/+1
* ciphersuites: removed unused functionNikos Mavrogiannopoulos2017-06-081-15/+0
* abstract API: introduced new signing functionsNikos Mavrogiannopoulos2017-06-071-16/+14