Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update gnulib files. | Simon Josefsson | 2009-01-21 | 50 | -213/+331 |
* | Check return value properly. | Simon Josefsson | 2009-01-13 | 1 | -3/+2 |
* | Fix mem leak because buffer is not expanded correctly. | Simon Josefsson | 2009-01-13 | 1 | -4/+4 |
* | Permit V1 Certificate Authorities properly. | Simon Josefsson | 2009-01-09 | 1 | -2/+14 |
* | Cleanup logger function type. | Simon Josefsson | 2009-01-07 | 5 | -23/+15 |
* | Bump versions. | Simon Josefsson | 2009-01-07 | 2 | -4/+4 |
* | Doc fixes. | Simon Josefsson | 2009-01-07 | 1 | -99/+95 |
* | Fix warnings. | Simon Josefsson | 2009-01-07 | 5 | -22/+13 |
* | Update gnulib files. | Simon Josefsson | 2009-01-07 | 38 | -190/+576 |
* | actually deprecate MD5 and MD2 signatures during X.509 verification by treati... | Daniel Kahn Gillmor | 2009-01-06 | 1 | -0/+2 |
* | Print public key id for certificate requests too. | Simon Josefsson | 2008-12-11 | 1 | -3/+42 |
* | Bump versions. | Simon Josefsson | 2008-12-11 | 2 | -4/+4 |
* | gnutls: New interface to get key id for certificate requests. | Simon Josefsson | 2008-12-11 | 2 | -0/+162 |
* | Disable parts of gnulib self-tests that fail on mingw. | Simon Josefsson | 2008-12-10 | 1 | -1/+2 |
* | Update gnulib files. | Simon Josefsson | 2008-12-10 | 1 | -3/+3 |
* | Revert "Fix warnings in opencdk." | Simon Josefsson | 2008-12-10 | 9 | -27/+18 |
* | Revert last commit. | Simon Josefsson | 2008-12-10 | 1 | -14/+35 |
* | Revert Nikos revert, and fix verification hopefully better. | Simon Josefsson | 2008-12-10 | 1 | -35/+14 |
* | reintroduced the self signed certificate removal code. This time shouldn't ha... | Nikos Mavrogiannopoulos | 2008-12-05 | 1 | -0/+18 |
* | Disable secmem rather than overriding libgcrypt memory allocators. | Simon Josefsson | 2008-12-05 | 1 | -7/+5 |
* | rearranged initialization stuff based on Werner's suggestions. | Nikos Mavrogiannopoulos | 2008-12-04 | 1 | -13/+13 |
* | Fix warnings in opencdk. | Simon Josefsson | 2008-12-03 | 9 | -18/+27 |
* | Update gnulib files. | Simon Josefsson | 2008-12-01 | 2 | -35/+89 |
* | Fix minitasn1 -I's. | Simon Josefsson | 2008-11-25 | 2 | -2/+2 |
* | Fix minitasn1 -I. | Simon Josefsson | 2008-11-25 | 1 | -1/+1 |
* | Fix compiler warning. | Simon Josefsson | 2008-11-25 | 1 | -1/+0 |
* | Converted non-C compliant code to standard C. The usage of | Nikos Mavrogiannopoulos | 2008-11-23 | 6 | -10/+22 |
* | When reading data from a buffer (gnutls_string) avoid memmoving all remaining... | Nikos Mavrogiannopoulos | 2008-11-23 | 5 | -237/+153 |
* | Clean up LZO initialization. | Simon Josefsson | 2008-11-18 | 1 | -4/+2 |
* | Don't use // comments. | Simon Josefsson | 2008-11-18 | 1 | -1/+1 |
* | Sync with TP. | Simon Josefsson | 2008-11-18 | 1 | -7/+7 |
* | Sync with TP. | Simon Josefsson | 2008-11-18 | 1 | -7/+7 |
* | Sync with TP. | Simon Josefsson | 2008-11-18 | 2 | -186/+306 |
* | Bump versions. | Simon Josefsson | 2008-11-18 | 2 | -2/+2 |
* | Sync with libtasn1 v1.7. | Simon Josefsson | 2008-11-18 | 11 | -322/+338 |
* | Fix WARN_CFLAGS uses. | Simon Josefsson | 2008-11-18 | 2 | -2/+2 |
* | Fix warnings. | Simon Josefsson | 2008-11-18 | 1 | -14/+24 |
* | Move C++ and -output-def detection. | Simon Josefsson | 2008-11-18 | 3 | -42/+5 |
* | Fix linker script test. | Simon Josefsson | 2008-11-18 | 3 | -31/+2 |
* | Print C++ status. | Simon Josefsson | 2008-11-18 | 1 | -2/+0 |
* | Use more warnings. Fix many warnings. | Simon Josefsson | 2008-11-17 | 11 | -134/+161 |
* | Fix cosmetic nits in header files. | Simon Josefsson | 2008-11-17 | 6 | -685/+774 |
* | Fix namespace of version symbols. | Simon Josefsson | 2008-11-17 | 2 | -5/+12 |
* | Move #include's outside of C++ markers. | Simon Josefsson | 2008-11-17 | 1 | -13/+12 |
* | Update gnulib files. | Simon Josefsson | 2008-11-17 | 1 | -7/+30 |
* | Update gnulib files. | Simon Josefsson | 2008-11-17 | 7 | -26/+24 |
* | Make it build. | Simon Josefsson | 2008-11-17 | 1 | -0/+1 |
* | Corrected memory leak in _gnutls_free_auth_info(). Trace and patch by Michael... | Nikos Mavrogiannopoulos | 2008-11-15 | 1 | -0/+11 |
* | Make it compile with --disable-openpgp. | Simon Josefsson | 2008-11-14 | 1 | -1/+3 |
* | Don't return from void function. | Simon Josefsson | 2008-11-14 | 1 | -1/+1 |