summaryrefslogtreecommitdiff
path: root/lib/gnutls_dh_primes.c
Commit message (Expand)AuthorAgeFilesLines
* The pkcs3 parameters are now corrected exported (without sign).Nikos Mavrogiannopoulos2007-10-311-4/+4
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* * Added section "Selecting cryptographic key sizes" in gnutls.texiNikos Mavrogiannopoulos2007-10-121-2/+2
* Replace "uint" with "unsigned". Remove unused "sint".Simon Josefsson2005-12-091-1/+1
* added DHE-PSK ciphersuites and some cleanups.Nikos Mavrogiannopoulos2005-11-151-1/+1
* Use GNU coding style.Simon Josefsson2005-11-071-307/+354
* Made the PKCS #12 API handle null passwords. Based on patch byNikos Mavrogiannopoulos2005-09-271-2/+2
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* Clean up license templates.Simon Josefsson2005-01-221-14/+16
* Indent.Simon Josefsson2004-10-281-2/+5
* Doc fix.Simon Josefsson2004-08-251-10/+10
* Added the '_t' suffix to all exported symbols.Nikos Mavrogiannopoulos2004-06-131-18/+16
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-345/+352
* some other changes to the internal types names.Nikos Mavrogiannopoulos2004-06-051-1/+1
* several internal types fix.Nikos Mavrogiannopoulos2004-06-051-5/+5
* * Added functions gnutls_rsa_params_cpy(), gnutls_dh_params_cpy()Nikos Mavrogiannopoulos2004-03-131-0/+24
* Fixed some bugs. Patch by Brieuc Jeunhomme <bbp@via.ecp.fr>.Nikos Mavrogiannopoulos2004-02-101-14/+6
* * Added CRL verification functionality to certtool.Nikos Mavrogiannopoulos2003-12-261-0/+1
* * The error codes GNUTLS_E_NO_TEMPORARY_DH_PARAMS and GNUTLS_E_NO_TEMPORARY_R...Nikos Mavrogiannopoulos2003-12-161-44/+25
* Included gnutls_1_0_0_patches.Nikos Mavrogiannopoulos2003-12-101-4/+3
* some minor fixes and cleanups.Nikos Mavrogiannopoulos2003-12-051-7/+20
* Some bugfixes, and type corrections.Nikos Mavrogiannopoulos2003-11-131-8/+8
* Added gnutls_pkcs7_set_certificate2() and gnutls_pkcs7_set_crl2() functions.Nikos Mavrogiannopoulos2003-11-111-7/+8
* Used the new gcrypt API for generating primes and groups.Nikos Mavrogiannopoulos2003-10-271-19/+58
* Some changes in types.Nikos Mavrogiannopoulos2003-10-081-5/+6
* more fixes by Arne.Nikos Mavrogiannopoulos2003-08-121-27/+36
* still more patches by Arne ThomassenNikos Mavrogiannopoulos2003-08-111-1/+1
* Added function to do the MAC verification in the PKCS #12 structure.Nikos Mavrogiannopoulos2003-06-271-0/+1
* Several more additions to PKCS #12 to allow encrypting bags. Still not intero...Nikos Mavrogiannopoulos2003-06-261-5/+2
* Eliminated the need for a hard coded max MPI parameter size.Nikos Mavrogiannopoulos2003-03-311-6/+2
* * Improved the error logging functions, by adding a level, andNikos Mavrogiannopoulos2003-03-191-1/+1
* better use of asn1_der_coding() to avoid using static buffers.Nikos Mavrogiannopoulos2003-03-171-2/+16
* Use mmap() if available to read files.Nikos Mavrogiannopoulos2003-03-121-1/+1
* * Added an strnstr() function and the requirement in some functions toNikos Mavrogiannopoulos2003-03-121-1/+1
* * Corrected a bug in 64 bit architectures, which affected theNikos Mavrogiannopoulos2003-03-041-1/+0
* *** 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