summaryrefslogtreecommitdiff
path: root/lib/gnutls_pk.c
Commit message (Expand)AuthorAgeFilesLines
* some fixes in types.Nikos Mavrogiannopoulos2003-02-181-1/+2
* ported to libtasn1 0.2.x. Also the included minitasn1 was replaced by the 0.2...Nikos Mavrogiannopoulos2003-02-141-8/+8
* some fixes. There wasn't any limitation in libtasn1 code... just my lazyness.Nikos Mavrogiannopoulos2003-02-051-0/+1
* *** empty log message ***Nikos Mavrogiannopoulos2003-01-201-1/+1
* Cleanups. Prefixed some internal function with underscore.Nikos Mavrogiannopoulos2002-12-021-5/+5
* Added some new error codes and updated client.Nikos Mavrogiannopoulos2002-11-031-6/+6
* GNUTLS_E_UNKNOWN_ERROR was removed, and was replaced by GNUTLS_E_INTERNAL_ERROR.Nikos Mavrogiannopoulos2002-10-281-7/+7
* Documented error codes in an appendix. This documentation is generated automa...Nikos Mavrogiannopoulos2002-10-251-1/+1
* Added more descriptive error codes to be returned by gnutls_strerror(). Remov...Nikos Mavrogiannopoulos2002-10-241-3/+3
* several fixes in the codebase, mostly in signed/unsigned checkings.Nikos Mavrogiannopoulos2002-10-131-7/+9
* Added some hints on the file purpose, and some other cleanups.Nikos Mavrogiannopoulos2002-07-101-1/+2
* *** empty log message ***Nikos Mavrogiannopoulos2002-06-191-6/+9
* Corrected bug in PKCS-1 RSA encryption.Nikos Mavrogiannopoulos2002-06-191-0/+5
* Adapted codebase to the new libasn1 0.1.0.Nikos Mavrogiannopoulos2002-06-101-23/+22
* Applied Jeff Johnson's patch which fixes type problems in 64 bit machines. Re...Nikos Mavrogiannopoulos2002-05-221-6/+8
* License changed to LGPLNikos Mavrogiannopoulos2002-05-141-11/+12
* *** empty log message ***Nikos Mavrogiannopoulos2002-05-101-1/+1
* Cleaned up the big number support.Nikos Mavrogiannopoulos2002-05-011-22/+22
* changes for 0.4.1gnutls_0_4_1Nikos Mavrogiannopoulos2002-04-081-1/+2
* Optimized RSA signature calculationNikos Mavrogiannopoulos2002-04-031-27/+64
* *** empty log message ***Nikos Mavrogiannopoulos2002-03-311-2/+2
* Error codes of ASN.1 parser are now independent, with a map toNikos Mavrogiannopoulos2002-03-311-8/+8
* Some cleanups in the certificate authentication. Parameters areNikos Mavrogiannopoulos2002-03-291-37/+42
* *** empty log message ***Nikos Mavrogiannopoulos2002-03-281-1/+7
* Optimized RSA decryption. (Very) Much faster nowNikos Mavrogiannopoulos2002-03-281-3/+60
* some error codes were renamed to more appropriate namesNikos Mavrogiannopoulos2002-03-101-10/+10
* Combined error codes of gnutls and ASN.1 parser. Also several cleanups in theNikos Mavrogiannopoulos2002-03-061-9/+9
* added (an impossible situation) checkNikos Mavrogiannopoulos2002-02-251-1/+5
* Corrected bug in RSA authentication, responsible for randomNikos Mavrogiannopoulos2002-02-171-4/+15
* corrected bug in DSA signing.Nikos Mavrogiannopoulos2002-01-271-4/+4
* added support for DSS certificates.gnutls_with_dss_cert_supportNikos Mavrogiannopoulos2002-01-271-76/+180
* Added stuff for DSS certificates (not ready yet)Nikos Mavrogiannopoulos2002-01-261-35/+294
* *** empty log message ***Nikos Mavrogiannopoulos2001-12-111-6/+3
* Cleanups. Now use GCRYMPI_FMT_STD instead of USG.Nikos Mavrogiannopoulos2001-12-081-8/+12
* corrected memory leaks and other bugsNikos Mavrogiannopoulos2001-11-071-7/+7
* ssl3 fixes and several others.Nikos Mavrogiannopoulos2001-08-071-5/+25
* several additions for x509 client authenticationNikos Mavrogiannopoulos2001-08-061-3/+23
* added internal memory handlersNikos Mavrogiannopoulos2001-08-041-1/+1
* bugfixesNikos Mavrogiannopoulos2001-07-241-2/+0
* *** empty log message ***Nikos Mavrogiannopoulos2001-07-211-3/+5
* added some kind of certificate checkingNikos Mavrogiannopoulos2001-07-201-3/+3
* fixes in ChangeCipherSpec handling (this also fixes rehandshake).Nikos Mavrogiannopoulos2001-06-241-1/+0
* client side RSA works (no certificate checking)Nikos Mavrogiannopoulos2001-06-201-4/+5
* several fixes for RSA. gnutls server can now work with rsa certificates.Nikos Mavrogiannopoulos2001-06-171-5/+10
* several additions for RSA (mostly unstable)Nikos Mavrogiannopoulos2001-06-171-9/+183
* some support for public key encryption (rsa)Nikos Mavrogiannopoulos2001-06-161-0/+77