Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Tests compile with --enable-gcc-warnings. | Nikos Mavrogiannopoulos | 2010-01-13 | 10 | -29/+29 | |
* | Specify in detail what to be copied when resuming. It seems there | Nikos Mavrogiannopoulos | 2010-01-13 | 2 | -5/+5 | |
* | Removed warnings. | Nikos Mavrogiannopoulos | 2010-01-13 | 1 | -1/+1 | |
* | When resuming no extensions were parsed thus the safe | Nikos Mavrogiannopoulos | 2010-01-12 | 1 | -2/+19 | |
* | When checking self signature also check the signatures of all subkeys. | Nikos Mavrogiannopoulos | 2010-01-12 | 6 | -4/+30 | |
* | hash_fast -> hmac_fast | Nikos Mavrogiannopoulos | 2010-01-11 | 1 | -8/+8 | |
* | Revert "Added plain MD5 hash check and corrected gnutls_hash_fast() usage in ... | Nikos Mavrogiannopoulos | 2009-12-05 | 1 | -16/+0 | |
* | This is a follow-up to commit 3d8da5765133c6ced37bf29b5a07f950b8c26cd7, that ... | Nikos Mavrogiannopoulos | 2009-12-02 | 2 | -2/+2 | |
* | Added plain MD5 hash check and corrected gnutls_hash_fast() usage in openssl.c | Nikos Mavrogiannopoulos | 2009-12-02 | 1 | -0/+16 | |
* | Exported gnutls_cipher_get_block_size() and all hash functions added to libgn... | Nikos Mavrogiannopoulos | 2009-12-02 | 1 | -8/+8 | |
* | More fixes of grep -q problem. | Simon Josefsson | 2009-11-27 | 3 | -8/+8 | |
* | Don't use 'grep -q', to fix portability to OpenSolaris. | Simon Josefsson | 2009-11-23 | 1 | -1/+1 | |
* | Indent code. | Simon Josefsson | 2009-11-05 | 25 | -337/+372 | |
* | Use INET_NTOP_LIB and INET_PTON_LIB. | Simon Josefsson | 2009-11-03 | 1 | -1/+1 | |
* | Fix time bomb in chainverify self-test. | Simon Josefsson | 2009-11-02 | 1 | -0/+15 | |
* | RSA_SHA -> RSA_SHA1 | Nikos Mavrogiannopoulos | 2009-11-01 | 2 | -2/+2 | |
* | Fix expired cert. | Simon Josefsson | 2009-10-20 | 1 | -1/+4 | |
* | Fix MAC password. | Simon Josefsson | 2009-10-14 | 1 | -3/+3 | |
* | Use better friendly names. | Simon Josefsson | 2009-10-14 | 1 | -1/+2 | |
* | Add self test to test PKCS#12 functions. | Simon Josefsson | 2009-10-14 | 2 | -1/+171 | |
* | Add X509 Issuer Altname functions | Brad Hards | 2009-09-10 | 2 | -1/+120 | |
* | Don't use ! to negate exit status. | Simon Josefsson | 2009-09-07 | 1 | -2/+5 | |
* | Build when OpenPGP is disabled. | Simon Josefsson | 2009-09-03 | 1 | -2/+12 | |
* | Likewise. | Simon Josefsson | 2009-08-28 | 1 | -1/+1 | |
* | Don't use deprecated type. | Simon Josefsson | 2009-08-28 | 1 | -1/+1 | |
* | Fix deprecated usage of gnutls_datum. | Simon Josefsson | 2009-08-28 | 5 | -6/+6 | |
* | Fix double-free | Daiki Ueno | 2009-08-24 | 1 | -1/+2 | |
* | Add check of OpenPGP cert too. | Simon Josefsson | 2009-08-20 | 1 | -41/+96 | |
* | Fix memleaks. | Daiki Ueno | 2009-08-20 | 3 | -1/+9 | |
* | session ticket support | Daiki Ueno | 2009-08-19 | 1 | -29/+80 | |
* | Fix. | Simon Josefsson | 2009-08-13 | 1 | -6/+0 | |
* | Add another SAN/CN collision test. | Simon Josefsson | 2009-08-13 | 1 | -0/+104 | |
* | Fix logic. | Simon Josefsson | 2009-08-12 | 1 | -2/+2 | |
* | Test when SAN and CN differs. | Simon Josefsson | 2009-08-12 | 1 | -0/+84 | |
* | Move comment into source. | Simon Josefsson | 2009-08-07 | 3 | -15/+8 | |
* | Fix invocation of rfc2253-escape-test. | Simon Josefsson | 2009-08-06 | 1 | -2/+4 | |
* | Add self-test of RFC 2253 escaping. | Simon Josefsson | 2009-08-05 | 2 | -1/+55 | |
* | Exit with failure on failure. | Simon Josefsson | 2009-08-04 | 1 | -1/+4 | |
* | Fix output. | Simon Josefsson | 2009-08-04 | 1 | -1/+1 | |
* | Add self-test for NUL in X.509 CN/SAN problem. | Simon Josefsson | 2009-08-04 | 2 | -1/+153 | |
* | Fix expected output, a cert have expired. | Simon Josefsson | 2009-08-03 | 1 | -1/+5 | |
* | Make it build. | Simon Josefsson | 2009-08-03 | 1 | -13/+5 | |
* | Typo fix in test output. Patch by Brad Hards <bradh@frogmouth.net> | Nikos Mavrogiannopoulos | 2009-07-16 | 1 | -1/+1 | |
* | reduced transferred data size. | Nikos Mavrogiannopoulos | 2009-07-15 | 1 | -1/+1 | |
* | Added casts to reduce warnings (based on report by Brad Hards). | Nikos Mavrogiannopoulos | 2009-07-13 | 1 | -5/+5 | |
* | Added bug fix that allows gnutls_record_recv/send resuming from previously in... | Nikos Mavrogiannopoulos | 2009-07-01 | 2 | -1/+301 | |
* | Add self-test of off-by-one size error. | Simon Josefsson | 2009-06-22 | 2 | -1/+106 | |
* | Fix build error. | Simon Josefsson | 2009-06-17 | 1 | -0/+1 | |
* | Fix memory leak. | Simon Josefsson | 2009-06-10 | 1 | -0/+2 | |
* | Improve test vectors. | Simon Josefsson | 2009-06-10 | 1 | -7/+63 |