| Commit message (Expand) | Author | Age | Files | Lines |
* | Update SSL_get_shared_ciphers() documentation for ssl_lib.c r1.240 |  tb | 2021-01-09 | 1 | -17/+47 |
* | Add support for SSL_get_shared_ciphers() in TLSv1.3 |  tb | 2021-01-09 | 1 | -1/+5 |
* | Align SSL_get_shared_ciphers() with OpenSSL |  tb | 2021-01-09 | 1 | -10/+18 |
* | Set chain on xsc on chain build failure. |  jsing | 2021-01-09 | 1 | -1/+3 |
* | Bail out early after finding an single chain if we are have been called from |  beck | 2021-01-09 | 1 | -1/+9 |
* | Make fts_{alloc,safe_changed}() const correct |  tb | 2021-01-08 | 1 | -5/+5 |
* | search the intermediates only after searching the root certs, clarify |  beck | 2021-01-08 | 1 | -11/+15 |
* | Rename two local variables ssl to s for consistency |  tb | 2021-01-07 | 2 | -11/+11 |
* | Make tls12_record_layer_free() NULL safe. |  jsing | 2021-01-07 | 1 | -1/+5 |
* | Move the read MAC key into the TLSv1.2 record layer. |  jsing | 2021-01-07 | 4 | -23/+20 |
* | sleep(3): don't bypass nanosleep(2) if seconds is zero |  cheloha | 2021-01-07 | 1 | -4/+1 |
* | Use tls13_secret_{init,cleanup}() for the finished_key |  tb | 2021-01-06 | 2 | -10/+10 |
* | Fix two issues related to thread private data in asr. |  otto | 2021-01-06 | 4 | -20/+49 |
* | Avoid local variable in tls13_secret_init(). |  tb | 2021-01-05 | 1 | -6/+2 |
* | Convert tls13_record_layer.c to tls13_secret_{init,cleanup}() |  tb | 2021-01-05 | 1 | -21/+11 |
* | Convert tls13_exporter() to tls13_secret_{init,cleanup}() |  tb | 2021-01-05 | 1 | -8/+5 |
* | Use KNF for licence comment |  tb | 2021-01-05 | 1 | -2/+3 |
* | Move tls13_secrets_destroy() below _create() |  tb | 2021-01-05 | 1 | -29/+29 |
* | Convert tls13_secrets_{create,destroy}() to tls13_secret_{init,cleanup}() |  tb | 2021-01-05 | 1 | -71/+34 |
* | Add tls13_secret_{init,cleanup}() |  tb | 2021-01-05 | 2 | -2/+29 |
* | Fix indent. |  jsing | 2021-01-05 | 1 | -2/+2 |
* | Use consistent names in tls13_{client,server}_finished_{recv,send}(). |  jsing | 2021-01-05 | 2 | -12/+12 |
* | Use legacy verifier when building auto chains. |  jsing | 2021-01-05 | 2 | -2/+6 |
* | Handle X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE in new verifier. |  jsing | 2021-01-05 | 1 | -1/+4 |
* | Gracefully handle root certificates being both trusted and untrusted. |  jsing | 2021-01-05 | 2 | -4/+16 |
* | Remove memset that was made redundant with the ASN1_time_parse() |  tb | 2021-01-05 | 1 | -4/+1 |
* | double word fix; from martin vahlensieck |  jmc | 2021-01-05 | 2 | -6/+6 |
* | whitespace |  tb | 2021-01-04 | 3 | -10/+10 |
* | Keep the various free calls of tls13_record_layer_free() in the |  tb | 2021-01-04 | 1 | -4/+4 |
* | Make consistent reference to pathname. |  rob | 2021-01-03 | 10 | -35/+35 |
* | Make CHIN() Boolean-valued and use this to turn an expression with a |  tb | 2021-01-03 | 2 | -5/+5 |
* | Turn macros into inline functions so that there is no need to document in |  tb | 2021-01-03 | 1 | -5/+21 |
* | Remove two now-unused functions; a result of the categories removal. |  millert | 2021-01-02 | 1 | -39/+2 |
* | Move Makefiles for libc++ and libc++abi to gnu/lib in preparation for an |  patrick | 2021-01-02 | 5 | -408/+2 |
* | Tweak previous: |  schwarze | 2021-01-02 | 1 | -19/+34 |
* | Make list of DHE parameters more prominent |  kn | 2021-01-02 | 1 | -6/+19 |
* | Free {alert,phh}_data in tls13_record_layer_free() |  tb | 2021-01-02 | 1 | -1/+4 |
* | Remove libunwind 8.0.0 now that we switched to libunwind 11.0.0 in the |  patrick | 2021-01-02 | 31 | -17857/+0 |
* | Switch libc++ and libc++abi to use libunwind 11.0.0. Bump major for both |  patrick | 2021-01-02 | 4 | -7/+7 |
* | Whitespace. |  rob | 2021-01-02 | 2 | -39/+39 |
* | More regular error handling with the REQUIRE macro. |  millert | 2020-12-31 | 1 | -5/+4 |
* | Remove unused categories in re_guts; they are written to but never read. |  millert | 2020-12-31 | 2 | -45/+3 |
* | Strings in struct parse can be const, they are never modified. |  millert | 2020-12-31 | 1 | -15/+11 |
* | getifaddrs() can return entries where ifa_addr is NULL. Check for this |  benno | 2020-12-30 | 2 | -4/+7 |
* | Make the list of supported protocols more prominent |  kn | 2020-12-30 | 1 | -5/+15 |
* | regcomp.c uses the "start + count < end" idiom to check that there are |  tb | 2020-12-30 | 1 | -13/+15 |
* | Constify the strings in regerror.c and make use of the strlcpy() |  tb | 2020-12-30 | 1 | -14/+14 |
* | cclasses[] multis field is always an empty string. Remove it and code |  tb | 2020-12-30 | 3 | -88/+16 |
* | Constify the strings in cnames[]. No functional change. |  tb | 2020-12-30 | 2 | -5/+5 |
* | Allocate new buffer space based on requested need. |  rob | 2020-12-29 | 1 | -3/+3 |