summaryrefslogtreecommitdiff
path: root/lib/auth_dhe.c
Commit message (Expand)AuthorAgeFilesLines
* Applied patch from Arne Thomassen <arne@arne-thomassen.de>, whichNikos Mavrogiannopoulos2003-08-091-2/+2
* Added some stuff needed in PKCS#10 certificate request generation. Some other...Nikos Mavrogiannopoulos2003-03-141-3/+3
* * Added ability to generate RSA keys.Nikos Mavrogiannopoulos2003-03-121-1/+1
* some improvements in the private key handling api. It is now used internally.Nikos Mavrogiannopoulos2003-03-111-1/+1
* Several internal changes to use the new certificate API. CRL support is compl...Nikos Mavrogiannopoulos2003-02-091-4/+3
* * gnutls_dh_params_generate() and gnutls_rsa_params_generate() now useNikos Mavrogiannopoulos2003-02-031-6/+5
* *** empty log message ***Nikos Mavrogiannopoulos2003-01-201-1/+1
* Dropped the support for the client key exchange message 0, and server key exc...Nikos Mavrogiannopoulos2002-12-161-8/+0
* Cleanups. Prefixed some internal function with underscore.Nikos Mavrogiannopoulos2002-12-021-3/+3
* The session->gnutls_key was renamed to session->key.Nikos Mavrogiannopoulos2002-11-121-2/+2
* GNUTLS_E_UNKNOWN_ERROR was removed, and was replaced by GNUTLS_E_INTERNAL_ERROR.Nikos Mavrogiannopoulos2002-10-281-2/+2
* Merged common stuff in DHE and anonymous DH key exchange.Nikos Mavrogiannopoulos2002-10-231-246/+30
* several fixes in the codebase, mostly in signed/unsigned checkings.Nikos Mavrogiannopoulos2002-10-131-6/+13
* Some fixes for the used realloc() function. Now we have gnutls_realloc_fast()...Nikos Mavrogiannopoulos2002-09-091-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2002-09-031-2/+2
* several clean upsNikos Mavrogiannopoulos2002-09-011-2/+2
* Renamed all the constructed types to have more consisten names, and some othe...Nikos Mavrogiannopoulos2002-08-291-55/+55
* Corrected bug in DHE key exchange which prevented from parsing the given cert...Nikos Mavrogiannopoulos2002-08-251-1/+1
* Fixes in zlib compression code. gnutls_global_init_extra() in libgnutls-extra...Nikos Mavrogiannopoulos2002-07-151-1/+1
* Added some hints on the file purpose, and some other cleanups.Nikos Mavrogiannopoulos2002-07-101-1/+6
* Now certificate decoding makes use of partial DER decoding of the libtasn1 li...Nikos Mavrogiannopoulos2002-06-281-1/+1
* The TLS handshake no longer fails if the X.509 extensions in the Certificate ...Nikos Mavrogiannopoulos2002-06-221-1/+1
* Prefixed internal functions with _gnutls_Nikos Mavrogiannopoulos2002-05-211-10/+10
* Separated the library to gnutls and gnutls-extra. gnutls-extra library contai...Nikos Mavrogiannopoulos2002-05-201-2/+8
* Added --modules option to libgnutls-config. This option prints the extra modu...Nikos Mavrogiannopoulos2002-05-171-2/+2
* License changed to LGPLNikos Mavrogiannopoulos2002-05-141-12/+12
* Cleaned up the big number support.Nikos Mavrogiannopoulos2002-05-011-11/+11
* removed unneeded functionsNikos Mavrogiannopoulos2002-03-291-1/+1
* Added checks in authentication type renegotiation procedure.Nikos Mavrogiannopoulos2002-03-031-1/+1
* The Diffie Hellman parameters are now stored in the credentials structures.Nikos Mavrogiannopoulos2002-02-241-4/+16
* Changed certificate verification functions.Nikos Mavrogiannopoulos2002-02-221-2/+2
* Added more functions to allow access to Diffie Hellman parametersNikos Mavrogiannopoulos2002-02-131-5/+57
* Added LIBOPENCDK ifdefs (suggested by Andrew McDonald)Nikos Mavrogiannopoulos2002-02-081-1/+2
* Added OpenPGP certificate support in gnutls.Nikos Mavrogiannopoulos2002-02-031-21/+39
* GNUTLS_X509PKI -> GNUTLS_CRD_X509PKINikos Mavrogiannopoulos2002-01-281-4/+4
* Added ability of the client to choose a certificate dependingNikos Mavrogiannopoulos2002-01-281-1/+1
* added missing filesNikos Mavrogiannopoulos2002-01-271-0/+404