summaryrefslogtreecommitdiff
path: root/lib/auth_rsa_export.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* GNUTLS_E_UNKNOWN_ERROR was removed, and was replaced by GNUTLS_E_INTERNAL_ERROR.Nikos Mavrogiannopoulos2002-10-281-2/+2
* several fixes in the codebase, mostly in signed/unsigned checkings.Nikos Mavrogiannopoulos2002-10-131-3/+4
* Some fixes for the used realloc() function. Now we have gnutls_realloc_fast()...Nikos Mavrogiannopoulos2002-09-091-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2002-09-031-1/+1
* several clean upsNikos Mavrogiannopoulos2002-09-011-1/+1
* Renamed all the constructed types to have more consisten names, and some othe...Nikos Mavrogiannopoulos2002-08-291-22/+22
* *** empty log message ***Nikos Mavrogiannopoulos2002-08-261-0/+5
* Added support for RSA_EXPORT_WITH_RC4_EXPORT_MD5 with RSA certificates with m...Nikos Mavrogiannopoulos2002-08-261-1/+62
* *** empty log message ***Nikos Mavrogiannopoulos2002-08-251-1/+1
* Corrected bug in DHE key exchange which prevented from parsing the given cert...Nikos Mavrogiannopoulos2002-08-251-0/+294