summaryrefslogtreecommitdiff
path: root/lib/auth_rsa.c
Commit message (Expand)AuthorAgeFilesLines
* *** 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
* Corrected bug in RSA authentication, responsible for randomNikos Mavrogiannopoulos2002-02-171-5/+6
* *** empty log message ***Nikos Mavrogiannopoulos2002-02-171-1/+1
* Some cleanups.Nikos Mavrogiannopoulos2002-02-161-22/+10
* Corrected bugs in RSA authentication. Random value is not generatedNikos Mavrogiannopoulos2002-02-141-7/+7
* Added LIBOPENCDK ifdefs (suggested by Andrew McDonald)Nikos Mavrogiannopoulos2002-02-081-1/+2
* Added OpenPGP certificate support in gnutls.Nikos Mavrogiannopoulos2002-02-031-24/+126
* GNUTLS_X509PKI -> GNUTLS_CRD_X509PKINikos Mavrogiannopoulos2002-01-281-2/+2
* Added support to select a certificate based on the peer's cipherNikos Mavrogiannopoulos2002-01-271-3/+3
* added support for DSS certificates.gnutls_with_dss_cert_supportNikos Mavrogiannopoulos2002-01-271-6/+8
* corrected behaviour against PKCS-1 attacks. (it seems that debugging codeNikos Mavrogiannopoulos2002-01-231-4/+4
* CleanupsNikos Mavrogiannopoulos2002-01-041-4/+0