summaryrefslogtreecommitdiff
path: root/lib/auth_rsa_export.c
Commit message (Expand)AuthorAgeFilesLines
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Indent code.Simon Josefsson2009-11-051-3/+4
* Rationalized function names for signature generation and verification during ...Nikos Mavrogiannopoulos2009-11-011-2/+2
* Fix server-side TLS 1.2 support.Daiki Ueno2009-09-301-1/+3
* Respect TLS signature algorithm in server KX.Daiki Ueno2009-08-311-1/+2
* Remove write-only variable info in gen_rsa_export_server_kx().Fabian Keil2009-08-311-2/+0
* Reduce libtasn1.h includes.Simon Josefsson2008-10-081-1/+0
* Move definitions in gnutls_auth_int.h to gnutls_auth.h and update callers.Simon Josefsson2008-09-011-1/+1
* Indent code.Simon Josefsson2008-07-021-4/+4
* Initial merge attempt with gnutls_with_ext_mpiNikos Mavrogiannopoulos2008-06-281-7/+7
* Several updates in the openpgp code. Now it uses subkeys only when requested.Nikos2008-02-181-6/+4
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* External signing callback interface.Simon Josefsson2007-08-101-2/+2
* Cleanup gnutls vs gnutls-extra integration, for OpenPGP certs.Simon Josefsson2007-01-111-2/+1
* Indent more.Simon Josefsson2005-12-151-1/+3
* Replace uint16 with uint16_t.Simon Josefsson2005-12-091-1/+1
* Replace uint8 with uint8_t.Simon Josefsson2005-12-091-3/+3
* get_rsa_params was converted to behave similarly to get_dh_params.Nikos Mavrogiannopoulos2005-11-151-1/+1
* added DHE-PSK ciphersuites and some cleanups.Nikos Mavrogiannopoulos2005-11-151-1/+1
* Use GNU coding style.Simon Josefsson2005-11-071-185/+203
* Made the PKCS #12 API handle null passwords. Based on patch byNikos Mavrogiannopoulos2005-09-271-2/+2
* Don't include gnutls_random.h.Simon Josefsson2005-08-301-1/+0
* eliminated some warnings.Nikos Mavrogiannopoulos2005-05-271-1/+2
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* Clean up #include situation, merge from gnutls_1_2_1_with_include_fixes.Simon Josefsson2005-04-141-1/+1
* Clean up license templates.Simon Josefsson2005-01-221-15/+17
* Indent.Simon Josefsson2004-10-281-3/+4
* Added the '_t' suffix to all exported symbols.Nikos Mavrogiannopoulos2004-06-131-11/+11
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-209/+213
* 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 the functions gnutls_x509_crt_get_pk_rsa_raw() andNikos Mavrogiannopoulos2004-06-051-1/+1
* Allow access to the RSA-EXPORT parameters.Nikos Mavrogiannopoulos2004-06-051-11/+2
* Added gnutls_certificate_set_params_function() andNikos Mavrogiannopoulos2004-03-111-8/+10
* * Added CRL verification functionality to certtool.Nikos Mavrogiannopoulos2003-12-261-0/+1
* several cleanups.Nikos Mavrogiannopoulos2003-12-201-6/+6
* Added the callbacks gnutls_certificate_client_retrieve_function() andNikos Mavrogiannopoulos2003-12-181-59/+14
* * The error codes GNUTLS_E_NO_TEMPORARY_DH_PARAMS and GNUTLS_E_NO_TEMPORARY_R...Nikos Mavrogiannopoulos2003-12-161-1/+1
* corrected some bugs that affected openpgp authentication.Nikos Mavrogiannopoulos2003-11-271-11/+5
* still more patches by Arne ThomassenNikos Mavrogiannopoulos2003-08-111-2/+2
* Applied patch from Arne Thomassen <arne@arne-thomassen.de>, whichNikos Mavrogiannopoulos2003-08-091-1/+1
* Added some stuff needed in PKCS#10 certificate request generation. Some other...Nikos Mavrogiannopoulos2003-03-141-3/+3
* The RSA parameters handling functions, are now implemented using the rsa priv...Nikos Mavrogiannopoulos2003-03-141-1/+1
* * Added ability to generate RSA keys.Nikos Mavrogiannopoulos2003-03-121-1/+1
* some improvements in the private key handling api. It is now used internally.Nikos Mavrogiannopoulos2003-03-111-1/+1
* Several internal changes to use the new certificate API. CRL support is compl...Nikos Mavrogiannopoulos2003-02-091-8/+7
* *** empty log message ***Nikos Mavrogiannopoulos2003-01-201-1/+1
* Dropped the support for the client key exchange message 0, and server key exc...Nikos Mavrogiannopoulos2002-12-161-4/+0
* Cleanups. Prefixed some internal function with underscore.Nikos Mavrogiannopoulos2002-12-021-3/+3
* The session->gnutls_key was renamed to session->key.Nikos Mavrogiannopoulos2002-11-121-4/+4