summaryrefslogtreecommitdiff
path: root/lib/auth_rsa.c
Commit message (Expand)AuthorAgeFilesLines
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-232/+240
* some other changes to the internal types names.Nikos Mavrogiannopoulos2004-06-051-1/+1
* several internal types fix.Nikos Mavrogiannopoulos2004-06-051-6/+6
* Fixed some things in the random number usage. Weak levels are usedNikos Mavrogiannopoulos2004-05-081-1/+3
* Some updates in order to compile with tcc.Nikos Mavrogiannopoulos2004-04-151-3/+3
* Added gnutls_certificate_set_params_function() andNikos Mavrogiannopoulos2004-03-111-2/+4
* * Added CRL verification functionality to certtool.Nikos Mavrogiannopoulos2003-12-261-0/+1
* several cleanups.Nikos Mavrogiannopoulos2003-12-201-3/+3
* Added the callbacks gnutls_certificate_client_retrieve_function() andNikos Mavrogiannopoulos2003-12-181-30/+8
* * The error codes GNUTLS_E_NO_TEMPORARY_DH_PARAMS and GNUTLS_E_NO_TEMPORARY_R...Nikos Mavrogiannopoulos2003-12-161-6/+8
* Applied patch from Arne Thomassen <arne@arne-thomassen.de>, whichNikos Mavrogiannopoulos2003-08-091-2/+2
* *** empty log message ***Nikos Mavrogiannopoulos2003-03-201-7/+2
* * The RSA premaster secret version check can no longer be disabled.Nikos Mavrogiannopoulos2003-03-201-22/+51
* * Improved the error logging functions, by adding a level, andNikos Mavrogiannopoulos2003-03-191-1/+1
* Added some stuff needed in PKCS#10 certificate request generation. Some other...Nikos Mavrogiannopoulos2003-03-141-1/+1
* * Added ability to generate RSA keys.Nikos Mavrogiannopoulos2003-03-121-5/+6
* some improvements in the private key handling api. It is now used internally.Nikos Mavrogiannopoulos2003-03-111-2/+2
* Several internal changes to use the new certificate API. CRL support is compl...Nikos Mavrogiannopoulos2003-02-091-5/+4
* Added ability to send some messages back to the application usingNikos Mavrogiannopoulos2003-01-231-2/+1
* *** 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-2/+2
* The session->gnutls_key was renamed to session->key.Nikos Mavrogiannopoulos2002-11-121-13/+13
* 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-2/+3
* *** empty log message ***Nikos Mavrogiannopoulos2002-09-251-1/+5
* *** empty log message ***Nikos Mavrogiannopoulos2002-09-031-1/+1
* several clean upsNikos Mavrogiannopoulos2002-09-011-2/+2
* Renamed all the constructed types to have more consisten names, and some othe...Nikos Mavrogiannopoulos2002-08-291-33/+33
* Added support for RSA_EXPORT_WITH_RC4_EXPORT_MD5 with RSA certificates with m...Nikos Mavrogiannopoulos2002-08-261-26/+36
* Corrected bug in DHE key exchange which prevented from parsing the given cert...Nikos Mavrogiannopoulos2002-08-251-10/+50
* Fixes in zlib compression code. gnutls_global_init_extra() in libgnutls-extra...Nikos Mavrogiannopoulos2002-07-151-1/+1
* Added some hints on the file purpose, and some other cleanups.Nikos Mavrogiannopoulos2002-07-101-1/+6
* Now certificate decoding makes use of partial DER decoding of the libtasn1 li...Nikos Mavrogiannopoulos2002-06-281-1/+1
* The TLS handshake no longer fails if the X.509 extensions in the Certificate ...Nikos Mavrogiannopoulos2002-06-221-1/+1
* renamed libasn1 to libtasn1Nikos Mavrogiannopoulos2002-06-111-1/+1
* Adapted codebase to the new libasn1 0.1.0.Nikos Mavrogiannopoulos2002-06-101-2/+1
* Several clean ups and bug fixes.Nikos Mavrogiannopoulos2002-05-231-1/+2
* Prefixed internal functions with _gnutls_Nikos Mavrogiannopoulos2002-05-211-2/+2
* Separated the library to gnutls and gnutls-extra. gnutls-extra library contai...Nikos Mavrogiannopoulos2002-05-201-3/+8
* Added --modules option to libgnutls-config. This option prints the extra modu...Nikos Mavrogiannopoulos2002-05-171-1/+1
* License changed to LGPLNikos Mavrogiannopoulos2002-05-141-12/+12
* Cleaned up the big number support.Nikos Mavrogiannopoulos2002-05-011-5/+5
* Added function which disables the version check in the RSA premaster secret -...Nikos Mavrogiannopoulos2002-04-101-7/+8
* *** empty log message ***Nikos Mavrogiannopoulos2002-04-021-2/+0
* *** empty log message ***gnutls_0_4_0Nikos Mavrogiannopoulos2002-04-011-1/+1
* removed unneeded functionsNikos Mavrogiannopoulos2002-03-291-1/+1
* Some cleanups in the certificate authentication. Parameters areNikos Mavrogiannopoulos2002-03-291-39/+27
* Optimized RSA decryption. (Very) Much faster nowNikos Mavrogiannopoulos2002-03-281-16/+14
* Changed certificate verification functions.Nikos Mavrogiannopoulos2002-02-221-2/+2