summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* updated to the new libtasn1.Nikos Mavrogiannopoulos2004-11-114-21/+55
* *** empty log message ***Nikos Mavrogiannopoulos2004-11-111-1/+1
* corrected CRL dist points handling.Nikos Mavrogiannopoulos2004-11-101-3/+2
* corrected a sigsegv when writing CRL distribution points. It does not work pr...Nikos Mavrogiannopoulos2004-11-101-0/+3
* Use LDFLAGS instead of LIBADD, for $(LIBTASN1_LIBS).Simon Josefsson2004-11-031-1/+1
* Add -I for alloca.h in gl (why wasn't this needed before?).Simon Josefsson2004-11-031-1/+1
* GTK-DOC fixes.Simon Josefsson2004-10-305-24/+34
* Doc fix.Simon Josefsson2004-10-302-4/+4
* GTK-DOC fix.Simon Josefsson2004-10-301-1/+1
* Recurse into minitasn1/.Simon Josefsson2004-10-301-0/+3
* Remove libgnutls.vers.Simon Josefsson2004-10-301-1/+1
* Use AM_CPPFLAGS instead of obsoleted INCLUDES.Simon Josefsson2004-10-301-14/+22
* Build library in this directory.Simon Josefsson2004-10-301-8/+7
* Put .la libraries in LIBADD, not LDFLAGS, as recommended.Simon Josefsson2004-10-301-6/+4
* Build x509 files inside x509/, to avoid scattering *.o and *.lo for everySimon Josefsson2004-10-292-22/+16
* Replace GNU LD version script with Libtool -export-symbols-regex,Simon Josefsson2004-10-292-11/+2
* Doc fixes, from Martijn Koster <mak@greenhills.co.uk>.Simon Josefsson2004-10-2811-103/+40
* GTK-DOC fix.Simon Josefsson2004-10-281-1/+1
* Doc fix.Simon Josefsson2004-10-2816-103/+103
* Indent.Simon Josefsson2004-10-282-13/+11
* Indent.Simon Josefsson2004-10-2895-1739/+2045
* 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