summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* updated documentationNikos Mavrogiannopoulos2001-12-071-0/+1
* callbacks now get a GNUTLS_STATE argument.Nikos Mavrogiannopoulos2001-12-073-7/+7
* GNUTLS_KX_RSA renamed to GNUTLS_KX_X509PKI_RSA (and the other X509 keyNikos Mavrogiannopoulos2001-12-075-133/+88
* GNUTLS_LIST is now int*Nikos Mavrogiannopoulos2001-12-066-110/+57
* cleanups againNikos Mavrogiannopoulos2001-12-0613-142/+138
* some changes to keep gcc -Wall happyNikos Mavrogiannopoulos2001-12-065-34/+54
* Several cleanups.Nikos Mavrogiannopoulos2001-12-0614-131/+136
* Changes in function names concerning _db_ handling and _session_ handling.Nikos Mavrogiannopoulos2001-12-055-43/+45
* Added callback to select the server certificate.Nikos Mavrogiannopoulos2001-12-0511-374/+551
* optimized certificate handling APINikos Mavrogiannopoulos2001-12-054-104/+66
* several cleanups. Removed old unneeded functions.Nikos Mavrogiannopoulos2001-12-055-171/+69
* some cleanupsNikos Mavrogiannopoulos2001-12-045-17/+17
* now the peer's certificate list is stored into auth info structure (insteadNikos Mavrogiannopoulos2001-12-0417-419/+707
* moving gnutls_DN structures out of gnutls_cert and auth_info structures.Nikos Mavrogiannopoulos2001-12-0412-234/+286
* fixes in autoconf scriptsNikos Mavrogiannopoulos2001-12-012-5/+4
* updated detection of library settingsNikos Mavrogiannopoulos2001-12-013-6/+20
* The RDN sequence needed in the certificate request message isNikos Mavrogiannopoulos2001-11-305-60/+111
* ""Fabio Fiorina2001-11-293-98/+242
* introduced gnutls_x509pki_get_certificate(). This function returns theNikos Mavrogiannopoulos2001-11-2917-84/+529
* *** empty log message ***Nikos Mavrogiannopoulos2001-11-281-1/+1
* cleanups and some corrections.Nikos Mavrogiannopoulos2001-11-263-4/+4
* gnutls_handshake(), gnutls_read() etc. functions no longer requireNikos Mavrogiannopoulos2001-11-2511-205/+222
* updated documentation (and generation of tex)Nikos Mavrogiannopoulos2001-11-201-4/+4
* fixed gnutls_kx_get_name()Nikos Mavrogiannopoulos2001-11-201-1/+1
* cleanupsNikos Mavrogiannopoulos2001-11-202-14/+29
* Gdoc updated. Now handles powers and '->' symbol automatically for tex.Nikos Mavrogiannopoulos2001-11-172-15/+15
* corrected typoNikos Mavrogiannopoulos2001-11-161-1/+0
* Documentation for ASN.1 has been moved to inline comments and to theNikos Mavrogiannopoulos2001-11-164-27/+309
* removed E_TIMEOUTNikos Mavrogiannopoulos2001-11-152-2/+0
* corrected some obscure bugs in the handshake and record send buffering code.Nikos Mavrogiannopoulos2001-11-158-60/+114
* removed debugging stuffNikos Mavrogiannopoulos2001-11-131-2/+2
* more fixesNikos Mavrogiannopoulos2001-11-131-12/+13
* more non blocking IO fixesNikos Mavrogiannopoulos2001-11-1312-91/+127
* va_copy macro renamed to VA_COPYNikos Mavrogiannopoulos2001-11-122-6/+8
* several fixes.Nikos Mavrogiannopoulos2001-11-1015-214/+382
* *** empty log message ***Nikos Mavrogiannopoulos2001-11-082-3/+2
* cleanups and documentation updatesNikos Mavrogiannopoulos2001-11-088-39/+58
* rolled back previous change...Nikos Mavrogiannopoulos2001-11-081-6/+2
* made empty certificate message consistent with other implementations.Nikos Mavrogiannopoulos2001-11-081-2/+13
* corrected memory leaks and other bugsNikos Mavrogiannopoulos2001-11-0718-112/+131
* added warningNikos Mavrogiannopoulos2001-11-061-2/+6
* added max_record_size extensionNikos Mavrogiannopoulos2001-11-0613-28/+250
* corrected bug which made get_current_session, not to return the right sizeNikos Mavrogiannopoulos2001-11-061-3/+6
* receive buffer is now dynamic.Nikos Mavrogiannopoulos2001-11-056-19/+36
* changed semantics of the GNUTLS_E_REHANDSHAKE error code.Nikos Mavrogiannopoulos2001-11-052-6/+7
* added support for va_copyNikos Mavrogiannopoulos2001-11-052-0/+30
* cleanupsgnutls_0_2_10Nikos Mavrogiannopoulos2001-11-054-6/+4
* list -> gnutls_listNikos Mavrogiannopoulos2001-11-051-5/+5
* changed LIST to GNUTLS_LISTNikos Mavrogiannopoulos2001-11-044-17/+20
* added new function to check for expired sessions.Nikos Mavrogiannopoulos2001-11-042-2/+29