summaryrefslogtreecommitdiff
path: root/src/lib/libssl/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* Start replacing the existing TLSv1.2 record layer.jsing2020-08-301-1/+2
* The check_includes step is incorrect dependency management model forderaadt2020-06-091-11/+1
* Provide an easy way to get debug information from TLSv1.3 handshakes.jsing2020-05-101-1/+4
* Remove dtls1_enc().jsing2020-03-131-2/+1
* Move the TLSv1.3 code that interfaces with the legacy APIs/stack into ajsing2020-02-151-1/+2
* Provide struct/functions for handling TLSv1.3 key shares.jsing2020-01-301-1/+2
* Factor out/rewrite the ECDHE EC point key exchange code.jsing2020-01-301-1/+2
* Add checks to ensure that lib{crypto,ssl,tls} public headers have actuallyjsing2020-01-221-1/+11
* Split the TLSv1.3 guards into separate client and server guards.jsing2020-01-221-2/+3
* Provide an error framework for use with the TLSv1.3 code.jsing2020-01-201-1/+2
* Add the initial framework for the TLSv1.3 server.jsing2019-11-171-2/+3
* Rename the file that contains the transcript handling code.jsing2019-02-091-2/+2
* Make it easier to build with LIBRESSL_HAS_TLS1_3 enabled.jsing2019-02-041-1/+4
* No need to include <bsd.prog.mk> here.tb2019-01-231-2/+1
* Provide the initial TLSv1.3 client implementation.jsing2019-01-211-1/+2
* Add ssl_cipher_is_permitted(), an internal helper function thattb2019-01-211-1/+2
* Provide TLS 1.3 cipher AEAD/hash and legacy I/O handling functions.jsing2019-01-211-1/+2
* Provide a handshake message handling implementation for TLS 1.3.jsing2019-01-201-1/+2
* Provide an initial implementation of the TLS 1.3 record layer.jsing2019-01-201-3/+3
* Sort HDRS/SRCS lists and use one line per source file for maintainability.jsing2019-01-191-16/+44
* Provide a TLS record handling implementation.jsing2019-01-191-2/+2
* Remove this copy, we have decided we can do this in placebeck2019-01-181-2/+2
* Provide an extensible buffer implementation that uses a read callback.jsing2019-01-171-2/+3
* Add a direct copy of the exension parsing code to be modified for tls13.beck2019-01-171-2/+2
* Reimplement the sigalgs processing code into a new implementationbeck2018-11-091-2/+2
* First skeleton of the TLS 1.3 state machine. Based on RFC 8446 andtb2018-11-081-2/+2
* Add initial TLS 1.3 key schedule support with basic regress testsbeck2018-11-071-2/+3
* Consolidate all of the SSL method structs/functions into a single file.jsing2018-11-051-4/+4
* Bring in compatibility for OpenSSL 1.1 style init functions.beck2018-03-171-2/+2
* Switch to -Werror with clang for libressl.doug2017-08-131-2/+2
* Rewrite the TLS Renegotiation Indication extension handling using CBB/CBSjsing2017-07-241-2/+2
* Start rewriting TLS extension handling.jsing2017-07-161-2/+2
* Only enable -Werror on libcrypto/libssl/libtls if we are building withjsing2017-04-301-2/+3
* Revert previous - we still want to do this, but I forgot about the installerbeck2017-04-291-2/+1
* We now require you to have a working libpthreadbeck2017-04-291-1/+2
* Provide a rolling handshake hash that commences as soon as the cipherjsing2017-03-051-2/+2
* Merge the single two line function from ssl_err2.c into ssl_err.c.jsing2017-01-261-2/+2
* Move relatively new version range code from ssl_lib.c into a separatejsing2017-01-261-2/+2
* Rename s3_{both,clnt,pkt_srvr}.c to have an ssl_ prefix since they are nojsing2017-01-261-2/+2
* Merge the client/server version negotiation into the existing (currentlyjsing2017-01-261-4/+3
* move manual pages from doc/ to man/ for consistency with otherschwarze2016-11-051-2/+2
* after getting rid of the pod files, clean up the Makefiles; ok bcook@schwarze2016-11-051-3/+6
* Remove generated Symbols.map on make clean.jsing2016-11-051-2/+2
* Add an explict list of exported symbols with just the functionsguenther2016-11-041-1/+9
* Update ld search path for libssl/libcrypto, fixes cross-build after source mo...bcook2016-09-191-3/+3
* Generate pkg-config files at build time like everything else. Thisnatano2016-09-141-2/+3
* only regen pkg-config files when required; ok jaspernatano2016-09-041-3/+5
* Make tree build againbeck2016-09-031-2/+47
* Move build machinery for libcrypto from libssl/crypto to libcrypto, as wellmiod2014-04-111-11/+3
* remove hack to test and create /usr/lib/pkgconfig/ if needed, it's been sixjasper2011-05-261-3/+1