| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-01-07 | Rename two local variables ssl to s for consistency |  tb | 2 | -11/+11 |
| 2021-01-07 | Make tls12_record_layer_free() NULL safe. |  jsing | 1 | -1/+5 |
| 2021-01-07 | Move the read MAC key into the TLSv1.2 record layer. |  jsing | 4 | -23/+20 |
| 2021-01-07 | sleep(3): don't bypass nanosleep(2) if seconds is zero |  cheloha | 1 | -4/+1 |
| 2021-01-06 | Use tls13_secret_{init,cleanup}() for the finished_key |  tb | 2 | -10/+10 |
| 2021-01-06 | Fix two issues related to thread private data in asr. |  otto | 4 | -20/+49 |
| 2021-01-05 | Avoid local variable in tls13_secret_init(). |  tb | 1 | -6/+2 |
| 2021-01-05 | Convert tls13_record_layer.c to tls13_secret_{init,cleanup}() |  tb | 1 | -21/+11 |
| 2021-01-05 | Convert tls13_exporter() to tls13_secret_{init,cleanup}() |  tb | 1 | -8/+5 |
| 2021-01-05 | Use KNF for licence comment |  tb | 1 | -2/+3 |
| 2021-01-05 | Move tls13_secrets_destroy() below _create() |  tb | 1 | -29/+29 |
| 2021-01-05 | Convert tls13_secrets_{create,destroy}() to tls13_secret_{init,cleanup}() |  tb | 1 | -70/+33 |
| 2021-01-05 | Add tls13_secret_{init,cleanup}() |  tb | 2 | -2/+29 |
| 2021-01-05 | Fix indent. |  jsing | 1 | -2/+2 |
| 2021-01-05 | Use consistent names in tls13_{client,server}_finished_{recv,send}(). |  jsing | 2 | -12/+12 |
| 2021-01-05 | Use legacy verifier when building auto chains. |  jsing | 2 | -2/+6 |
| 2021-01-05 | Handle X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE in new verifier. |  jsing | 1 | -1/+4 |
| 2021-01-05 | Gracefully handle root certificates being both trusted and untrusted. |  jsing | 2 | -4/+16 |
| 2021-01-05 | Remove memset that was made redundant with the ASN1_time_parse() |  tb | 1 | -4/+1 |
| 2021-01-05 | double word fix; from martin vahlensieck |  jmc | 2 | -6/+6 |
| 2021-01-04 | whitespace |  tb | 3 | -10/+10 |
| 2021-01-04 | Keep the various free calls of tls13_record_layer_free() in the |  tb | 1 | -4/+4 |
| 2021-01-03 | Make consistent reference to pathname. |  rob | 10 | -35/+35 |
| 2021-01-03 | Make CHIN() Boolean-valued and use this to turn an expression with a |  tb | 2 | -5/+5 |
| 2021-01-03 | Turn macros into inline functions so that there is no need to document in |  tb | 1 | -5/+21 |
| 2021-01-02 | Remove two now-unused functions; a result of the categories removal. |  millert | 1 | -39/+2 |
| 2021-01-02 | Move Makefiles for libc++ and libc++abi to gnu/lib in preparation for an |  patrick | 5 | -408/+2 |
| 2021-01-02 | Tweak previous: |  schwarze | 1 | -19/+34 |
| 2021-01-02 | Make list of DHE parameters more prominent |  kn | 1 | -6/+19 |
| 2021-01-02 | Free {alert,phh}_data in tls13_record_layer_free() |  tb | 1 | -1/+4 |
| 2021-01-02 | Remove libunwind 8.0.0 now that we switched to libunwind 11.0.0 in the |  patrick | 31 | -17857/+0 |
| 2021-01-02 | Switch libc++ and libc++abi to use libunwind 11.0.0. Bump major for both |  patrick | 4 | -7/+7 |
| 2021-01-02 | Whitespace. |  rob | 2 | -39/+39 |
| 2020-12-31 | More regular error handling with the REQUIRE macro. |  millert | 1 | -5/+4 |
| 2020-12-31 | Remove unused categories in re_guts; they are written to but never read. |  millert | 2 | -45/+3 |
| 2020-12-31 | Strings in struct parse can be const, they are never modified. |  millert | 1 | -15/+11 |
| 2020-12-30 | getifaddrs() can return entries where ifa_addr is NULL. Check for this |  benno | 2 | -4/+7 |
| 2020-12-30 | Make the list of supported protocols more prominent |  kn | 1 | -5/+15 |
| 2020-12-30 | regcomp.c uses the "start + count < end" idiom to check that there are |  tb | 1 | -13/+15 |
| 2020-12-30 | Constify the strings in regerror.c and make use of the strlcpy() |  tb | 1 | -14/+14 |
| 2020-12-30 | cclasses[] multis field is always an empty string. Remove it and code |  tb | 3 | -88/+16 |
| 2020-12-30 | Constify the strings in cnames[]. No functional change. |  tb | 2 | -5/+5 |
| 2020-12-29 | Allocate new buffer space based on requested need. |  rob | 1 | -3/+3 |
| 2020-12-29 | Remove unnecessary assignment. |  rob | 1 | -2/+1 |
| 2020-12-29 | Update libexpat to 2.2.10. Relevant are only bug fixes #390 #395 |  bluhm | 10 | -116/+253 |
| 2020-12-29 | Document kern.video.record. |  mglocker | 1 | -2/+19 |
| 2020-12-28 | Fix an off-by-one error in the marking of the O_CH operator following |  millert | 1 | -2/+2 |
| 2020-12-22 | Destroy the mutex in tls_config objects when tls_config_free is called. |  bcook | 1 | -1/+3 |
| 2020-12-22 | Revert call to pthread_mutex_destroy until installers have a stub. |  bcook | 1 | -3/+1 |
| 2020-12-21 | Destroy the mutex in a tls_config object when tls_config_free is called. |  bcook | 1 | -1/+3 |