Age | Commit message (Expand) | Author |
2020-05-10 | Provide an easy way to get debug information from TLSv1.3 handshakes. | Joel Sing |
2020-03-13 | Remove dtls1_enc(). | Joel Sing |
2020-02-15 | Move the TLSv1.3 code that interfaces with the legacy APIs/stack into a | Joel Sing |
2020-01-30 | Provide struct/functions for handling TLSv1.3 key shares. | Joel Sing |
2020-01-30 | Factor out/rewrite the ECDHE EC point key exchange code. | Joel Sing |
2020-01-22 | Add checks to ensure that lib{crypto,ssl,tls} public headers have actually | Joel Sing |
2020-01-22 | Split the TLSv1.3 guards into separate client and server guards. | Joel Sing |
2020-01-20 | Provide an error framework for use with the TLSv1.3 code. | Joel Sing |
2019-11-17 | Add the initial framework for the TLSv1.3 server. | Joel Sing |
2019-02-09 | Rename the file that contains the transcript handling code. | Joel Sing |
2019-02-04 | Make it easier to build with LIBRESSL_HAS_TLS1_3 enabled. | Joel Sing |
2019-01-23 | No need to include <bsd.prog.mk> here. | Theo Buehler |
2019-01-21 | Provide the initial TLSv1.3 client implementation. | Joel Sing |
2019-01-21 | Add ssl_cipher_is_permitted(), an internal helper function that | Theo Buehler |
2019-01-21 | Provide TLS 1.3 cipher AEAD/hash and legacy I/O handling functions. | Joel Sing |
2019-01-20 | Provide a handshake message handling implementation for TLS 1.3. | Joel Sing |
2019-01-20 | Provide an initial implementation of the TLS 1.3 record layer. | Joel Sing |
2019-01-19 | Sort HDRS/SRCS lists and use one line per source file for maintainability. | Joel Sing |
2019-01-19 | Provide a TLS record handling implementation. | Joel Sing |
2019-01-18 | Remove this copy, we have decided we can do this in place | Bob Beck |
2019-01-17 | Provide an extensible buffer implementation that uses a read callback. | Joel Sing |
2019-01-17 | Add a direct copy of the exension parsing code to be modified for tls13. | Bob Beck |
2018-11-09 | Reimplement the sigalgs processing code into a new implementation | Bob Beck |
2018-11-08 | First skeleton of the TLS 1.3 state machine. Based on RFC 8446 and | Theo Buehler |
2018-11-07 | Add initial TLS 1.3 key schedule support with basic regress tests | Bob Beck |
2018-11-05 | Consolidate all of the SSL method structs/functions into a single file. | Joel Sing |
2018-03-17 | Bring in compatibility for OpenSSL 1.1 style init functions. | Bob Beck |
2017-08-13 | Switch to -Werror with clang for libressl. | Doug Hogan |
2017-07-24 | Rewrite the TLS Renegotiation Indication extension handling using CBB/CBS | Joel Sing |
2017-07-16 | Start rewriting TLS extension handling. | Joel Sing |
2017-04-30 | Only enable -Werror on libcrypto/libssl/libtls if we are building with | Joel Sing |
2017-04-29 | Revert previous - we still want to do this, but I forgot about the installer | Bob Beck |
2017-04-29 | We now require you to have a working libpthread | Bob Beck |
2017-03-05 | Provide a rolling handshake hash that commences as soon as the cipher | Joel Sing |
2017-01-26 | Merge the single two line function from ssl_err2.c into ssl_err.c. | Joel Sing |
2017-01-26 | Move relatively new version range code from ssl_lib.c into a separate | Joel Sing |
2017-01-26 | Rename s3_{both,clnt,pkt_srvr}.c to have an ssl_ prefix since they are no | Joel Sing |
2017-01-26 | Merge the client/server version negotiation into the existing (currently | Joel Sing |
2016-11-05 | move manual pages from doc/ to man/ for consistency with other | Ingo Schwarze |
2016-11-05 | after getting rid of the pod files, clean up the Makefiles; ok bcook@ | Ingo Schwarze |
2016-11-05 | Remove generated Symbols.map on make clean. | Joel Sing |
2016-11-04 | Add an explict list of exported symbols with just the functions | Philip Guenther |
2016-09-19 | Update ld search path for libssl/libcrypto, fixes cross-build after source mo... | Brent Cook |
2016-09-14 | Generate pkg-config files at build time like everything else. This | Martin Natano |
2016-09-04 | only regen pkg-config files when required; ok jasper | Martin Natano |
2016-09-02 | Fix Makefile for file location moves | Bob Beck |
2014-04-11 | Move build machinery for libcrypto from libssl/crypto to libcrypto, as well | Miod Vallat |
2011-05-26 | remove hack to test and create /usr/lib/pkgconfig/ if needed, it's been six | Jasper Lievisse Adriaanse |
2011-01-21 | - simplify, krb5 handling is not needed. | Jasper Lievisse Adriaanse |
2010-12-28 | - ensure ${DESTDIR}/usr/lib/pkgconfig/ as running make distrib-dirs is not | Jasper Lievisse Adriaanse |