summaryrefslogtreecommitdiff
path: root/lib/algorithms.h
Commit message (Expand)AuthorAgeFilesLines
* algorithms: implement X448 key exchange and Ed448 signature schemeDaiki Ueno2020-01-231-2/+5
* ext/signature: use GOST signatures for GOST ciphersiuitesDmitry Eremin-Solenikov2019-12-181-0/+10
* lib: fix group selection in case of GOST cipher suitesDmitry Eremin-Solenikov2019-12-181-0/+8
* groups: add function to return group by curveDmitry Eremin-Solenikov2019-11-071-0/+1
* ecc: define curve->group relationshipDmitry Eremin-Solenikov2019-11-071-0/+1
* tls-sig: reverse bytes in TLS signatures for GOST signaturesDmitry Eremin-Solenikov2019-10-311-0/+1
* Merge branch 'tls-continuous-mac' into 'master'Dmitry Eremin-Solenikov2019-10-231-1/+1
|\
| * mac: change preimage_insecure to be a flagDmitry Eremin-Solenikov2019-10-211-1/+1
* | sign: convert tls13_ok to flags fieldDmitry Eremin-Solenikov2019-10-211-2/+2
|/
* config: added ability to override and mark algorithms as disabledNikos Mavrogiannopoulos2019-06-201-0/+16
* server auth: disable TLS 1.3 if no signature algorithm is usableDaiki Ueno2019-05-201-0/+3
* Add or clean header guards in lib/Tim Rühsen2019-05-071-3/+3
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* ECC export/import: updated documentation on EdDSA curvesNikos Mavrogiannopoulos2018-09-201-2/+1
* handshake: simplified protocol version checking functionsNikos Mavrogiannopoulos2018-08-201-2/+2
* sign_supports_cert_pk_algorithm: corrected check for RSAE-PSSNikos Mavrogiannopoulos2018-07-021-1/+1
* Define GOST R 34.10 curvesDmitry Eremin-Solenikov2018-06-231-0/+1
* Add declarations to support GOST public keysDmitry Eremin-Solenikov2018-06-231-0/+4
* 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