summaryrefslogtreecommitdiff
path: root/lib/algorithms.h
Commit message (Expand)AuthorAgeFilesLines
* Added support for an old version of the DTLS protocolNikos Mavrogiannopoulos2012-06-201-0/+5
* Added gnutls_pubkey_verify_hash2() and gnutls_pk_to_sign().Nikos Mavrogiannopoulos2012-05-091-2/+0
* several type changes to please clangNikos Mavrogiannopoulos2012-04-021-2/+1
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-1/+2
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* cipher_suite_st is no longer used internally. We only use a point to 2 bytes.Nikos Mavrogiannopoulos2011-12-131-10/+5
* Optimized ciphersuite sorting.Nikos Mavrogiannopoulos2011-12-101-2/+0
* Add explicit digest mapping functions (for OCSP).Simon Josefsson2011-11-101-0/+5
* Clarify license and copyright.Simon Josefsson2011-08-031-7/+4
* Avoid memory allocations when requesting the supported ciphersuites.Nikos Mavrogiannopoulos2011-06-051-2/+5
* Simplified the handling of handshake messages to be hashed.Nikos Mavrogiannopoulos2011-06-031-3/+4
* Corrected ECC ciphersuite detection.Nikos Mavrogiannopoulos2011-05-281-0/+12
* updates to allow the generation of an ECC private key.Nikos Mavrogiannopoulos2011-05-221-1/+1
* gnutls_pk_params_st is used internally to transfer public key parameters. Thi...Nikos Mavrogiannopoulos2011-05-221-6/+9
* Curve TLS ID is being stored in algorithms/ecc.c.Nikos Mavrogiannopoulos2011-05-211-0/+3
* gnutls_algorithms.c was split into manageable files in algorithms/.Nikos Mavrogiannopoulos2011-05-211-0/+155