summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix warning.Simon Josefsson2005-01-181-2/+2
* Sync with libtasn1 0.2.13.Simon Josefsson2005-01-188-399/+351
* (_gnutls_x509_data2hex): Make sure bin2hex will convert entire stringSimon Josefsson2005-01-071-0/+6
* (_gnutls_set_keys): Use larger buffer, to hold entire hex output.Simon Josefsson2005-01-071-2/+2
* (generate_normal_master): Use larger buffer, to hold entire hexSimon Josefsson2005-01-071-2/+2
* (_gnutls_bin2hex): Return truncated string instead of NULL, to make itSimon Josefsson2005-01-071-7/+4
* (_gnutls_x509_parse_dn): Return buffer size, not string size, inSimon Josefsson2005-01-051-2/+2
* *** empty log message ***Simon Josefsson2004-12-261-0/+1
* *** empty log message ***Nikos Mavrogiannopoulos2004-12-151-12/+11
* *** empty log message ***Nikos Mavrogiannopoulos2004-12-151-1/+1
* corrected bug in gnutls_x509_set_time()Nikos Mavrogiannopoulos2004-12-151-0/+1
* Corrected bugs found by Marcin Garski <mgarski@post.pl>Nikos Mavrogiannopoulos2004-12-152-2/+3
* The certificate chain verification function now checks certificates in the re...Nikos Mavrogiannopoulos2004-12-012-1176/+1146
* corrected bug in parse_dn_oid(). Traced and reported by Pelle Johansson.Nikos Mavrogiannopoulos2004-11-251-1/+4
* Doc fix.Simon Josefsson2004-11-191-4/+7
* 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