| Commit message (Expand) | Author | Age | Files | Lines |
* | Some bugfixes, and type corrections. | Nikos Mavrogiannopoulos | 2003-11-13 | 1 | -3/+3 |
* | added version check against libtasn1 | Nikos Mavrogiannopoulos | 2003-10-30 | 1 | -0/+5 |
* | Corrected some of the return types. Several other minor corrections. | Nikos Mavrogiannopoulos | 2003-10-07 | 1 | -1/+0 |
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2003-08-21 | 1 | -2/+0 |
* | RC2 is not included when PKCS#12 is disabled. | Nikos Mavrogiannopoulos | 2003-08-13 | 1 | -1/+1 |
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2003-08-13 | 1 | -5/+5 |
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2003-08-13 | 1 | -1/+1 |
* | added better check for gcrypt library. | Nikos Mavrogiannopoulos | 2003-08-13 | 1 | -1/+5 |
* | Arne: | Nikos Mavrogiannopoulos | 2003-08-13 | 1 | -0/+1 |
* | still more patches by Arne Thomassen | Nikos Mavrogiannopoulos | 2003-08-11 | 1 | -17/+17 |
* | more patches by Arne Thomassen. | Nikos Mavrogiannopoulos | 2003-08-11 | 1 | -2/+2 |
* | Applied patch from Arne Thomassen <arne@arne-thomassen.de>, which | Nikos Mavrogiannopoulos | 2003-08-09 | 1 | -3/+2 |
* | Ported to the new libgcrypt (still unstable). Also added the RC2 cipher and i... | Nikos Mavrogiannopoulos | 2003-08-07 | 1 | -0/+10 |
* | * Corrected behaviour when a certificate request message is received. | Nikos Mavrogiannopoulos | 2003-03-24 | 1 | -3/+3 |
* | The functions that return the pkix_asn and gnutls_asn types were converted to... | Nikos Mavrogiannopoulos | 2003-03-23 | 1 | -16/+7 |
* | Added ability to import PKCS8 encrypted keys. | Nikos Mavrogiannopoulos | 2003-03-21 | 1 | -1/+1 |
* | * The RSA premaster secret version check can no longer be disabled. | Nikos Mavrogiannopoulos | 2003-03-20 | 1 | -1/+1 |
* | * Improved the error logging functions, by adding a level, and | Nikos Mavrogiannopoulos | 2003-03-19 | 1 | -9/+29 |
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2003-02-21 | 1 | -2/+2 |
* | renamed gnutls_x509_fingerprint to gnutls_fingerprint. | Nikos Mavrogiannopoulos | 2003-02-10 | 1 | -2/+4 |
* | * gnutls_dh_params_generate() and gnutls_rsa_params_generate() now use | Nikos Mavrogiannopoulos | 2003-02-03 | 1 | -9/+0 |
* | The gcrypt log handler is only set when we are in debugging mode. | Nikos Mavrogiannopoulos | 2003-01-24 | 1 | -0/+3 |
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2003-01-24 | 1 | -0/+4 |
* | Added ability to send some messages back to the application using | Nikos Mavrogiannopoulos | 2003-01-23 | 1 | -6/+0 |
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2003-01-20 | 1 | -1/+1 |
* | Exported the more convenient gnutls_malloc() and gnutls_free() functions. Act... | Nikos Mavrogiannopoulos | 2002-12-07 | 1 | -29/+0 |
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2002-12-07 | 1 | -4/+6 |
* | Added the new functions gnutls_get_malloc_function(), gnutls_get_free_functio... | Nikos Mavrogiannopoulos | 2002-12-06 | 1 | -4/+30 |
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2002-12-04 | 1 | -6/+10 |
* | Cleanups. Prefixed some internal function with underscore. | Nikos Mavrogiannopoulos | 2002-12-02 | 1 | -1/+1 |
* | some updated in the documentation | Nikos Mavrogiannopoulos | 2002-11-05 | 1 | -5/+6 |
* | several fixes in the codebase, mostly in signed/unsigned checkings. | Nikos Mavrogiannopoulos | 2002-10-13 | 1 | -1/+1 |
* | enabled error messages of libgcrypt in debug mode | Nikos Mavrogiannopoulos | 2002-09-20 | 1 | -0/+13 |
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2002-09-14 | 1 | -2/+2 |
* | changes for autoconf 2.50 | Nikos Mavrogiannopoulos | 2002-09-10 | 1 | -5/+0 |
* | Renamed all the constructed types to have more consisten names, and some othe... | Nikos Mavrogiannopoulos | 2002-08-29 | 1 | -14/+14 |
* | Fixes in zlib compression code. gnutls_global_init_extra() in libgnutls-extra... | Nikos Mavrogiannopoulos | 2002-07-15 | 1 | -0/+81 |
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2002-06-20 | 1 | -2/+2 |
* | _func abreviation is no longer used. Functions renamed to _function. | Nikos Mavrogiannopoulos | 2002-06-19 | 1 | -13/+11 |
* | renamed libasn1 to libtasn1 | Nikos Mavrogiannopoulos | 2002-06-11 | 1 | -1/+1 |
* | Adapted codebase to the new libasn1 0.1.0. | Nikos Mavrogiannopoulos | 2002-06-10 | 1 | -14/+14 |
* | Added gnutls_b64_encode_fmt2() and gnutls_b64_decode_fmt2(). These functions ... | Nikos Mavrogiannopoulos | 2002-06-09 | 1 | -4/+4 |
* | Added check for C99 macro support. Stubs are used if they are not supported b... | Nikos Mavrogiannopoulos | 2002-06-09 | 1 | -2/+6 |
* | only use the libc's strdup, if using the libc's malloc function. | Nikos Mavrogiannopoulos | 2002-06-09 | 1 | -0/+8 |
* | Applied Jeff Johnson's patch which fixes type problems in 64 bit machines. Re... | Nikos Mavrogiannopoulos | 2002-05-22 | 1 | -1/+45 |
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2002-05-16 | 1 | -0/+1 |
* | License changed to LGPL | Nikos Mavrogiannopoulos | 2002-05-14 | 1 | -11/+12 |
* | Updated libgcrypt initialization stuff. Now depends on libgcrypt 1.1.7, and o... | Nikos Mavrogiannopoulos | 2002-05-08 | 1 | -2/+13 |
* | Error codes of ASN.1 parser are now independent, with a map to | Nikos Mavrogiannopoulos | 2002-03-31 | 1 | -2/+2 |
* | removed unneeded functions | Nikos Mavrogiannopoulos | 2002-03-29 | 1 | -6/+0 |