Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | publickey: fixed incorrect assignment | Nikos Mavrogiannopoulos | 2017-08-08 | 1 | -1/+1 |
* | gnutls_pk_get_oid: return early on unknown algorithm | Nikos Mavrogiannopoulos | 2017-08-04 | 1 | -0/+3 |
* | *set_spki(): return error on incompatible algorithms | Nikos Mavrogiannopoulos | 2017-08-03 | 1 | -0/+11 |
* | Renamed GNUTLS_PK_ECDHX to GNUTLS_PK_ECDH_X25519 | Nikos Mavrogiannopoulos | 2017-07-17 | 1 | -1/+1 |
* | Allowed Ed25519 signing in TLS handshakes | Nikos Mavrogiannopoulos | 2017-07-17 | 1 | -0/+1 |
* | Added support for EdDSA (Ed25519) curve keys | Nikos Mavrogiannopoulos | 2017-07-17 | 1 | -14/+83 |
* | handshake: simplified the server-side ciphersuite negotiation | Nikos Mavrogiannopoulos | 2017-07-10 | 1 | -2/+25 |
* | publickey: map RSA ciphersuites to GNUTLS_PK_RSA_PSS | Nikos Mavrogiannopoulos | 2017-05-29 | 1 | -0/+2 |
* | Rework KX -> PK mappings | Dmitry Eremin-Solenikov | 2017-05-29 | 1 | -8/+5 |
* | x509: implement RSA-PSS signature scheme | Daiki Ueno | 2017-05-29 | 1 | -0/+1 |
* | _gnutls_map_pk_get_pk -> _gnutls_map_kx_get_pk | Nikos Mavrogiannopoulos | 2016-12-01 | 1 | -1/+1 |
* | several spacing fixes to keep syntax-check happy | Nikos Mavrogiannopoulos | 2016-09-11 | 1 | -4/+4 |
* | handshake: added support for ECDH with curve X25519 | Nikos Mavrogiannopoulos | 2016-04-24 | 1 | -1/+3 |
* | Removed the 'gnutls_' prefix from files to simplify file naming | Nikos Mavrogiannopoulos | 2015-08-23 | 1 | -2/+2 |
* | Exported functions to convert from and to OIDs | Nikos Mavrogiannopoulos | 2015-06-18 | 1 | -2/+24 |
* | reindented code | Nikos Mavrogiannopoulos | 2013-11-08 | 1 | -110/+100 |
* | Added ISO OID for RSA-SHA1 signatures. | Nikos Mavrogiannopoulos | 2013-10-25 | 1 | -1/+1 |
* | Added new fallback OID for RSA certificates. | Nikos Mavrogiannopoulos | 2013-10-25 | 1 | -2/+3 |
* | ported patch for RSA-PSK | Frank Morgner | 2013-08-30 | 1 | -0/+1 |
* | Removed the RSA-EXPORT ciphersuites. | Nikos Mavrogiannopoulos | 2013-04-07 | 1 | -1/+0 |
* | Use LGPLv2.1 in the files their author's agreed to. | Nikos Mavrogiannopoulos | 2013-02-01 | 1 | -1/+1 |
* | Run 'make update-copyright'. | Simon Josefsson | 2012-01-16 | 1 | -1/+1 |
* | GNUTLS_PK_ECC -> GNUTLS_PK_EC | Nikos Mavrogiannopoulos | 2012-01-02 | 1 | -2/+2 |
* | Clarify license and copyright. | Simon Josefsson | 2011-08-03 | 1 | -5/+3 |
* | documentation fixes | Nikos Mavrogiannopoulos | 2011-07-23 | 1 | -1/+1 |
* | more updates for ECDSA ciphersuites. | Nikos Mavrogiannopoulos | 2011-05-26 | 1 | -0/+1 |
* | gnutls_algorithms.c was split into manageable files in algorithms/. | Nikos Mavrogiannopoulos | 2011-05-21 | 1 | -0/+263 |