summaryrefslogtreecommitdiff
path: root/lib/auth
Commit message (Expand)AuthorAgeFilesLines
* updated the prototype of _gnutls_mpi_divNikos Mavrogiannopoulos2014-01-261-1/+5
* updated prototypes of _gnutls_mpi_sub_ui, _gnutls_mpi_add_ui, _gnutls_mpi_mul_uiNikos Mavrogiannopoulos2014-01-261-3/+16
* updated prototype of _gnutls_mpi_powmNikos Mavrogiannopoulos2014-01-261-1/+5
* updated mpi_scan macrosNikos Mavrogiannopoulos2014-01-262-12/+12
* updated prototypes of _gnutls_mpi_set, _gnutls_mpi_set_ui,, _gnutls_mpi_copyNikos Mavrogiannopoulos2014-01-261-2/+8
* updated prototype of _gnutls_mpi_modmNikos Mavrogiannopoulos2014-01-261-4/+8
* Updated _gnutls_mpi_init prototype and added _gnutls_mpi_init_multiNikos Mavrogiannopoulos2014-01-261-17/+3
* The RDN sequence is now kept in trust list instead of the credentials paramet...Nikos Mavrogiannopoulos2014-01-112-13/+4
* Fixed check for i < line_size.Jared Wong2013-12-142-6/+6
* Enforce the DEFAULT_MAX_VERIFY_BITS for DH prime size as well.Nikos Mavrogiannopoulos2013-12-121-2/+12
* clear the generated ECDH parameters as soon as they are not needed.Nikos Mavrogiannopoulos2013-11-281-13/+28
* DH key exchange uses the _gnutls_pk_derive and _gnutls_pk_generate_key functi...Nikos Mavrogiannopoulos2013-11-286-93/+107
* Separated pk_generate to pk_generate_params() and pk_generate_keys().Nikos Mavrogiannopoulos2013-11-271-4/+4
* Added _gnutls_mpi_random_modp() and _gnutls_mpi_modm() to replace _gnutls_mpi...Nikos Mavrogiannopoulos2013-11-271-1/+1
* long term keys are always overwrittenNikos Mavrogiannopoulos2013-11-275-6/+9
* better naming for free_datum functions.Nikos Mavrogiannopoulos2013-11-276-16/+16
* Added zeroization of keys in several parts within gnutls.Nikos Mavrogiannopoulos2013-11-278-35/+36
* reduced stack size usage in several functions.Nikos Mavrogiannopoulos2013-11-102-20/+31
* reindented codeNikos Mavrogiannopoulos2013-11-0824-6115/+5937
* author updategnutls_3_2_4Nikos Mavrogiannopoulos2013-08-311-2/+2
* Improvements in RSA-PSK.Nikos Mavrogiannopoulos2013-08-311-88/+39
* added missing fileNikos Mavrogiannopoulos2013-08-301-1/+1
* indented codeNikos Mavrogiannopoulos2013-08-301-78/+79
* Optimizations in RSA-PSK by removing unneeded code.Nikos Mavrogiannopoulos2013-08-303-104/+25
* ported patch for RSA-PSKFrank Morgner2013-08-307-6/+593
* explicit tests for non-null versionNikos Mavrogiannopoulos2013-06-102-3/+21
* Add NETTLE_CFLAGS in makefilesMartin Storsjo2013-06-061-1/+1
* optimized access to TLS protocol version properties.Nikos Mavrogiannopoulos2013-05-253-15/+12
* use the pass argument on PKCS #11 keys.Nikos Mavrogiannopoulos2013-04-171-0/+2
* Removed the RSA-EXPORT ciphersuites.Nikos Mavrogiannopoulos2013-04-074-509/+1
* Set the curve priority to calling derive.Nikos Mavrogiannopoulos2013-04-061-3/+5
* Removed elliptic curve code from gnutls. Use nettle's implementation.Nikos Mavrogiannopoulos2013-04-021-11/+4
* When in compatibility mode allow for a wrong version in the RSA PMS.Nikos Mavrogiannopoulos2013-03-271-3/+4
* convert gnutls versions to TLS major-minor in a single function.Nikos Mavrogiannopoulos2013-03-271-2/+2
* use the proper definesNikos Mavrogiannopoulos2013-03-211-3/+3
* Fixes in openpgp handshake with fingerprints. Reported by Joke de Buhr.Nikos Mavrogiannopoulos2013-03-211-7/+21
* Added several ifdefs to avoid using disabled code.Nikos Mavrogiannopoulos2013-03-132-2/+2
* Added options to disable more key exchange mechanisms.Nikos Mavrogiannopoulos2013-03-1210-268/+423
* better cleanup on error on export caseNikos Mavrogiannopoulos2013-02-171-7/+17
* added debugging message to indicate the number of bits.Nikos Mavrogiannopoulos2013-02-091-0/+2
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-0123-23/+23
* The minimum DH prime bits are now set by the priority strings (that means the...Nikos Mavrogiannopoulos2013-01-261-1/+1
* Some fix when disable-psk-authentication is specified. Based on patch by Jaak...Nikos Mavrogiannopoulos2013-01-251-1/+1
* Added debugging.Nikos Mavrogiannopoulos2012-10-121-3/+5
* Added (back) RFC5081 support in client mode.Nikos Mavrogiannopoulos2012-10-111-4/+19
* Several OpenPGP updates.Nikos Mavrogiannopoulos2012-10-112-77/+39
* session->key no longer needs to be an allocated structure.Nikos Mavrogiannopoulos2012-10-1014-136/+136
* The OCSP response file is now set on the credentials and other additions.Nikos Mavrogiannopoulos2012-09-301-0/+5
* removed unused functions.Nikos Mavrogiannopoulos2012-09-301-4/+11
* The certificate verification callback is being run after the certificate stat...Nikos Mavrogiannopoulos2012-09-281-9/+1