summaryrefslogtreecommitdiff
path: root/lib/gnutls_rsa_export.c
Commit message (Expand)AuthorAgeFilesLines
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* The crippled status of an gnutls_x509_privkey_t was removed.Nikos Mavrogiannopoulos2011-07-231-2/+0
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* gnutls_pk_params_st is used internally to transfer public key parameters. Thi...Nikos Mavrogiannopoulos2011-05-221-6/+6
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-16/+16
* 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 fixes.Simon Josefsson2009-01-071-99/+95
* Fix warnings.Simon Josefsson2009-01-071-8/+1
* Initial merge attempt with gnutls_with_ext_mpiNikos Mavrogiannopoulos2008-06-281-111/+1
* Doc fix, remove verbose 'This function will' stuff.Simon Josefsson2008-03-061-8/+8
* Move privkey.h stuff to x509_int.h.Simon Josefsson2008-02-261-1/+0
* Rename lib/x509/x509.h to x509_int.h.Simon Josefsson2008-02-251-2/+2
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* added DHE-PSK ciphersuites and some cleanups.Nikos Mavrogiannopoulos2005-11-151-1/+1
* Use GNU coding style.Simon Josefsson2005-11-071-115/+134
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* certtool can now fix the old RSA private keys. This is done by using the -k p...Nikos Mavrogiannopoulos2005-04-271-1/+1
* Clean up license templates.Simon Josefsson2005-01-221-14/+16
* Indent.Simon Josefsson2004-10-281-3/+4
* Added the '_t' suffix to all exported symbols.Nikos Mavrogiannopoulos2004-06-131-22/+21
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-137/+143
* several internal types fix.Nikos Mavrogiannopoulos2004-06-051-2/+2
* Optimized (a bit) the rsa_parameter copying. I don't like it.Nikos Mavrogiannopoulos2004-04-071-1/+10
* * Added functions gnutls_rsa_params_cpy(), gnutls_dh_params_cpy()Nikos Mavrogiannopoulos2004-03-131-0/+15
* * Added CRL verification functionality to certtool.Nikos Mavrogiannopoulos2003-12-261-0/+1
* Added support for generating and exporting DSA private keys. Exporting to PKC...Nikos Mavrogiannopoulos2003-12-181-1/+3
* * The error codes GNUTLS_E_NO_TEMPORARY_DH_PARAMS and GNUTLS_E_NO_TEMPORARY_R...Nikos Mavrogiannopoulos2003-12-161-1/+0
* Included gnutls_1_0_0_patches.Nikos Mavrogiannopoulos2003-12-101-0/+51
* Some changes in types.Nikos Mavrogiannopoulos2003-10-081-2/+2
* more fixes by Arne.Nikos Mavrogiannopoulos2003-08-121-1/+1
* Ported to the new libgcrypt (still unstable). Also added the RC2 cipher and i...Nikos Mavrogiannopoulos2003-08-071-1/+1
* The functions that return the pkix_asn and gnutls_asn types were converted to...Nikos Mavrogiannopoulos2003-03-231-0/+7
* The RSA parameters handling functions, are now implemented using the rsa priv...Nikos Mavrogiannopoulos2003-03-141-184/+17
* The RSA and DH parameter handling has been updated.Nikos Mavrogiannopoulos2003-02-161-85/+55
* Several internal changes to use the new certificate API. CRL support is compl...Nikos Mavrogiannopoulos2003-02-091-1/+1
* Several fixes and improvements in CRL support.Nikos Mavrogiannopoulos2003-02-061-2/+6
* * gnutls_dh_params_generate() and gnutls_rsa_params_generate() now useNikos Mavrogiannopoulos2003-02-031-21/+21
* Added ability to send some messages back to the application usingNikos Mavrogiannopoulos2003-01-231-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2003-01-201-1/+1
* Cleanups. Prefixed some internal function with underscore.Nikos Mavrogiannopoulos2002-12-021-16/+16
* Combined GNUTLS_E_INVALID_PARAMETERS wich GNUTLS_E_INVALID_REQUEST. Introduce...Nikos Mavrogiannopoulos2002-11-021-3/+3
* GNUTLS_E_UNKNOWN_ERROR was removed, and was replaced by GNUTLS_E_INTERNAL_ERROR.Nikos Mavrogiannopoulos2002-10-281-6/+6
* several fixes in the codebase, mostly in signed/unsigned checkings.Nikos Mavrogiannopoulos2002-10-131-1/+2
* Corrected bug in gnutls_dh_params_set(). Corrected bug in session resuming co...Nikos Mavrogiannopoulos2002-09-111-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2002-09-071-4/+5
* Renamed all the constructed types to have more consisten names, and some othe...Nikos Mavrogiannopoulos2002-08-291-5/+5
* Corrected bug in DHE key exchange which prevented from parsing the given cert...Nikos Mavrogiannopoulos2002-08-251-0/+440