Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix mem leaks. | Simon Josefsson | 2012-01-25 | 7 | -3/+13 |
* | Cleanup copyright headers. | Simon Josefsson | 2012-01-25 | 42 | -50/+63 |
* | Fix datefudge checks, for when datefudge is missing. | Simon Josefsson | 2012-01-25 | 2 | -2/+4 |
* | Fix distcheck. | Simon Josefsson | 2012-01-25 | 1 | -1/+1 |
* | Fix datefudge checks. | Simon Josefsson | 2012-01-25 | 2 | -7/+9 |
* | Improve datefudge check. Fix builddir != srcdir. | Simon Josefsson | 2012-01-25 | 1 | -8/+11 |
* | it seems libopts does not want completely empty templates. | Nikos Mavrogiannopoulos | 2012-01-24 | 1 | -1/+1 |
* | Certtool completely relies on libopts. As a side-effect the syntax of dn_oid ... | Nikos Mavrogiannopoulos | 2012-01-22 | 5 | -3/+255 |
* | corrected AKI test. | Nikos Mavrogiannopoulos | 2012-01-21 | 1 | -1/+2 |
* | uploaded for new legacy sec level | Nikos Mavrogiannopoulos | 2012-01-21 | 2 | -2/+2 |
* | Added functions to parse authority key identifiers when stored as a 'general ... | Nikos Mavrogiannopoulos | 2012-01-21 | 7 | -4/+162 |
* | Added new security level "legacy" for 96-bit security. | Nikos Mavrogiannopoulos | 2012-01-21 | 1 | -1/+1 |
* | Fixed signed/unsigned warnings. | Nikos Mavrogiannopoulos | 2012-01-21 | 35 | -119/+127 |
* | Add/fix copyright headers. | Simon Josefsson | 2012-01-20 | 3 | -3/+3 |
* | Add OCSP functionality. | Simon Josefsson | 2012-01-20 | 2 | -0/+1484 |
* | Fix srcdir != builddir builds. | Simon Josefsson | 2012-01-16 | 1 | -1/+1 |
* | Run 'make update-copyright'. | Simon Josefsson | 2012-01-16 | 101 | -110/+107 |
* | Added gnutls_pubkey_encrypt_data(). | Nikos Mavrogiannopoulos | 2012-01-08 | 2 | -1/+196 |
* | remove trailing slash. | Nikos Mavrogiannopoulos | 2012-01-08 | 1 | -2/+1 |
* | properly deinitialize. | Nikos Mavrogiannopoulos | 2012-01-06 | 1 | -1/+5 |
* | GNUTLS_PK_ECC -> GNUTLS_PK_EC | Nikos Mavrogiannopoulos | 2012-01-02 | 1 | -1/+1 |
* | specify key type (raw) to certtool | Nikos Mavrogiannopoulos | 2011-12-31 | 1 | -4/+4 |
* | enable debugging in pgps2kgnu | Nikos Mavrogiannopoulos | 2011-12-30 | 1 | -1/+13 |
* | do not use valgrind in windows | Nikos Mavrogiannopoulos | 2011-12-30 | 2 | -2/+15 |
* | link libutils with libgnu. | Nikos Mavrogiannopoulos | 2011-12-30 | 1 | -0/+1 |
* | Allow the insertion of characters to align the randomart. | Nikos Mavrogiannopoulos | 2011-12-29 | 2 | -24/+22 |
* | Add random art to keys. | Nikos Mavrogiannopoulos | 2011-12-28 | 2 | -4/+26 |
* | Skip deflate test if libz is not available. | Nikos Mavrogiannopoulos | 2011-12-28 | 1 | -6/+27 |
* | be less verbose. | Nikos Mavrogiannopoulos | 2011-12-09 | 1 | -1/+2 |
* | cipher-test is now run without valgrind | Nikos Mavrogiannopoulos | 2011-12-01 | 3 | -8/+7 |
* | Fix syntax-check nits. | Simon Josefsson | 2011-11-29 | 1 | -3/+2 |
* | slow tests are not being run using valgrind | Nikos Mavrogiannopoulos | 2011-11-11 | 5 | -5/+45 |
* | distribute pem file | Nikos Mavrogiannopoulos | 2011-11-11 | 1 | -1/+1 |
* | Added test to detect a wrong ECDSA key. | Nikos Mavrogiannopoulos | 2011-11-11 | 2 | -0/+31 |
* | Added gnutls_x509_privkey_verify_params() which verifies the parameters of a ... | Nikos Mavrogiannopoulos | 2011-11-11 | 2 | -1/+103 |
* | account for error code 1 in certtool. | Nikos Mavrogiannopoulos | 2011-11-10 | 1 | -1/+1 |
* | silence test | Nikos Mavrogiannopoulos | 2011-11-10 | 1 | -3/+3 |
* | Added ECDSA key generation, signing and verification tests. | Nikos Mavrogiannopoulos | 2011-11-10 | 3 | -1/+114 |
* | Cleanup and fix authorship notice (I didn't write this file). | Simon Josefsson | 2011-11-09 | 1 | -29/+42 |
* | Fix srcdir!=builddir builds. | Simon Josefsson | 2011-11-09 | 4 | -8/+8 |
* | Re-indent. | Simon Josefsson | 2011-11-08 | 1 | -8/+8 |
* | Fix 'the the' double use. | Simon Josefsson | 2011-11-08 | 1 | -6/+6 |
* | Added tests for null ciphersuites. | Nikos Mavrogiannopoulos | 2011-11-05 | 1 | -0/+23 |
* | added stdarg.h for vsnprintf. | Nikos Mavrogiannopoulos | 2011-10-27 | 1 | -1/+2 |
* | libgnutls-extra is no more. | Nikos Mavrogiannopoulos | 2011-10-20 | 3 | -11/+5 |
* | updated tests for new key ID | Nikos Mavrogiannopoulos | 2011-10-13 | 2 | -2/+2 |
* | 'How to use TLS in application protocols' section was moved to introduction t... | Nikos Mavrogiannopoulos | 2011-10-13 | 1 | -1/+3 |
* | Added more elaborate test of hash functions. | Nikos Mavrogiannopoulos | 2011-10-08 | 1 | -11/+90 |
* | Updates for padlock hashes in C7 nano. Requires a part of nettle to be included. | Nikos Mavrogiannopoulos | 2011-10-05 | 1 | -386/+454 |
* | worked around openssl 1.0.0e bug (avoid using -mtu). | Nikos Mavrogiannopoulos | 2011-09-25 | 1 | -3/+3 |