summaryrefslogtreecommitdiff
path: root/lib/algorithms
Commit message (Expand)AuthorAgeFilesLines
* several sign-related API changesNikos Mavrogiannopoulos2016-05-311-3/+3
* Allow for conditional compilation of SSL 3.0 protocolNikos Mavrogiannopoulos2016-05-142-10/+111
* handshake: added support for ECDH with curve X25519Nikos Mavrogiannopoulos2016-04-243-6/+41
* sign: corrected digest in SHA3-224 OID mappingNikos Mavrogiannopoulos2016-04-131-3/+4
* Makefile.am: moved common rules (AM_CFLAGS) to common.mkNikos Mavrogiannopoulos2016-04-121-1/+2
* hash: corrected the textual description of hashesNikos Mavrogiannopoulos2016-04-091-4/+4
* corrected SHA3-224 OIDNikos Mavrogiannopoulos2016-04-091-3/+3
* Added gnutls_handshake_set_false_start_function()Nikos Mavrogiannopoulos2016-02-272-24/+53
* better match with unknown_tls_aidNikos Mavrogiannopoulos2016-02-261-2/+3
* Added NIST's OIDs for SHA3 signature algorithmsNikos Mavrogiannopoulos2016-02-151-0/+27
* DH/DSA: allow the generation of larger than 15360 bit parametersNikos Mavrogiannopoulos2016-02-131-3/+2
* handshake: when receiving a TLS version which is too low failNikos Mavrogiannopoulos2015-12-141-0/+36
* updated chacha20 ciphers to conform to latest draftNikos Mavrogiannopoulos2015-11-121-8/+8
* Require TLS 1.2 for all the ciphersuites which are defined for it onlyNikos Mavrogiannopoulos2015-11-091-97/+97
* Modified the CHACHA20 cipher to conform to draft-ietf-tls-chacha20-poly1305-02Nikos Mavrogiannopoulos2015-11-072-26/+21
* doc updateNikos Mavrogiannopoulos2015-10-231-0/+4
* doc updateNikos Mavrogiannopoulos2015-10-231-2/+3
* Disable the NULL cipher on runtime when FIPS140 mode is enabled instead of st...Nikos Mavrogiannopoulos2015-10-151-6/+0
* re-enable NULL ciphersuitesNikos Mavrogiannopoulos2015-10-151-1/+1
* Tolerate priority strings with names of legacy ciphers and key exchangesNikos Mavrogiannopoulos2015-10-152-5/+27
* Introduced the security parameter future (256) and switched ultra to 192 bitsNikos Mavrogiannopoulos2015-10-121-2/+2
* gnutls_oid_to_digest(): don't return supported but disabled algorithmsNikos Mavrogiannopoulos2015-08-261-1/+3
* Added support for the SHA3 digest algorithmNikos Mavrogiannopoulos2015-08-261-0/+8
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-2310-23/+23
* Exported functions to convert from and to OIDsNikos Mavrogiannopoulos2015-06-184-27/+107
* doc updateNikos Mavrogiannopoulos2015-04-291-0/+2
* ciphersuites: moved CCM ciphersuites in the appropriate ifdefsNikos Mavrogiannopoulos2015-04-071-32/+35
* Added CCM-8 ciphersuitesNikos Mavrogiannopoulos2015-04-072-1/+75
* chacha20-poly1305: ciphersuite numbers correspond to the latest draftNikos Mavrogiannopoulos2015-04-021-8/+8
* only send EtM extension if we have CBC ciphersuitesNikos Mavrogiannopoulos2015-04-011-0/+13
* corrected GNUTLS_ECDHE_ECDSA_CHACHA20_POLY1305Nikos Mavrogiannopoulos2015-03-291-1/+1
* moved chacha20-poly1305 ciphersuites to the 0xCD spaceNikos Mavrogiannopoulos2015-03-281-8/+8
* Added the CHACHA20-POLY1305 ciphersuites (with random IDs)Nikos Mavrogiannopoulos2015-03-281-40/+82
* added chacha20-poly1305 as cipherNikos Mavrogiannopoulos2015-03-281-0/+10
* doc: avoid using structure for opaque typesNikos Mavrogiannopoulos2015-03-201-1/+1
* added commentsNikos Mavrogiannopoulos2015-02-221-1/+1
* removed unnecessary check and optimized functionNikos Mavrogiannopoulos2015-02-211-21/+4
* corrected check which prevented client to sent an unacceptable for the versio...Nikos Mavrogiannopoulos2015-02-211-11/+12
* check the negotiated TLS/DTLS version prior to offering a ciphersuite a serverNikos Mavrogiannopoulos2015-02-211-9/+245
* Added the notion of obsolete versionsNikos Mavrogiannopoulos2015-01-161-10/+17
* Added more precise version check in _gnutls_version_lowestNikos Mavrogiannopoulos2014-12-191-3/+2
* modified the CCM ciphersuite's name to match the one in the IANA registryNikos Mavrogiannopoulos2014-12-051-20/+20
* Added definitions for CCM ciphersuitesNikos Mavrogiannopoulos2014-12-032-0/+76
* The record version in the client Hello will be set to the lowest supported pr...Nikos Mavrogiannopoulos2014-11-211-18/+33
* added missing commaNikos Mavrogiannopoulos2014-11-051-2/+1
* modernized cipher tableNikos Mavrogiannopoulos2014-11-051-52/+123
* Made AEAD type an alternative to stream and blockNikos Mavrogiannopoulos2014-11-031-6/+6
* removed support for SALSA20 and for stream ciphers with IVNikos Mavrogiannopoulos2014-10-241-61/+0
* mac_to_entry -> _gnutls_mac_to_entryNikos Mavrogiannopoulos2014-08-111-1/+1
* RSA-PSK ciphersuites are only allowed in TLS 1.0.Nikos Mavrogiannopoulos2014-07-221-5/+5