summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Make it compile.Simon Josefsson2004-10-271-2/+2
* allow for NULL and empty passwords in pkcs12 string to keyNikos Mavrogiannopoulos2004-10-271-3/+3
* *** empty log message ***Nikos Mavrogiannopoulos2004-10-271-0/+3
* *** empty log message ***Nikos Mavrogiannopoulos2004-10-272-8/+6
* some minor fixes.Nikos Mavrogiannopoulos2004-10-261-7/+11
* (gnutls_certificate_set_x509_trust): Fix memory bug, tiny patch bySimon Josefsson2004-10-241-2/+3
* *** empty log message ***Simon Josefsson2004-10-241-0/+1
* Add pkg-config meta files, suggested by Stéphane LOEUILLETSimon Josefsson2004-10-242-0/+26
* Add parameter --la-file to libgnutls-config and libgnutls-extra-config,Simon Josefsson2004-10-241-0/+8
* print teletex strings if they contain only ASCII characters.Nikos Mavrogiannopoulos2004-10-201-2/+16
* corrected bug in _gnutls_x509_get_dn_oid().Nikos Mavrogiannopoulos2004-10-171-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2004-10-131-7/+5
* print the hex value of the name in certificates with unknown character sets.Nikos Mavrogiannopoulos2004-10-134-860/+871
* some fixesNikos Mavrogiannopoulos2004-10-131-2/+1
* Increased the precision in ASN.1 time to seconds from minutes.Nikos Mavrogiannopoulos2004-10-121-9/+29
* (gnutls_certificate_verify_peers): Fix prototype.Simon Josefsson2004-10-051-0/+3
* Don't link to gnulib in lib/ until issues are solved (see bug-gnulib).Simon Josefsson2004-10-053-4/+93
* Update Gnulib.Simon Josefsson2004-10-053-17/+24
* Replace strnstr with memstr. See discussion on bug-gnulib list.Simon Josefsson2004-09-303-16/+16
* Link with gnulib. Currently only minmax.h and strnstr are used, whichSimon Josefsson2004-09-291-0/+2
* Use strnstr from gnulib.Simon Josefsson2004-09-293-56/+4
* Fix objdir != srcdir in -I, reported by "Gerrit P. Haase"Simon Josefsson2004-09-171-1/+1
* Sync with libtasn1 0.2.11.Simon Josefsson2004-09-091-4/+4
* Fix mem leak (tiny patch). From Simon PosnjakSimon Josefsson2004-08-312-0/+3
* Typo.Simon Josefsson2004-08-271-2/+3
* Move remaining SRP functions to lib/.Simon Josefsson2004-08-251-0/+6
* Doc fix.Simon Josefsson2004-08-255-33/+23
* Doc fix.Simon Josefsson2004-08-251-17/+15
* Fix prototypes.Simon Josefsson2004-08-254-69/+81
* Fix prototypes. (Unfinished, there should be a tool to do this...)Simon Josefsson2004-08-254-17/+18
* Make gtk-doc happy.Simon Josefsson2004-08-241-17/+17
* Make gtk-doc happy.Simon Josefsson2004-08-241-1/+1
* Bump version.Simon Josefsson2004-08-221-1/+1
* Bump version.Simon Josefsson2004-08-221-1/+1
* Only apply BER indefinite logic when we have actually encountered BERSimon Josefsson2004-08-221-46/+46
* Revert ssize_t change.Simon Josefsson2004-08-221-5/+3
* Assume POSIX system (which we already do), so it has ssize_t.Simon Josefsson2004-08-221-3/+6
* Simplify further.Simon Josefsson2004-08-221-2/+2
* Simplify further.Simon Josefsson2004-08-221-3/+2
* Move things from EXTRA_DIST, to improve dependency tracking.Simon Josefsson2004-08-221-38/+42
* Remove pkcs5.Simon Josefsson2004-08-212-3/+3
* Replace PKCS5 with GC.Simon Josefsson2004-08-213-278/+6
* Corrected a memory leak. Patch got from debian bug report logs.Nikos Mavrogiannopoulos2004-08-211-0/+4
* corrected bug with generalTime ASN.1 encoding.Nikos Mavrogiannopoulos2004-08-211-1/+1
* Fix.Simon Josefsson2004-08-211-3/+2
* Use gc.Simon Josefsson2004-08-211-23/+29
* Use automake VERSION instead of GNUTLS_VERSION.Simon Josefsson2004-08-201-1/+1
* Remove size_t, time_t, ptrdiff_t definitions.Simon Josefsson2004-08-201-14/+0
* Assume time_t is in time.h (ANSI C89).Simon Josefsson2004-08-201-4/+2
* Assume size_t is in stddef.h (C89).Simon Josefsson2004-08-201-4/+2