Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added test to verify that callbacks are being actually called. | Nikos Mavrogiannopoulos | 2012-10-02 | 2 | -1/+172 |
| | |||||
* | better output in resume | Nikos Mavrogiannopoulos | 2012-09-30 | 1 | -22/+18 |
| | |||||
* | All external libraries that were in LDFLAGS are moved into LIBADD/LDADD. | Nikos Mavrogiannopoulos | 2012-09-25 | 2 | -2/+2 |
| | | | | | It also fixes order within LIBADD/LDADD so that libtool objects go first. Patch by Bartosz Brachaczek. | ||||
* | updated copyright | Nikos Mavrogiannopoulos | 2012-09-24 | 2 | -2/+4 |
| | |||||
* | Added boilerplate. | Nikos Mavrogiannopoulos | 2012-09-24 | 2 | -1/+32 |
| | |||||
* | Added script to check against randomly generated certificates. | Nikos Mavrogiannopoulos | 2012-09-23 | 4 | -1/+581 |
| | |||||
* | removed unused label | Nikos Mavrogiannopoulos | 2012-09-22 | 1 | -2/+0 |
| | |||||
* | Added a test of heartbeat ping exchange. | Nikos Mavrogiannopoulos | 2012-09-22 | 2 | -1/+378 |
| | |||||
* | updated tests for new security levels | Nikos Mavrogiannopoulos | 2012-09-20 | 2 | -2/+2 |
| | |||||
* | Added verification flags GNUTLS_VERIFY_ALLOW_UNSORTED_CHAIN, which is ↵ | Nikos Mavrogiannopoulos | 2012-09-16 | 1 | -8/+29 |
| | | | | enabled by default for verifying TLS sessions. | ||||
* | Added function to sort the provided certificate chain prior to verification. | Nikos Mavrogiannopoulos | 2012-09-16 | 2 | -1/+727 |
| | |||||
* | corrected typo | Nikos Mavrogiannopoulos | 2012-09-16 | 1 | -1/+1 |
| | |||||
* | small updates | Nikos Mavrogiannopoulos | 2012-09-16 | 1 | -4/+4 |
| | |||||
* | When requested gnutls_x509_trust_list_deinit() will deinitialized all certs ↵ | Nikos Mavrogiannopoulos | 2012-09-12 | 1 | -3/+1 |
| | | | | (including the named) | ||||
* | Fix gnutls_x509_trust_list_add_trust_mem with DER-format certificates. | Marti Raudsepp | 2012-09-03 | 1 | -0/+54 |
| | | | | | | | | | | | | | | The function took a "type" argument and then happily proceeded to ignore it and try PEM format anyway. Most importantly, this makes gnutls_x509_trust_list_add_system_trust work on Windows, which loads DER certificates using this function. I'll be damned if that actually ever worked properly -- certainly not in any git version. :) Also added test for gnutls_x509_trust_list_add_trust_mem. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> | ||||
* | increased timeouts | Nikos Mavrogiannopoulos | 2012-09-02 | 1 | -30/+13 |
| | |||||
* | Added server mode tests for the various EC curves. | Nikos Mavrogiannopoulos | 2012-09-01 | 1 | -6/+75 |
| | |||||
* | Added suite for ECDSA under various curves | Nikos Mavrogiannopoulos | 2012-09-01 | 7 | -8/+244 |
| | |||||
* | Fix suppression rules. | Simon Josefsson | 2012-08-24 | 1 | -4/+13 |
| | |||||
* | removed unused variable | Nikos Mavrogiannopoulos | 2012-08-17 | 1 | -1/+0 |
| | |||||
* | avoid memory leakgnutls_3_1_0 | Nikos Mavrogiannopoulos | 2012-08-15 | 1 | -0/+2 |
| | |||||
* | small updates in mini-handshake-timeout | Nikos Mavrogiannopoulos | 2012-08-11 | 1 | -6/+8 |
| | |||||
* | Added test that checks the handshake timeout. | Nikos Mavrogiannopoulos | 2012-08-11 | 2 | -1/+260 |
| | |||||
* | corrected example and added missing files. | Nikos Mavrogiannopoulos | 2012-08-04 | 1 | -1/+1 |
| | |||||
* | Restored ability to decrypt PKCS #8 and #12 keys with a NULL password. ↵ | Nikos Mavrogiannopoulos | 2012-08-04 | 2 | -0/+8 |
| | | | | Certtool now accepts the option --null-password. | ||||
* | use stack for file paths | Nikos Mavrogiannopoulos | 2012-07-21 | 2 | -10/+14 |
| | |||||
* | Avoid the usage of alloca(). Reported by Rob McMahon. | Nikos Mavrogiannopoulos | 2012-07-19 | 2 | -4/+8 |
| | |||||
* | no tpm test | Nikos Mavrogiannopoulos | 2012-07-06 | 1 | -1/+1 |
| | |||||
* | distinguish password errors and use the internal octet string decoding ↵ | Nikos Mavrogiannopoulos | 2012-07-06 | 1 | -1/+1 |
| | | | | functions. | ||||
* | Added test application that tests GNUTLS_E_LARGE_PACKET and modifies the MTU ↵ | Nikos Mavrogiannopoulos | 2012-07-02 | 3 | -1/+228 |
| | | | | size during handshake. | ||||
* | correct comparison of sent data in dtls-stress. | Nikos Mavrogiannopoulos | 2012-06-19 | 1 | -1/+1 |
| | |||||
* | Changed prototype for gnutls_pkcs12_simple_parse() to simplify chain building. | Nikos Mavrogiannopoulos | 2012-06-09 | 4 | -2/+125 |
| | |||||
* | moved ca-certs. | Nikos Mavrogiannopoulos | 2012-06-05 | 3 | -2/+2 |
| | |||||
* | Added new test program. | Nikos Mavrogiannopoulos | 2012-06-04 | 2 | -1/+180 |
| | |||||
* | Corrected handling of handshake packets that span multiple records. | Nikos Mavrogiannopoulos | 2012-05-29 | 3 | -1/+3995 |
| | |||||
* | Use the PKCS #1 1.5 encoding provided by nettle (2.5) for encryption and ↵ | Nikos Mavrogiannopoulos | 2012-05-22 | 1 | -3/+26 |
| | | | | signatures. | ||||
* | Added support for the URI type of subject alternative name in certtool. | Nikos Mavrogiannopoulos | 2012-05-14 | 1 | -9/+10 |
| | |||||
* | Added TLS 1.2 interop tests. | Nikos Mavrogiannopoulos | 2012-04-11 | 1 | -16/+90 |
| | |||||
* | Revert "avoid killing child" | Nikos Mavrogiannopoulos | 2012-04-06 | 1 | -0/+1 |
| | | | | This reverts commit 4965c2fbfd3405e2dfe7f7d747d03185d155c2a1. | ||||
* | improved test and added debugging | Nikos Mavrogiannopoulos | 2012-04-05 | 1 | -7/+13 |
| | |||||
* | use AF_UNIX for socketpair. | Nikos Mavrogiannopoulos | 2012-04-04 | 6 | -6/+6 |
| | |||||
* | initialize value | Nikos Mavrogiannopoulos | 2012-03-31 | 1 | -2/+3 |
| | |||||
* | avoid killing child | Nikos Mavrogiannopoulos | 2012-03-31 | 1 | -1/+0 |
| | |||||
* | avoid closing fd[1] on server. For some reason it makes connection fail. | Nikos Mavrogiannopoulos | 2012-03-31 | 1 | -1/+1 |
| | |||||
* | Make sure that GNUTLS_E_PREMATURE_TERMINATION is returned if there is ↵ | Nikos Mavrogiannopoulos | 2012-03-31 | 4 | -1/+360 |
| | | | | premature termination. | ||||
* | do not build test with timers when posix timers are not present. | Nikos Mavrogiannopoulos | 2012-03-31 | 1 | -0/+11 |
| | |||||
* | Fixes for win32 and time. OCSP test now sets a fixed time to avoid ↵ | Nikos Mavrogiannopoulos | 2012-03-24 | 3 | -2/+27 |
| | | | | expiration errors. | ||||
* | Added gnutls_x509_crt_set_private_key_usage_period() and | Nikos Mavrogiannopoulos | 2012-03-18 | 1 | -17/+17 |
| | | | | | gnutls_x509_crt_get_private_key_usage_period(). The time stored in generated certificates is now GeneralizedTime. | ||||
* | generate tpasswd files on the spot. | Nikos Mavrogiannopoulos | 2012-03-14 | 4 | -8/+27 |
| | |||||
* | removed unused files. | Nikos Mavrogiannopoulos | 2012-03-14 | 15 | -2671/+0 |
| |