summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***gnutls_0_6_0Nikos Mavrogiannopoulos2002-12-083-410/+492
|
* *** empty log message ***Nikos Mavrogiannopoulos2002-12-081-1/+1
|
* *** empty log message ***Nikos Mavrogiannopoulos2002-12-082-6/+7
|
* updated to include a callback for receiving openpgp keys, using libopencdk.Nikos Mavrogiannopoulos2002-12-081-481/+518
|
* some cleanupsNikos Mavrogiannopoulos2002-12-086-8/+10
|
* minor cleanupsNikos Mavrogiannopoulos2002-12-081-3/+5
|
* *** empty log message ***Nikos Mavrogiannopoulos2002-12-081-0/+1
|
* *** empty log message ***Nikos Mavrogiannopoulos2002-12-071-0/+14
|
* some fixes in server_name extensionNikos Mavrogiannopoulos2002-12-071-4/+11
|
* *** empty log message ***Nikos Mavrogiannopoulos2002-12-075-91/+67
|
* Exported the more convenient gnutls_malloc() and gnutls_free() functions. ↵Nikos Mavrogiannopoulos2002-12-079-48/+49
| | | | Actually pointers to functions.
* *** empty log message ***Nikos Mavrogiannopoulos2002-12-072-6/+8
|
* Some bug fixes for the OpenPGP code.Timo Schulz2002-12-071-49/+50
|
* *** empty log message ***Nikos Mavrogiannopoulos2002-12-071-1/+0
|
* *** empty log message ***Nikos Mavrogiannopoulos2002-12-061-0/+39
|
* *** empty log message ***Nikos Mavrogiannopoulos2002-12-062-2/+2
|
* Changed the semantics of gnutls_pem_base64_encode_alloc()Nikos Mavrogiannopoulos2002-12-063-52/+28
| | | | | | | | | and gnutls_pem_base64_decode_alloc(). In the default case were the gnutls library is used with malloc/realloc/free, these are binary compatible. They now require the returned data to be freed using the gnutls_global_get_free_function().
* some cleanups.Nikos Mavrogiannopoulos2002-12-066-9/+15
|
* Added the new functions gnutls_get_malloc_function(), ↵Nikos Mavrogiannopoulos2002-12-0620-63/+169
| | | | gnutls_get_free_function(). Also changed the way callback functions must allocate data. They now need to use these functions, instead of just calling malloc().
* more updates in the SRP parameter callback.Nikos Mavrogiannopoulos2002-12-064-19/+31
|
* *** empty log message ***Nikos Mavrogiannopoulos2002-12-062-2/+1
|
* Some updates in the srp codebase, to detect illegal usernames etc.Nikos Mavrogiannopoulos2002-12-062-2/+8
|
* added error code to report illegal srp usernames. Some fixes in the ↵Nikos Mavrogiannopoulos2002-12-064-6/+25
| | | | extension parsing to report fatal errors.
* *** empty log message ***Nikos Mavrogiannopoulos2002-12-051-0/+6
|
* some optimizations in string handling of the x.509 asn.1 parsers.Nikos Mavrogiannopoulos2002-12-042-10/+5
|
* *** empty log message ***Nikos Mavrogiannopoulos2002-12-041-3/+3
|
* *** empty log message ***Nikos Mavrogiannopoulos2002-12-042-1/+9
|
* *** empty log message ***Nikos Mavrogiannopoulos2002-12-041-6/+10
|
* Added a chapter for sources preparation. Based on the documenation of libksba.Nikos Mavrogiannopoulos2002-12-045-4/+82
|
* *** empty log message ***Nikos Mavrogiannopoulos2002-12-021-0/+36
|
* depends on opencdk 0.3.5Nikos Mavrogiannopoulos2002-12-022-11/+5
|
* *** empty log message ***Nikos Mavrogiannopoulos2002-12-024-27/+38
|
* Corrected bug in extension parsing.Nikos Mavrogiannopoulos2002-12-021-1/+1
|
* *** empty log message ***Nikos Mavrogiannopoulos2002-12-021-2/+2
|
* *** empty log message ***Nikos Mavrogiannopoulos2002-12-023-2/+63
|
* some updates on srp documentation.Nikos Mavrogiannopoulos2002-12-023-49/+4
|
* *** empty log message ***Nikos Mavrogiannopoulos2002-12-021-4/+9
|
* *** empty log message ***Nikos Mavrogiannopoulos2002-12-021-1/+2
|
* Cleanups. Prefixed some internal function with underscore.Nikos Mavrogiannopoulos2002-12-0250-174/+194
|
* *** empty log message ***Nikos Mavrogiannopoulos2002-12-011-0/+33
|
* more fixes in gnutls_x509_extract_certificate_dn_string()Nikos Mavrogiannopoulos2002-12-011-10/+11
|
* *** empty log message ***Nikos Mavrogiannopoulos2002-12-012-4/+2
|
* Added the function gnutls_srp_server_set_credentials_function()Nikos Mavrogiannopoulos2002-12-0113-199/+206
| | | | | to allow retrieving SRP parameters from an external backend - other than password files.
* Enabled the OpenPGP key retrieval callback function (untested yet).Nikos Mavrogiannopoulos2002-12-016-140/+39
|
* removed all files related to srpsha1 encoding. The are not needed any more.Nikos Mavrogiannopoulos2002-12-015-235/+3
|
* *** empty log message ***Nikos Mavrogiannopoulos2002-12-011-1/+0
|
* Added the functions:Nikos Mavrogiannopoulos2002-12-0112-133/+399
| | | | | | | | gnutls_srp_verifier() gnutls_srp_base64_encode() gnutls_srp_base64_decode() and modified the gnutls-srpcrypt, to use the exported functions.
* Some enhancements for the OpenPGP test program.Timo Schulz2002-12-011-1/+1
|
* Some new code for the OpenPGP lib.Timo Schulz2002-12-011-191/+43
|
* Some enhancements for the OpenPGP test program.Timo Schulz2002-12-011-5/+16
|