summaryrefslogtreecommitdiff
path: root/lib/gnutls_global.c
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***Nikos Mavrogiannopoulos2003-01-201-1/+1
* Exported the more convenient gnutls_malloc() and gnutls_free() functions. Act...Nikos Mavrogiannopoulos2002-12-071-29/+0
* *** empty log message ***Nikos Mavrogiannopoulos2002-12-071-4/+6
* Added the new functions gnutls_get_malloc_function(), gnutls_get_free_functio...Nikos Mavrogiannopoulos2002-12-061-4/+30
* *** empty log message ***Nikos Mavrogiannopoulos2002-12-041-6/+10
* Cleanups. Prefixed some internal function with underscore.Nikos Mavrogiannopoulos2002-12-021-1/+1
* some updated in the documentationNikos Mavrogiannopoulos2002-11-051-5/+6
* several fixes in the codebase, mostly in signed/unsigned checkings.Nikos Mavrogiannopoulos2002-10-131-1/+1
* enabled error messages of libgcrypt in debug modeNikos Mavrogiannopoulos2002-09-201-0/+13
* *** empty log message ***Nikos Mavrogiannopoulos2002-09-141-2/+2
* changes for autoconf 2.50Nikos Mavrogiannopoulos2002-09-101-5/+0
* Renamed all the constructed types to have more consisten names, and some othe...Nikos Mavrogiannopoulos2002-08-291-14/+14
* Fixes in zlib compression code. gnutls_global_init_extra() in libgnutls-extra...Nikos Mavrogiannopoulos2002-07-151-0/+81
* *** empty log message ***Nikos Mavrogiannopoulos2002-06-201-2/+2
* _func abreviation is no longer used. Functions renamed to _function.Nikos Mavrogiannopoulos2002-06-191-13/+11
* renamed libasn1 to libtasn1Nikos Mavrogiannopoulos2002-06-111-1/+1
* Adapted codebase to the new libasn1 0.1.0.Nikos Mavrogiannopoulos2002-06-101-14/+14
* Added gnutls_b64_encode_fmt2() and gnutls_b64_decode_fmt2(). These functions ...Nikos Mavrogiannopoulos2002-06-091-4/+4
* Added check for C99 macro support. Stubs are used if they are not supported b...Nikos Mavrogiannopoulos2002-06-091-2/+6
* only use the libc's strdup, if using the libc's malloc function.Nikos Mavrogiannopoulos2002-06-091-0/+8
* Applied Jeff Johnson's patch which fixes type problems in 64 bit machines. Re...Nikos Mavrogiannopoulos2002-05-221-1/+45
* *** empty log message ***Nikos Mavrogiannopoulos2002-05-161-0/+1
* License changed to LGPLNikos Mavrogiannopoulos2002-05-141-11/+12
* Updated libgcrypt initialization stuff. Now depends on libgcrypt 1.1.7, and o...Nikos Mavrogiannopoulos2002-05-081-2/+13
* Error codes of ASN.1 parser are now independent, with a map toNikos Mavrogiannopoulos2002-03-311-2/+2
* removed unneeded functionsNikos Mavrogiannopoulos2002-03-291-6/+0
* Several optimizationsNikos Mavrogiannopoulos2002-03-261-0/+6
* Added support for RFC2630 - PKCS7 formated structuresNikos Mavrogiannopoulos2002-03-241-1/+1
* Combined error codes of gnutls and ASN.1 parser. Also several cleanups in theNikos Mavrogiannopoulos2002-03-061-2/+2
* Added stuff for DSS certificates (not ready yet)Nikos Mavrogiannopoulos2002-01-261-6/+6
* *** empty log message ***Nikos Mavrogiannopoulos2002-01-261-3/+3
* Some corrections done ( found by using flawfinder).Nikos Mavrogiannopoulos2002-01-231-1/+1
* several cleanups in order to move to gnutls 0.4.0Nikos Mavrogiannopoulos2002-01-181-5/+6
* cleanupsNikos Mavrogiannopoulos2002-01-021-1/+1
* added support for calling global_init() several times.Nikos Mavrogiannopoulos2002-01-021-7/+12
* added static variable to check if global_init() is called for a secondNikos Mavrogiannopoulos2002-01-021-0/+7
* some cleanups. *_CREDENTIALS renamed to GNUTLS_*_CREDENTIALS.Nikos Mavrogiannopoulos2001-12-191-4/+5
* cleanups and documentation updatesNikos Mavrogiannopoulos2001-12-171-4/+4
* optimizations and fixes in the TLS PRF calculation (and the SSL3 equivalent)Nikos Mavrogiannopoulos2001-12-101-1/+1
* Several cleanups.Nikos Mavrogiannopoulos2001-12-061-4/+4
* some cleanupsNikos Mavrogiannopoulos2001-12-041-2/+2
* several fixes.Nikos Mavrogiannopoulos2001-11-101-68/+0
* cleanups and documentation updatesNikos Mavrogiannopoulos2001-11-081-4/+4
* set_push() & set_pull() functions moved to state (instead of being global)Nikos Mavrogiannopoulos2001-11-021-39/+41
* changes in order to be independent of the berkeley style socketsNikos Mavrogiannopoulos2001-10-211-30/+30
* better prime handlingNikos Mavrogiannopoulos2001-10-101-1/+10
* minor bugfixesNikos Mavrogiannopoulos2001-08-271-1/+2
* use of sigaction instead of signal(), to ignore SIGPIPENikos Mavrogiannopoulos2001-08-261-7/+63
* added new function gnutls_send_alert() to the apiNikos Mavrogiannopoulos2001-08-051-6/+3
* renamed cert_* to x509_*Nikos Mavrogiannopoulos2001-08-051-1/+1