summaryrefslogtreecommitdiff
path: root/lib/auth_dh_common.c
Commit message (Expand)AuthorAgeFilesLines
* Corrected memory leaks in session resuming and DHE ciphersuites. ReportedNikos2008-02-171-2/+0
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* Use *_t types consistently.Simon Josefsson2007-08-131-2/+2
* Cleanup gnutls vs gnutls-extra integration, for OpenPGP certs.Simon Josefsson2007-01-111-2/+1
* Indent more.Simon Josefsson2005-12-151-19/+23
* Replace uint16 with uint16_t.Simon Josefsson2005-12-091-2/+2
* Replace uint8 with uint8_t.Simon Josefsson2005-12-091-4/+4
* Completed the DHE-PSK ciphersuite additions.Nikos Mavrogiannopoulos2005-11-161-26/+42
* added DHE-PSK ciphersuites and some cleanups.Nikos Mavrogiannopoulos2005-11-151-2/+47
* Use GNU coding style.Simon Josefsson2005-11-071-180/+197
* Made the PKCS #12 API handle null passwords. Based on patch byNikos Mavrogiannopoulos2005-09-271-4/+4
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* eliminated some memory leaks caused by DHE and RSA-EXPORT ciphersuites. Thank...Nikos Mavrogiannopoulos2005-03-191-0/+10
* Clean up license templates.Simon Josefsson2005-01-221-14/+16
* Indent.Simon Josefsson2004-10-281-5/+7
* Added the '_t' suffix to all exported symbols.Nikos Mavrogiannopoulos2004-06-131-4/+4
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-205/+208
* several internal types fix.Nikos Mavrogiannopoulos2004-06-051-4/+4
* Allow access to the RSA-EXPORT parameters.Nikos Mavrogiannopoulos2004-06-051-47/+24
* added function to access the DH (peer's) public key.Nikos Mavrogiannopoulos2004-06-041-6/+3
* Added news functions to allow access to the ephemeralNikos Mavrogiannopoulos2004-06-041-7/+6
* * Added CRL verification functionality to certtool.Nikos Mavrogiannopoulos2003-12-261-0/+1
* still more patches by Arne ThomassenNikos Mavrogiannopoulos2003-08-111-1/+4
* *** empty log message ***Nikos Mavrogiannopoulos2003-06-031-2/+2
* *** empty log message ***Nikos Mavrogiannopoulos2003-01-201-1/+1
* The session->gnutls_key was renamed to session->key.Nikos Mavrogiannopoulos2002-11-121-29/+29
* Merged common stuff in DHE and anonymous DH key exchange.Nikos Mavrogiannopoulos2002-10-231-0/+294