| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge d1_{clnt,srvr}.c into ssl_{clnt,srvr}.c |  jsing | 2020-10-03 | 1 | -3/+1 |
* | Start replacing the existing TLSv1.2 record layer. |  jsing | 2020-08-30 | 1 | -1/+2 |
* | The check_includes step is incorrect dependency management model for |  deraadt | 2020-06-09 | 1 | -11/+1 |
* | Provide an easy way to get debug information from TLSv1.3 handshakes. |  jsing | 2020-05-10 | 1 | -1/+4 |
* | Remove dtls1_enc(). |  jsing | 2020-03-13 | 1 | -2/+1 |
* | Move the TLSv1.3 code that interfaces with the legacy APIs/stack into a |  jsing | 2020-02-15 | 1 | -1/+2 |
* | Provide struct/functions for handling TLSv1.3 key shares. |  jsing | 2020-01-30 | 1 | -1/+2 |
* | Factor out/rewrite the ECDHE EC point key exchange code. |  jsing | 2020-01-30 | 1 | -1/+2 |
* | Add checks to ensure that lib{crypto,ssl,tls} public headers have actually |  jsing | 2020-01-22 | 1 | -1/+11 |
* | Split the TLSv1.3 guards into separate client and server guards. |  jsing | 2020-01-22 | 1 | -2/+3 |
* | Provide an error framework for use with the TLSv1.3 code. |  jsing | 2020-01-20 | 1 | -1/+2 |
* | Add the initial framework for the TLSv1.3 server. |  jsing | 2019-11-17 | 1 | -2/+3 |
* | Rename the file that contains the transcript handling code. |  jsing | 2019-02-09 | 1 | -2/+2 |
* | Make it easier to build with LIBRESSL_HAS_TLS1_3 enabled. |  jsing | 2019-02-04 | 1 | -1/+4 |
* | No need to include <bsd.prog.mk> here. |  tb | 2019-01-23 | 1 | -2/+1 |
* | Provide the initial TLSv1.3 client implementation. |  jsing | 2019-01-21 | 1 | -1/+2 |
* | Add ssl_cipher_is_permitted(), an internal helper function that |  tb | 2019-01-21 | 1 | -1/+2 |
* | Provide TLS 1.3 cipher AEAD/hash and legacy I/O handling functions. |  jsing | 2019-01-21 | 1 | -1/+2 |
* | Provide a handshake message handling implementation for TLS 1.3. |  jsing | 2019-01-20 | 1 | -1/+2 |
* | Provide an initial implementation of the TLS 1.3 record layer. |  jsing | 2019-01-20 | 1 | -3/+3 |
* | Sort HDRS/SRCS lists and use one line per source file for maintainability. |  jsing | 2019-01-19 | 1 | -16/+44 |
* | Provide a TLS record handling implementation. |  jsing | 2019-01-19 | 1 | -2/+2 |
* | Remove this copy, we have decided we can do this in place |  beck | 2019-01-18 | 1 | -2/+2 |
* | Provide an extensible buffer implementation that uses a read callback. |  jsing | 2019-01-17 | 1 | -2/+3 |
* | Add a direct copy of the exension parsing code to be modified for tls13. |  beck | 2019-01-17 | 1 | -2/+2 |
* | Reimplement the sigalgs processing code into a new implementation |  beck | 2018-11-09 | 1 | -2/+2 |
* | First skeleton of the TLS 1.3 state machine. Based on RFC 8446 and |  tb | 2018-11-08 | 1 | -2/+2 |
* | Add initial TLS 1.3 key schedule support with basic regress tests |  beck | 2018-11-07 | 1 | -2/+3 |
* | Consolidate all of the SSL method structs/functions into a single file. |  jsing | 2018-11-05 | 1 | -4/+4 |
* | Bring in compatibility for OpenSSL 1.1 style init functions. |  beck | 2018-03-17 | 1 | -2/+2 |
* | Switch to -Werror with clang for libressl. |  doug | 2017-08-13 | 1 | -2/+2 |
* | Rewrite the TLS Renegotiation Indication extension handling using CBB/CBS |  jsing | 2017-07-24 | 1 | -2/+2 |
* | Start rewriting TLS extension handling. |  jsing | 2017-07-16 | 1 | -2/+2 |
* | Only enable -Werror on libcrypto/libssl/libtls if we are building with |  jsing | 2017-04-30 | 1 | -2/+3 |
* | Revert previous - we still want to do this, but I forgot about the installer |  beck | 2017-04-29 | 1 | -2/+1 |
* | We now require you to have a working libpthread |  beck | 2017-04-29 | 1 | -1/+2 |
* | Provide a rolling handshake hash that commences as soon as the cipher |  jsing | 2017-03-05 | 1 | -2/+2 |
* | Merge the single two line function from ssl_err2.c into ssl_err.c. |  jsing | 2017-01-26 | 1 | -2/+2 |
* | Move relatively new version range code from ssl_lib.c into a separate |  jsing | 2017-01-26 | 1 | -2/+2 |
* | Rename s3_{both,clnt,pkt_srvr}.c to have an ssl_ prefix since they are no |  jsing | 2017-01-26 | 1 | -2/+2 |
* | Merge the client/server version negotiation into the existing (currently |  jsing | 2017-01-26 | 1 | -4/+3 |
* | move manual pages from doc/ to man/ for consistency with other |  schwarze | 2016-11-05 | 1 | -2/+2 |
* | after getting rid of the pod files, clean up the Makefiles; ok bcook@ |  schwarze | 2016-11-05 | 1 | -3/+6 |
* | Remove generated Symbols.map on make clean. |  jsing | 2016-11-05 | 1 | -2/+2 |
* | Add an explict list of exported symbols with just the functions |  guenther | 2016-11-04 | 1 | -1/+9 |
* | Update ld search path for libssl/libcrypto, fixes cross-build after source moved. |  bcook | 2016-09-19 | 1 | -3/+3 |
* | Generate pkg-config files at build time like everything else. This |  natano | 2016-09-14 | 1 | -2/+3 |
* | only regen pkg-config files when required; ok jasper |  natano | 2016-09-04 | 1 | -3/+5 |
* | Make tree build again |  beck | 2016-09-03 | 1 | -2/+47 |
* | Move build machinery for libcrypto from libssl/crypto to libcrypto, as well |  miod | 2014-04-11 | 1 | -11/+3 |