summaryrefslogtreecommitdiff
path: root/lib/algorithms.h
Commit message (Expand)AuthorAgeFilesLines
* Added support for out-of-band Pre-shared keys under TLS1.3Ander Juaristi2018-04-061-0/+9
* signatures: distinguish RSA-PSS signatures with RSA PKCS#1 1.5 certificates f...Nikos Mavrogiannopoulos2018-03-091-0/+34
* handshake: accept hello retry request in client sideNikos Mavrogiannopoulos2018-02-191-0/+3
* handshake: simplified version parsingNikos Mavrogiannopoulos2018-02-191-0/+1
* record: adjusted overhead calculation for TLS1.3Nikos Mavrogiannopoulos2018-02-191-0/+2
* handshake: added basic support for TLS 1.3 handshake in client sideNikos Mavrogiannopoulos2018-02-191-0/+3
* ext/signature: improved TLS 1.3 signature algorithm negotiationNikos Mavrogiannopoulos2018-02-191-0/+4
* handshake: added the TLS 1.3 ciphersuitesNikos Mavrogiannopoulos2018-02-191-1/+1
* handshake: optimizations and enhancements in session version handlingNikos Mavrogiannopoulos2018-02-191-1/+3
* ext/signature: added TLS 1.3 signature algorithm negotiationNikos Mavrogiannopoulos2018-02-191-3/+9
* handshake: added support for negotiating version using extensionNikos Mavrogiannopoulos2018-02-191-0/+2
* handshake: legacy version negotiation is not used for TLS 1.3Nikos Mavrogiannopoulos2018-02-191-1/+1
* tests: added unit test for _gnutls_record_overhead()Nikos Mavrogiannopoulos2018-01-161-1/+2
* Corrected argument names of functions to correspond to declarationNikos Mavrogiannopoulos2017-08-181-3/+3
* lib: use casts and be explicit on intentional enumeration useNikos Mavrogiannopoulos2017-08-181-1/+1
* sign APIs: introduce RSA-RAW signing algorithmNikos Mavrogiannopoulos2017-08-171-0/+2
* sign/digest: separate "brokenness" of signatures and hash algorithmsNikos Mavrogiannopoulos2017-08-041-11/+11
* *set_spki(): return error on incompatible algorithmsNikos Mavrogiannopoulos2017-08-031-0/+2
* gnutls_x509_privkey_generate2: do not hardcode the RSA-PSS hash to SHA256Nikos Mavrogiannopoulos2017-08-031-0/+1
* Clarified the purpose of the spki params related functionsNikos Mavrogiannopoulos2017-08-031-0/+1
* Pass the signature algorithm lower in the verification stackNikos Mavrogiannopoulos2017-08-031-0/+1
* security_parameters: ease access to group information by keeping pointer to itNikos Mavrogiannopoulos2017-08-021-9/+0
* TLS: introduced support for RFC7919 groupsNikos Mavrogiannopoulos2017-08-011-9/+27
* _gnutls_digest_is_secure_for_certs: introducedNikos Mavrogiannopoulos2017-07-211-1/+11
* Renamed GNUTLS_PK_ECDHX to GNUTLS_PK_ECDH_X25519Nikos Mavrogiannopoulos2017-07-171-1/+1
* Added support for EdDSA (Ed25519) curve keysNikos Mavrogiannopoulos2017-07-171-3/+25
* Renamed fields of sign_algorithm_stNikos Mavrogiannopoulos2017-07-101-2/+2
* handshake: simplified signature algorithm list generationNikos Mavrogiannopoulos2017-07-101-0/+3
* Eliminated access to obsolete priority cache fieldsNikos Mavrogiannopoulos2017-07-101-7/+0
* handshake: simplified the client-side ciphersuite negotiationNikos Mavrogiannopoulos2017-07-101-6/+4
* handshake: simplified the server-side ciphersuite negotiationNikos Mavrogiannopoulos2017-07-101-1/+10
* priority: include a cache of supported ciphersuitesNikos Mavrogiannopoulos2017-07-101-3/+5
* removed unused cipher-suite and KX related functionsNikos Mavrogiannopoulos2017-07-101-9/+0
* abstract API: introduced new signing functionsNikos Mavrogiannopoulos2017-06-071-0/+15
* Rework KX -> PK mappingsDmitry Eremin-Solenikov2017-05-291-6/+3
* _gnutls_map_pk_get_pk -> _gnutls_map_kx_get_pkNikos Mavrogiannopoulos2016-12-011-1/+1
* algorithms.h: removed exported prototype from internal headerNikos Mavrogiannopoulos2016-11-021-1/+0
* Added support for decrypting PKCS#8 files which use HMAC-SHA256 as PRFNikos Mavrogiannopoulos2016-08-241-2/+0
* handshake: added support for ECDH with curve X25519Nikos Mavrogiannopoulos2016-04-241-0/+3
* Added gnutls_handshake_set_false_start_function()Nikos Mavrogiannopoulos2016-02-271-2/+2
* handshake: when receiving a TLS version which is too low failNikos Mavrogiannopoulos2015-12-141-0/+1
* Tolerate priority strings with names of legacy ciphers and key exchangesNikos Mavrogiannopoulos2015-10-151-0/+2
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-1/+1
* handshake: check for TLS_FALLBACK_SCSVAlessandro Ghedini2015-08-011-0/+3
* Exported functions to convert from and to OIDsNikos Mavrogiannopoulos2015-06-181-8/+3
* only send EtM extension if we have CBC ciphersuitesNikos Mavrogiannopoulos2015-04-011-0/+1
* Added the CHACHA20-POLY1305 ciphersuites (with random IDs)Nikos Mavrogiannopoulos2015-03-281-0/+2
* check the negotiated TLS/DTLS version prior to offering a ciphersuite a serverNikos Mavrogiannopoulos2015-02-211-0/+7
* The record version in the client Hello will be set to the lowest supported pr...Nikos Mavrogiannopoulos2014-11-211-1/+1
* Made AEAD type an alternative to stream and blockNikos Mavrogiannopoulos2014-11-031-8/+5