summaryrefslogtreecommitdiff
path: root/lib/gnutls_dh_primes.c
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***Nikos Mavrogiannopoulos2003-02-211-0/+1
* The RSA and DH parameter handling has been updated.Nikos Mavrogiannopoulos2003-02-161-141/+118
* ported to libtasn1 0.2.x. Also the included minitasn1 was replaced by the 0.2...Nikos Mavrogiannopoulos2003-02-141-11/+11
* Added some private key handling functions. They are primitive enough for now.Nikos Mavrogiannopoulos2003-02-121-2/+2
* gnutls_x509_certificate_* were renamed gnutls_x509_crt_*.Nikos Mavrogiannopoulos2003-02-121-2/+2
* fixes in pkcs3 DH parameter generation.Nikos Mavrogiannopoulos2003-02-091-2/+3
* Several internal changes to use the new certificate API. CRL support is compl...Nikos Mavrogiannopoulos2003-02-091-1/+1
* More stuff for the new certificate API.Nikos Mavrogiannopoulos2003-02-071-4/+4
* Several fixes and improvements in CRL support.Nikos Mavrogiannopoulos2003-02-061-10/+10
* some fixes. There wasn't any limitation in libtasn1 code... just my lazyness.Nikos Mavrogiannopoulos2003-02-051-5/+2
* * Added gnutls_pkcs3_extract_dh_params() and gnutls_pkcs3_export_dh_params()Nikos Mavrogiannopoulos2003-02-031-1/+119
* * gnutls_dh_params_generate() and gnutls_rsa_params_generate() now useNikos Mavrogiannopoulos2003-02-031-438/+165
* Added ability to send some messages back to the application usingNikos Mavrogiannopoulos2003-01-231-1/+1
* Improved the SRP support, to prevent attackers guessing theNikos Mavrogiannopoulos2003-01-221-46/+0
* Cleanups. Prefixed some internal function with underscore.Nikos Mavrogiannopoulos2002-12-021-9/+14
* *** empty log message ***Nikos Mavrogiannopoulos2002-12-011-2/+2
* Added the function gnutls_srp_server_set_credentials_function()Nikos Mavrogiannopoulos2002-12-011-16/+16
* Combined GNUTLS_E_INVALID_PARAMETERS wich GNUTLS_E_INVALID_REQUEST. Introduce...Nikos Mavrogiannopoulos2002-11-021-3/+3
* several fixes in the codebase, mostly in signed/unsigned checkings.Nikos Mavrogiannopoulos2002-10-131-3/+3
* Corrected bug in gnutls_dh_params_set(). Corrected bug in session resuming co...Nikos Mavrogiannopoulos2002-09-111-4/+4
* Renamed all the constructed types to have more consisten names, and some othe...Nikos Mavrogiannopoulos2002-08-291-7/+7
* Corrected bug in DHE key exchange which prevented from parsing the given cert...Nikos Mavrogiannopoulos2002-08-251-4/+4
* Applied Jeff Johnson's patch which fixes type problems in 64 bit machines. Re...Nikos Mavrogiannopoulos2002-05-221-4/+9
* Replaced group1 prime with a prime of 1024 bitsNikos Mavrogiannopoulos2002-05-141-86/+115
* License changed to LGPLNikos Mavrogiannopoulos2002-05-141-11/+12
* *** empty log message ***Nikos Mavrogiannopoulos2002-05-101-1/+0
* Cleaned up the big number support.Nikos Mavrogiannopoulos2002-05-011-19/+19
* The Diffie Hellman parameters are now stored in the credentials structures.Nikos Mavrogiannopoulos2002-02-241-42/+159
* Corrected bugs in prime generation.Nikos Mavrogiannopoulos2002-02-141-1/+1
* Added more functions to allow access to Diffie Hellman parametersNikos Mavrogiannopoulos2002-02-131-10/+23
* several cleanups in order to move to gnutls 0.4.0Nikos Mavrogiannopoulos2002-01-181-2/+2
* Cleanups. Now use GCRYMPI_FMT_STD instead of USG.Nikos Mavrogiannopoulos2001-12-081-16/+12
* corrected memory leaks and other bugsNikos Mavrogiannopoulos2001-11-071-4/+4
* added option to regenerate primes and generators for EDHNikos Mavrogiannopoulos2001-10-121-62/+122
* better prime handlingNikos Mavrogiannopoulos2001-10-101-154/+189
* Updated the handling of prime numbers.Nikos Mavrogiannopoulos2001-10-091-0/+470