summaryrefslogtreecommitdiff
path: root/lib/gnutls_dh_primes.c
Commit message (Expand)AuthorAgeFilesLines
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* Added correct sinceNikos Mavrogiannopoulos2013-01-051-0/+2
* Added functions to export structures in an allocated buffer.Nikos Mavrogiannopoulos2012-10-071-55/+61
* simplified base64 encoding/decoding functions by using a datum.Nikos Mavrogiannopoulos2012-07-081-20/+8
* Cleanup copyright headers.Simon Josefsson2012-01-251-2/+1
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-5/+5
* Run 'make update-copyright'.Simon Josefsson2012-01-161-2/+2
* gnutls_dh_params_cpy() copies the src->q_bits.Nikos Mavrogiannopoulos2012-01-061-0/+1
* Diffie Hellman PKCS #3 parameters now contain the recommended private key size.Nikos Mavrogiannopoulos2011-12-121-9/+26
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* documentation fixesNikos Mavrogiannopoulos2011-07-231-14/+14
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* gnutls_x509_log replaced with gnutls_audit_log.Nikos Mavrogiannopoulos2011-02-201-1/+1
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-62/+62
* documentation updatesNikos Mavrogiannopoulos2010-06-031-4/+2
* More fixes.Nikos Mavrogiannopoulos2010-06-031-2/+3
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* Fix GTK-DOC syntax. Unfortunately this looses some information.Simon Josefsson2010-02-171-8/+8
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Doc fix.Simon Josefsson2009-05-121-83/+91
* Fix typo that swapped prime/generator in gnutls_dh_params_generate2.Simon Josefsson2008-07-021-2/+2
* Indent code.Simon Josefsson2008-07-021-5/+5
* Initial merge attempt with gnutls_with_ext_mpiNikos Mavrogiannopoulos2008-06-281-120/+25
* do not add trailing zero on the size count.Nikos Mavrogiannopoulos2008-06-251-7/+5
* Doc fix, remove verbose 'This function will' stuff.Simon Josefsson2008-03-061-8/+8
* Move mpi.h stuff to x509_int.h.Simon Josefsson2008-02-261-2/+2
* 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