Age | Commit message (Expand) | Author |
2019-02-04 | Import libc++ 7.0.1. | Patrick Wildt |
2019-02-04 | Import libc++abi 7.0.1. | Patrick Wildt |
2018-09-11 | import of libc++ 6.0.0 | Robert Nagy |
2018-09-11 | import of libc++abi 6.0.0 | Robert Nagy |
2016-09-03 | Import libc++abi 3.9.0 | Patrick Wildt |
2016-09-03 | Import libc++ 3.9.0 | Patrick Wildt |
2021-01-09 | Update SSL_get_shared_ciphers() documentation for ssl_lib.c r1.240 | Theo Buehler |
2021-01-09 | Add support for SSL_get_shared_ciphers() in TLSv1.3 | Theo Buehler |
2021-01-09 | Align SSL_get_shared_ciphers() with OpenSSL | Theo Buehler |
2021-01-09 | Set chain on xsc on chain build failure. | Joel Sing |
2021-01-09 | Bail out early after finding an single chain if we are have been called from | Bob Beck |
2021-01-08 | Make fts_{alloc,safe_changed}() const correct | Theo Buehler |
2021-01-08 | search the intermediates only after searching the root certs, clarify | Bob Beck |
2021-01-07 | Rename two local variables ssl to s for consistency | Theo Buehler |
2021-01-07 | Make tls12_record_layer_free() NULL safe. | Joel Sing |
2021-01-07 | Move the read MAC key into the TLSv1.2 record layer. | Joel Sing |
2021-01-07 | sleep(3): don't bypass nanosleep(2) if seconds is zero | cheloha |
2021-01-06 | Use tls13_secret_{init,cleanup}() for the finished_key | Theo Buehler |
2021-01-06 | Fix two issues related to thread private data in asr. | Otto Moerbeek |
2021-01-05 | Avoid local variable in tls13_secret_init(). | Theo Buehler |
2021-01-05 | Convert tls13_record_layer.c to tls13_secret_{init,cleanup}() | Theo Buehler |
2021-01-05 | Convert tls13_exporter() to tls13_secret_{init,cleanup}() | Theo Buehler |
2021-01-05 | Use KNF for licence comment | Theo Buehler |
2021-01-05 | Move tls13_secrets_destroy() below _create() | Theo Buehler |
2021-01-05 | Convert tls13_secrets_{create,destroy}() to tls13_secret_{init,cleanup}() | Theo Buehler |
2021-01-05 | Add tls13_secret_{init,cleanup}() | Theo Buehler |
2021-01-05 | Fix indent. | Joel Sing |
2021-01-05 | Use consistent names in tls13_{client,server}_finished_{recv,send}(). | Joel Sing |
2021-01-05 | Use legacy verifier when building auto chains. | Joel Sing |
2021-01-05 | Handle X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE in new verifier. | Joel Sing |
2021-01-05 | Gracefully handle root certificates being both trusted and untrusted. | Joel Sing |
2021-01-05 | Remove memset that was made redundant with the ASN1_time_parse() | Theo Buehler |
2021-01-05 | double word fix; from martin vahlensieck | Jason McIntyre |
2021-01-04 | whitespace | Theo Buehler |
2021-01-04 | Keep the various free calls of tls13_record_layer_free() in the | Theo Buehler |
2021-01-03 | Make consistent reference to pathname. | rob |
2021-01-03 | Make CHIN() Boolean-valued and use this to turn an expression with a | Theo Buehler |
2021-01-03 | Turn macros into inline functions so that there is no need to document in | Theo Buehler |
2021-01-02 | Remove two now-unused functions; a result of the categories removal. | Todd C. Miller |
2021-01-02 | Move Makefiles for libc++ and libc++abi to gnu/lib in preparation for an | Patrick Wildt |
2021-01-02 | Tweak previous: | Ingo Schwarze |
2021-01-02 | Make list of DHE parameters more prominent | kn |
2021-01-02 | Free {alert,phh}_data in tls13_record_layer_free() | Theo Buehler |
2021-01-02 | Remove libunwind 8.0.0 now that we switched to libunwind 11.0.0 in the | Patrick Wildt |
2021-01-02 | Switch libc++ and libc++abi to use libunwind 11.0.0. Bump major for both | Patrick Wildt |
2018-09-11 | import of libunwind 6.0.0 | Robert Nagy |
2016-09-03 | Import libunwind 3.9.0 | Patrick Wildt |
2021-01-02 | Whitespace. | rob |
2020-12-31 | More regular error handling with the REQUIRE macro. | Todd C. Miller |
2020-12-31 | Remove unused categories in re_guts; they are written to but never read. | Todd C. Miller |