summaryrefslogtreecommitdiff
path: root/lib/gnutls_pk.c
Commit message (Expand)AuthorAgeFilesLines
* Indent more.Simon Josefsson2005-12-151-2/+4
* Replace "uint" with "unsigned". Remove unused "sint".Simon Josefsson2005-12-091-4/+4
* Use GNU coding style.Simon Josefsson2005-11-071-509/+599
* Made the PKCS #12 API handle null passwords. Based on patch byNikos Mavrogiannopoulos2005-09-271-4/+4
* Don't include gnutls_random.h.Simon Josefsson2005-08-301-1/+0
* Fix last commit.Simon Josefsson2005-08-301-4/+4
* Call gc directly instead of _gnutls_get_random.Simon Josefsson2005-08-301-5/+3
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* Clean up license templates.Simon Josefsson2005-01-221-14/+16
* Indent.Simon Josefsson2004-10-281-11/+14
* Typo.Simon Josefsson2004-08-171-1/+0
* Simplify computation of PKCS#1 version 1.5 type 2 non-zero pad bytes,Simon Josefsson2004-08-171-26/+4
* Use minmax.h from gnulib instead of GMIN/GMAX.Simon Josefsson2004-08-171-1/+1
* eliminated some memory leaks. Reported by Yoann Vandoorselaere <yoann@prelude...Nikos Mavrogiannopoulos2004-07-091-4/+2
* Corrected bug in PKCS #1 encryption.Nikos Mavrogiannopoulos2004-06-161-2/+2
* Added the '_t' suffix to all exported symbols.Nikos Mavrogiannopoulos2004-06-131-12/+12
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-631/+658
* several internal types fix.Nikos Mavrogiannopoulos2004-06-051-20/+20
* *** empty log message ***Nikos Mavrogiannopoulos2004-06-021-1/+1
* Added gnutls_auth_client_get_type() and gnutls_auth_server_get_type().Nikos Mavrogiannopoulos2004-05-031-0/+1
* Some updates in order to compile with tcc.Nikos Mavrogiannopoulos2004-04-151-5/+5
* * 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