summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fixes to make GC work again.Simon Josefsson2005-10-174-10/+10
* Don't link to gc directly.Simon Josefsson2005-10-172-4/+8
* Remove unused prototypes.Simon Josefsson2005-10-121-7/+0
* Made the PKCS #12 API handle null passwords. Based on patch byNikos Mavrogiannopoulos2005-09-2712-45/+64
* Revert stupid program_name workaround, patch from Martin LambersSimon Josefsson2005-09-211-3/+0
* Update.Simon Josefsson2005-08-311-1/+1
* Dist libgnutls.vers.Simon Josefsson2005-08-311-1/+1
* Fix typo.Simon Josefsson2005-08-311-1/+1
* Add.Simon Josefsson2005-08-311-0/+27
* Use version script.Simon Josefsson2005-08-311-13/+17
* Link with libz.Simon Josefsson2005-08-301-2/+1
* Add program_name, to shut up error module.Simon Josefsson2005-08-301-0/+3
* Let's pretend all system has isascii until we find one that actuallySimon Josefsson2005-08-301-1/+0
* Remove gnutls_random.h.Simon Josefsson2005-08-301-8/+7
* Don't include gnutls_random.h.Simon Josefsson2005-08-3011-11/+0
* (_gnutls_get_random): Removed, not used any more.Simon Josefsson2005-08-303-89/+1
* Call gc directly instead of _gnutls_get_random.Simon Josefsson2005-08-301-15/+30
* Call gc directly instead of _gnutls_get_random.Simon Josefsson2005-08-302-12/+22
* Fix last commit.Simon Josefsson2005-08-301-4/+4
* Call gc directly instead of _gnutls_get_random.Simon Josefsson2005-08-304-25/+29
* Doc fix.Simon Josefsson2005-08-242-22/+24
* (gnutls_certificate_verify_peers2): Doc fix, suggested by DanielSimon Josefsson2005-08-241-9/+16
* Add -I for gl.Simon Josefsson2005-08-231-1/+1
* Update to 0.2.15.Simon Josefsson2005-08-123-38/+6
* Use isascii from gnulib.Simon Josefsson2005-08-121-6/+1
* Protect config.h include.Simon Josefsson2005-08-121-13/+10
* Cleanup memmove.Simon Josefsson2005-08-121-8/+0
* Remove.Simon Josefsson2005-08-122-94/+0
* Link with gnulib for memmem.Simon Josefsson2005-08-121-3/+4
* Doc fixes, tiny patch from Ralph Giles <giles@onlinegamegroup.com>.Simon Josefsson2005-07-251-7/+6
* Sync with 0.2.14.Simon Josefsson2005-07-161-10/+11
* Fix GTK-DOC warnings.Simon Josefsson2005-07-162-7/+11
* Fix GTK-DOC warnings.Simon Josefsson2005-07-163-7/+7
* Fix GTK-DOC warning.Simon Josefsson2005-07-161-1/+1
* Fix GTK-DOC warnings.Simon Josefsson2005-07-163-6/+3
* Fix LZO 1.x vs 2.x header file #include mess.Simon Josefsson2005-07-151-1/+3
* Move MiniLZO to separate directory.Simon Josefsson2005-07-121-4/+5
* Send --help output to stdout.Simon Josefsson2005-07-021-1/+1
* Exit with 0 for --help.Simon Josefsson2005-07-021-0/+3
* Fix srcdir!=objdir builds.Simon Josefsson2005-06-151-1/+1
* Updated to minilzo 2.0 and corrected stuff pointed out byNikos Mavrogiannopoulos2005-06-081-3/+5
* some updates to prevent warnings for non constant initializersNikos Mavrogiannopoulos2005-06-021-1/+4
* fixed some type conflicts.Nikos Mavrogiannopoulos2005-05-317-8/+10
* crt_list_import() now works with DER certificates (although only 1 can be imp...Nikos Mavrogiannopoulos2005-05-291-1/+25
* *** empty log message ***Nikos Mavrogiannopoulos2005-05-281-1/+1
* correct the behaviour in DN parsing. Return the correct size when requested.Nikos Mavrogiannopoulos2005-05-281-1/+1
* eliminated some warnings.Nikos Mavrogiannopoulos2005-05-2715-27/+49
* Update FSF office address in license.Simon Josefsson2005-05-26154-163/+162
* Corrected a bug in certificate verification that could lead to a trustedNikos Mavrogiannopoulos2005-05-231-19/+29
* Include defines.h before gnutls.h, to pull in config.h, to make sureSimon Josefsson2005-05-201-2/+2