Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Indent code. | Simon Josefsson | 2010-04-14 | 32 | -626/+736 |
| | |||||
* | Export new ABIs. Doc fixes for new APIs. | Simon Josefsson | 2010-04-14 | 6 | -59/+122 |
| | |||||
* | Doc fixes. | Simon Josefsson | 2010-04-13 | 3 | -66/+68 |
| | |||||
* | Update gnulib files, fix syntax-check warnings. | Simon Josefsson | 2010-04-13 | 35 | -445/+749 |
| | |||||
* | Add forgotten gnulib files, and fix .gitignore. | Simon Josefsson | 2010-03-31 | 1 | -0/+152 |
| | |||||
* | Sync with TP. | Simon Josefsson | 2010-03-31 | 3 | -82/+1199 |
| | |||||
* | Update gnulib files. Fix syntax-check warnings. | Simon Josefsson | 2010-03-31 | 4 | -52/+54 |
| | |||||
* | Update gnulib files. | Simon Josefsson | 2010-03-31 | 33 | -1242/+3187 |
| | |||||
* | increased small value for certificates. Typical certificates are much longer ↵ | Nikos Mavrogiannopoulos | 2010-03-27 | 1 | -1/+1 |
| | | | | than that. | ||||
* | Display postalCode and Name X.509 DN attributes correctly. | Nikos Mavrogiannopoulos | 2010-03-20 | 4 | -0/+11 |
| | | | | Based on patch by Pavan Konjarla. | ||||
* | Each ciphersuite is now tight with a minimum TLS version and a maximum | Nikos Mavrogiannopoulos | 2010-03-20 | 3 | -64/+67 |
| | | | | | | one. It is valid if it is between (and including) those. This was added to deprecate TLS_RSA_EXPORT_WITH_RC4_40_MD5 which is not available with TLS 1.1. Reported by Adrian F. Dimcev. | ||||
* | Added gnutls_certificate_set_verify_function() to allow checking (verifying) | Nikos Mavrogiannopoulos | 2010-03-17 | 6 | -3/+59 |
| | | | | certificate before the handshake is completed. | ||||
* | INITIAL_SAFE_RENEGOTIATION implies SAFE_RENEGOTIATION. | Nikos Mavrogiannopoulos | 2010-03-17 | 1 | -2/+6 |
| | |||||
* | Added missing prototype. | Nikos Mavrogiannopoulos | 2010-03-16 | 1 | -0/+2 |
| | |||||
* | gnutls_x509_crt_verify() and gnutls_x509_crt_list_verify() behave identically. | Nikos Mavrogiannopoulos | 2010-03-16 | 1 | -12/+5 |
| | | | | | | | | | That means that gnutls_x509_crt_verify() will now check dates as well. Certool --verify-chain will use the GNUTLS_VERIFY_DO_NOT_ALLOW_SAME flag to gnutls_x509_crt_verify() to force verification even if certificates are the same. The only exception is at the final certificate (self-checking) where the extra flag GNUTLS_VERIFY_ALLOW_X509_V1_CA_CRT is specified to allow for v1 CA certificates. | ||||
* | Handle dates before 1-1-1970 (handle as being equal to 1-1-1970). | Nikos Mavrogiannopoulos | 2010-03-16 | 1 | -0/+3 |
| | |||||
* | Safe renegotiation is not enabled by default in client side. | Nikos Mavrogiannopoulos | 2010-03-15 | 3 | -1/+26 |
| | |||||
* | better documentation for %INITIAL_SAFE_RENEGOTIATION | Nikos Mavrogiannopoulos | 2010-03-15 | 1 | -1/+2 |
| | |||||
* | Extended time verification to trusted certificate list as well. Introduced | Nikos Mavrogiannopoulos | 2010-03-14 | 2 | -21/+67 |
| | | | | | the flag GNUTLS_VERIFY_DISABLE_TRUSTED_TIME_CHECKS that will prevent the trusted certificate list verification. | ||||
* | Extension generation in SSL 3.0 (as a reply to SCSV) is not using | Nikos Mavrogiannopoulos | 2010-03-11 | 4 | -75/+39 |
| | | | | | common code with normal extension generation. Solve issue reported by Tomas Mraz that caused SSL 3.0 renegotiation fail. | ||||
* | Removed artificial constrained that prevented end-user certificates, | Nikos Mavrogiannopoulos | 2010-03-07 | 1 | -3/+8 |
| | | | | | being added to the trusted list, treated as trusted. Suggestion and patch by Tomas Mraz. | ||||
* | Avoid sending alerts during handshake. Alerts might be interrupted and return | Nikos Mavrogiannopoulos | 2010-03-03 | 4 | -21/+18 |
| | | | | | | | a non-fatal error which will propagate and in many cases it shouldn't. Avoid sending no renegotiation alert when a client connects to an unsafe server. Thanks to Tomas Hoger for the report. | ||||
* | Remove. | Simon Josefsson | 2010-02-18 | 1 | -1098/+0 |
| | |||||
* | Add. | Simon Josefsson | 2010-02-18 | 1 | -0/+1098 |
| | |||||
* | Update gnulib files. | Simon Josefsson | 2010-02-18 | 1 | -1/+1 |
| | |||||
* | Indent. Don't include fcntl.h and sys/ioctl.h on (for example) Windows. | Simon Josefsson | 2010-02-17 | 1 | -163/+191 |
| | |||||
* | More GTK-DOC fixes. | Simon Josefsson | 2010-02-17 | 3 | -2/+12 |
| | |||||
* | Doc fix. | Simon Josefsson | 2010-02-17 | 1 | -2/+2 |
| | |||||
* | Doc fix. | Simon Josefsson | 2010-02-17 | 1 | -6/+2 |
| | |||||
* | Doc fix. | Simon Josefsson | 2010-02-17 | 1 | -2/+2 |
| | |||||
* | Fix enum doc. | Simon Josefsson | 2010-02-17 | 1 | -1/+2 |
| | |||||
* | More enum docs. | Simon Josefsson | 2010-02-17 | 1 | -159/+221 |
| | |||||
* | More enum documentation. | Simon Josefsson | 2010-02-17 | 1 | -17/+45 |
| | |||||
* | More enum documentation. | Simon Josefsson | 2010-02-17 | 1 | -63/+82 |
| | |||||
* | Document more. | Simon Josefsson | 2010-02-17 | 1 | -3/+11 |
| | |||||
* | Document enum. | Simon Josefsson | 2010-02-17 | 1 | -8/+21 |
| | |||||
* | More enum. | Simon Josefsson | 2010-02-17 | 1 | -8/+16 |
| | |||||
* | Fix typo. | Simon Josefsson | 2010-02-17 | 1 | -2/+2 |
| | |||||
* | More GTK-DOC documentation. | Simon Josefsson | 2010-02-17 | 1 | -106/+280 |
| | |||||
* | Improve GTK-DOC coverage. | Simon Josefsson | 2010-02-17 | 1 | -20/+70 |
| | |||||
* | Fix comments, for GTK-DOC. | Simon Josefsson | 2010-02-17 | 1 | -23/+23 |
| | |||||
* | Doc fix. | Simon Josefsson | 2010-02-17 | 1 | -1/+1 |
| | |||||
* | Fix for GTK-DOC parse breakage. | Simon Josefsson | 2010-02-17 | 1 | -2/+1 |
| | |||||
* | Upgrade to libtasn1 2.5 snapshot, for GTK-DOC comments. | Simon Josefsson | 2010-02-17 | 7 | -463/+453 |
| | |||||
* | Another GTK-DOC fix. | Simon Josefsson | 2010-02-17 | 1 | -1/+1 |
| | |||||
* | Fix GTK-DOC syntax. Unfortunately this looses some information. | Simon Josefsson | 2010-02-17 | 56 | -572/+570 |
| | |||||
* | Align indentation of GTK-DOC comments. | Simon Josefsson | 2010-02-17 | 28 | -2291/+2242 |
| | |||||
* | Sync with TP. | Simon Josefsson | 2010-02-17 | 1 | -83/+91 |
| | |||||
* | Update gnulib files. | Simon Josefsson | 2010-02-17 | 4 | -14/+26 |
| | |||||
* | Corrected calculation of session data for PSK ciphersuites. Solves issue ↵ | Nikos Mavrogiannopoulos | 2010-02-05 | 1 | -4/+5 |
| | | | | #107256 reported by Wolfgang Glas. |