| Commit message (Expand) | Author | Files | Lines |
2021-03-20 | typo | tb | 1 | -2/+2 |
2021-03-20 | Add new test-tls13-multiple-ccs-messages.py | tb | 1 | -1/+8 |
2021-03-19 | Prepare documenting SSL_use_certificate_chain_file | tb | 1 | -2/+19 |
2021-03-19 | Undo previous. As pointed out by jsing I clearly wasn't fully awake... | tb | 1 | -2/+2 |
2021-03-19 | Prepare to provide SSL_use_certificate_chain_file() | tb | 2 | -15/+40 |
2021-03-19 | Fix copy-paste error in previous | tb | 1 | -2/+2 |
2021-03-18 | Type-cast getpagesize() from int to size_t for the comparison with d. | claudio | 1 | -2/+2 |
2021-03-17 | Read ahead is now enforced for DTLS - remove workarounds. | jsing | 2 | -20/+2 |
2021-03-17 | Use consistent s_server_opt_ prefix. | jsing | 1 | -9/+9 |
2021-03-17 | Add DTLSv1.2 support to openssl(1) s_client/s_server. | jsing | 4 | -34/+129 |
2021-03-17 | fix whitespace nit in previous | tb | 1 | -2/+2 |
2021-03-17 | Update for DTLSv1.2 being enabled. | jsing | 1 | -4/+4 |
2021-03-17 | Enable DTLSv1.2. | jsing | 1 | -1/+5 |
2021-03-17 | Update for DTLSv1.2 version handling. | jsing | 1 | -6/+90 |
2021-03-17 | Add support for DTLSv1.2 version handling. | jsing | 1 | -45/+117 |
2021-03-13 | Use EXFLAG_INVALID to handle out of memory and parse errors in | tobhe | 2 | -11/+45 |
2021-03-12 | Zap a useless variable. | tb | 1 | -4/+2 |
2021-03-12 | Missing void in function definition | tb | 1 | -2/+2 |
2021-03-12 | Fix checks of memory caps of constraints names | tb | 3 | -20/+32 |
2021-03-12 | spelling: refenece -> reference | jmc | 1 | -3/+3 |
2021-03-12 | spelling | jsg | 12 | -37/+37 |
2021-03-11 | Remove ssl_downgrade_max_version(). | jsing | 5 | -54/+15 |
2021-03-11 | Check for the existence of p5-IO-Socket-SSL by checking for its SSL.pm | tb | 1 | -3/+4 |
2021-03-10 | Guard TLS1_get_{client_,}version() macros with #ifndef LIBRESSL_INTERNAL. | jsing | 1 | -1/+3 |
2021-03-10 | Revise TLS extension regress to match version handling changes. | jsing | 1 | -57/+25 |
2021-03-10 | Improve internal version handling. | jsing | 9 | -108/+145 |
2021-03-09 | Change the implementation of the malloc cache to keep lists of | otto | 1 | -152/+118 |
2021-03-07 | LibreSSL 3.3.2 | bcook | 1 | -3/+3 |
2021-03-02 | Separate variable declaration and assignment. | jsing | 1 | -2/+4 |
2021-03-02 | Replace two handrolled tls12_record_protection_engaged(). | jsing | 1 | -3/+3 |
2021-03-02 | Move key/IV length checks closer to usage sites. | jsing | 1 | -5/+11 |
2021-03-02 | Add tls12_record_protection_unused() and call from CCS functions. | jsing | 1 | -8/+17 |
2021-03-02 | Fix misleading indentation in SSL_get_error() | tb | 1 | -2/+2 |
2021-02-27 | Move handling of cipher/hash based cipher suites into the new record layer. | jsing | 5 | -200/+141 |
2021-02-27 | Identify DTLS based on the version major value. | jsing | 1 | -2/+2 |
2021-02-26 | Set is_trusted in x509_verify_ctx_add_chain() | tb | 1 | -2/+2 |
2021-02-26 | zap spades of trailing whitespace | tb | 1 | -266/+266 |
2021-02-25 | Fix two bugs in the legacy verifier | tb | 1 | -6/+10 |
2021-02-25 | Update regress to match TLS versions change. | jsing | 1 | -6/+6 |
2021-02-25 | Only use TLS versions internally (rather than both TLS and DTLS versions). | jsing | 9 | -128/+132 |
2021-02-25 | Rename depth to num_untrusted so it identifies what it actually represents. | jsing | 1 | -6/+6 |
2021-02-25 | Avoid passing last and depth to x509_verify_cert_error() on ENOMEM. | jsing | 1 | -3/+2 |
2021-02-25 | - Make use of the fact that we know how the chunks are aligned, and | otto | 2 | -49/+83 |
2021-02-24 | Fix comment explaining last_untrusted. This should really be called | tb | 1 | -2/+2 |
2021-02-24 | Make the new validator check for EXFLAG_CRITICAL | tb | 1 | -8/+15 |
2021-02-23 | Make this test module aware so it passes with Go 1.16 | tb | 2 | -0/+8 |
2021-02-22 | Fix bizarre punctuation and capitalization in a comment. | tb | 1 | -2/+2 |
2021-02-22 | Simplify version checks in the TLSv1.3 client | tb | 1 | -22/+10 |
2021-02-22 | Factor out/change some of the legacy client version handling code. | jsing | 3 | -12/+36 |
2021-02-20 | ugly whitespace | tb | 2 | -14/+14 |