Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added a valid template | Nikos Mavrogiannopoulos | 2012-02-14 | 1 | -1/+1 |
* | tests with fork are disabled in windows | Nikos Mavrogiannopoulos | 2012-02-11 | 2 | -4/+24 |
* | added test to check whether the DTLS timeout is within a reasonable time. | Nikos Mavrogiannopoulos | 2012-02-11 | 2 | -1/+298 |
* | print client/server when in debugging | Nikos Mavrogiannopoulos | 2012-02-09 | 6 | -6/+18 |
* | Added Sean. | Nikos Mavrogiannopoulos | 2012-02-09 | 1 | -1/+2 |
* | tests print server or client side in debugging output. | Nikos Mavrogiannopoulos | 2012-02-08 | 7 | -9/+29 |
* | mini-loss2 is more robust. | Nikos Mavrogiannopoulos | 2012-02-08 | 4 | -642/+336 |
* | Added test program mini-loss2. | Nikos Mavrogiannopoulos | 2012-02-08 | 2 | -1/+366 |
* | Added test to simulate loss of packets in DTLS. | Nikos Mavrogiannopoulos | 2012-02-08 | 3 | -1/+336 |
* | Added test to ensure we can decode PEM encoded certificates with carriage ret... | Nikos Mavrogiannopoulos | 2012-01-30 | 3 | -3/+68 |
* | silence test | Nikos Mavrogiannopoulos | 2012-01-30 | 1 | -3/+2 |
* | updated for new gnutls_ocsp_resp_verify_direct semantics. | Nikos Mavrogiannopoulos | 2012-01-29 | 1 | -16/+1 |
* | 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 |