summaryrefslogtreecommitdiff
path: root/lib/gnutls_pk.c
Commit message (Expand)AuthorAgeFilesLines
* * Added CRL verification functionality to certtool.Nikos Mavrogiannopoulos2003-12-261-0/+1
* Added support for generating and exporting DSA private keys. Exporting to PKC...Nikos Mavrogiannopoulos2003-12-181-6/+7
* Exported the gnutls_x509_privkey_sign_data(), gnutls_x509_privkey_verify_data()Nikos Mavrogiannopoulos2003-11-261-7/+7
* *** empty log message ***Nikos Mavrogiannopoulos2003-10-041-0/+1
* some cleanups.Nikos Mavrogiannopoulos2003-09-171-33/+19
* still more patches by Arne ThomassenNikos Mavrogiannopoulos2003-08-111-1/+7
* Applied patch from Arne Thomassen <arne@arne-thomassen.de>, whichNikos Mavrogiannopoulos2003-08-091-1/+1
* Ported to the new libgcrypt (still unstable). Also added the RC2 cipher and i...Nikos Mavrogiannopoulos2003-08-071-8/+9
* Added function to do the MAC verification in the PKCS #12 structure.Nikos Mavrogiannopoulos2003-06-271-0/+1
* Eliminated the need for a hard coded max MPI parameter size.Nikos Mavrogiannopoulos2003-03-311-29/+14
* *** empty log message ***Nikos Mavrogiannopoulos2003-03-201-1/+1
* * The RSA premaster secret version check can no longer be disabled.Nikos Mavrogiannopoulos2003-03-201-3/+26
* * Improved the error logging functions, by adding a level, andNikos Mavrogiannopoulos2003-03-191-3/+6
* better use of asn1_der_coding() to avoid using static buffers.Nikos Mavrogiannopoulos2003-03-171-0/+2
* Added some stuff needed in PKCS#10 certificate request generation. Some other...Nikos Mavrogiannopoulos2003-03-141-6/+6
* 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