summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* removed duplicate assignments.Nikos Mavrogiannopoulos2011-02-111-2/+0
* documented DHE-PSK fix.Nikos Mavrogiannopoulos2011-02-101-0/+3
* deprecated the old priority functions in C++ API.Nikos Mavrogiannopoulos2011-02-101-6/+6
* fix in PSK.Nikos Mavrogiannopoulos2011-02-101-2/+3
* Removed deprecated option such as --protocols, ciphers etc.Nikos Mavrogiannopoulos2011-02-1010-730/+109
* Callback function is being called in both PSK-DHE and PSK.Nikos Mavrogiannopoulos2011-02-105-88/+95
* updated openssl layer to new priority functions (untested).Nikos Mavrogiannopoulos2011-02-092-195/+22
* removed unused variable.Nikos Mavrogiannopoulos2011-02-091-1/+0
* Allow DSA2 even in protocols before TLS 1.2.Nikos Mavrogiannopoulos2011-02-092-8/+6
* In TLS 1.2 under DSS use the hash algorithm required by DSS.Nikos Mavrogiannopoulos2011-02-094-19/+51
* Modernized the test applications that now use the gnutls_priority_set_direct().Nikos Mavrogiannopoulos2011-02-097-67/+19
* corrected bug in reading signature algorithms for including in the signature ...Nikos Mavrogiannopoulos2011-02-091-1/+1
* SRP and PSK are no longer set on the default priorities. They have to be expl...Nikos Mavrogiannopoulos2011-02-091-15/+0
* Added documentation on p11tool.Nikos Mavrogiannopoulos2011-02-081-0/+90
* removed GCM mode from documentation.Nikos Mavrogiannopoulos2011-02-081-3/+2
* Moved documentation of priority strings to manual and removed information fro...Nikos Mavrogiannopoulos2011-02-086-144/+202
* deprecated the old set_priority functions.Nikos Mavrogiannopoulos2011-02-082-12/+18
* Several updates in signature algorithms parsing and sending to avoid sending ...Nikos Mavrogiannopoulos2011-02-085-31/+79
* Corrected return message from check_recv_type().Nikos Mavrogiannopoulos2011-02-071-1/+1
* check the error of hash set_key.Nikos Mavrogiannopoulos2011-02-061-2/+7
* Removed documentation and tests related to TLS/IA.Nikos Mavrogiannopoulos2011-02-067-768/+6
* Added IV to max_record_overhead.Nikos Mavrogiannopoulos2011-02-061-1/+1
* Deprecated the Inner Application extension.Nikos Mavrogiannopoulos2011-02-061-20/+40
* gnutls_certificate_verify_peers is deprecated.Nikos Mavrogiannopoulos2011-02-062-3/+4
* Add the nettle libs into gnutls.pc.Nikos Mavrogiannopoulos2011-02-053-2/+4
* [PATCH 1/4] adapt pkg-config file for switch from AM_PATH_LIBGCRYPT to AC_LIB...Andreas Metzler2011-02-053-1/+15
* Fix MD2 documentation.Simon Josefsson2011-02-052-7/+8
* updated coding style.Nikos Mavrogiannopoulos2011-02-051-13/+9
* Deprecated gnutls_certificate_get_* functions.Nikos Mavrogiannopoulos2011-02-053-12/+23
* Updated references of rfc5081 to rfc6091.Nikos Mavrogiannopoulos2011-02-051-2/+2
* better output in chain output.Nikos Mavrogiannopoulos2011-01-311-8/+8
* exported gnutls_x509_crl_get_raw_issuer_dn()Nikos Mavrogiannopoulos2011-01-305-6/+11
* corrected typosNikos Mavrogiannopoulos2011-01-301-2/+2
* CKR_CRYPTOKI_ALREADY_INITIALIZED is not treated as an error, and Finalize is ...Nikos Mavrogiannopoulos2011-01-191-2/+12
* Reverted removal of gnutls_openpgp_privkey_sign_hash() to retain compatibilit...Nikos Mavrogiannopoulos2011-01-164-10/+15
* Added checks before importing keys and updated documentation.Nikos Mavrogiannopoulos2011-01-161-0/+47
* updated Makefile.inNikos Mavrogiannopoulos2011-01-151-1/+7
* fixes in internal build with the new deprecated functions. We allow them to b...Nikos Mavrogiannopoulos2011-01-157-10/+51
* replaced old gnutls_pk_algorithm.Nikos Mavrogiannopoulos2011-01-151-1/+1
* depends on gnutls/x509.h to compile.Nikos Mavrogiannopoulos2011-01-151-0/+2
* deprecated gnutls_x509_crl_sign(), gnutls_x509_crl_sign2() and gnutls_x509_cr...Nikos Mavrogiannopoulos2011-01-154-27/+48
* Deprecated gnutls_x509_crq_sign2() and gnutls_x509_crq_sign() inNikos Mavrogiannopoulos2011-01-154-7/+14
* minor fixes.Nikos Mavrogiannopoulos2011-01-152-5/+2
* gnutls_x509_crt_verify_hash: DEPRECATEDNikos Mavrogiannopoulos2011-01-159-198/+139
* Simplified macro to snprintf() in order to prevent issues caused when snprint...Nikos Mavrogiannopoulos2011-01-151-19/+20
* Revert "Remove, it is generated."Nikos Mavrogiannopoulos2011-01-111-0/+1868
* Specify minimum libgcrypt version.Simon Josefsson2011-01-021-2/+2
* Added discussion on crypto backend for crypto libraries and /dev/crypto.Nikos Mavrogiannopoulos2010-12-234-11/+45
* Renamed gnutls_privkey_sign_data() to gnutls_privkey_sign_data2() to match theNikos Mavrogiannopoulos2010-12-218-13/+19
* Extra sanity check.Nikos Mavrogiannopoulos2010-12-191-0/+6