crypto/threads_pthread.c: refactor all atomics fallbacks for type safety
[openssl.git] / util / perl / TLSProxy /
6 days ago Dimitri PapadopoulosFix typos found by codespell
7 days ago Richard LevitteCopyright year updates
2024-02-09 Frederik Wedel-HeinenRemove obsolete comment.
2024-02-09 Frederik Wedel-HeinenMerge dtls and tls records tests
2024-02-09 Frederik Wedel-Heinenchomp does not work on windows.
2024-02-09 Frederik Wedel-HeinenHandle DTLS 1.2 in CertificateVerify messages
2024-02-09 Frederik Wedel-HeinenUse open2 instead of open for s_server instance
2024-02-09 Frederik Wedel-HeinenSupport DTLS in TLS::Proxy.
2023-09-07 Matt CaswellCopyright year updates
2023-03-28 Todd ShortRFC7250 (RPK) support
2022-10-18 Todd ShortAdd support for compressed certificates (RFC8879)
2021-04-08 Matt CaswellUpdate copyright year
2021-03-25 Matt CaswellTeach TLSProxy how to encrypt <= TLSv1.2 ETM records
2019-12-11 Veres LajosFix some typos
2019-09-06 Matt CaswellTeach TLSProxy how to parse CertificateRequest messages
2019-02-05 Sam RobertsRemove unnecessary trailing whitespace
2019-02-04 Matthias KraftFix Invalid Argument return code from IP_Factory in...
2019-01-07 Matt CaswellAdd a test for correct handling of the cryptopro bug...
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-09-11 Matt CaswellUpdate copyright year
2018-08-15 Matt CaswellUpdate code for the final RFC version of TLSv1.3 (RFC8446)
2018-08-09 Matt CaswellAdd a test for TLSv1.3 fallback
2018-08-08 Matt CaswellAdd a test for unencrypted alert
2018-07-18 Matt CaswellAdd a test for mismatch between key OID and sig alg
2018-05-17 Matt CaswellChange the default number of NewSessionTickets we send...
2018-05-15 Matt CaswellSuport TLSv1.3 draft 28
2018-04-26 Bernd EdlingerWait max. 60 seconds for s_client to connect
2018-04-18 Andy PolyakovTLSProxy/Proxy.pm: preclude output intermix.
2018-04-18 Andy PolyakovTLSProxy/Record.pm: add is_fatal_alert method.
2018-04-18 Andy PolyakovTLSProxy/Proxy.pm: refine NewSessionTicket detection.
2018-04-18 Andy PolyakovTLSProxy/Message.pm: refine end-of-conversation detecti...
2018-04-14 Andy PolyakovTLSProxy/Proxy.pm: straighten inner loop termination...
2018-04-14 Andy PolyakovTLSProxy/Proxy.pm: bind s_server to loopback interface.
2018-04-13 Bernd EdlingerRework partial packet handling once more
2018-04-13 Andy PolyakovTLSProxy/Proxy.pm: handle "impossible" failure to conne...
2018-04-13 Andy PolyakovTLSProxy/Proxy.pm: handle -1 as return value from waitpid.
2018-04-08 Andy PolyakovTLSProxy/Record.pm: remove dead condition and improve...
2018-04-08 Andy PolyakovTLSProxy/Proxy.pm: refine partial packet handling.
2018-04-08 Andy PolyakovTLSProxy/Proxy.pm: harmonize inner loop with the way...
2018-04-04 Andy PolyakovTLSProxy/Proxy.pm: switch to dynamic ports and overhaul.
2018-03-28 Matt CaswellRevert "Temporarily disable some tests that hang"
2018-03-27 Matt CaswellTemporarily disable some tests that hang
2018-03-22 Bernd EdlingerHandle partial messages in TLSProxy
2018-03-19 Richard LevitteIn TLSProxy::Proxy, specify TLSv1.3 as maximum allowabl...
2018-03-14 Matt CaswellSplit configuration of TLSv1.3 ciphers from older ciphers
2018-03-14 Matt CaswellUpdate version numbers for TLSv1.3 draft-26
2018-02-21 Matt CaswellRemove a spurious TLSProxy byte in TLSv1.3
2018-02-13 Matt CaswellUpdate copyright year
2018-02-01 Todd ShortAdd TLSv1.3 post-handshake authentication (PHA)
2018-01-25 Benjamin KadukAdd TLSProxy tests for signature_algorithms_cert
2018-01-25 Benjamin KadukRenumber TLSEXT_TYPE_key_share for draft-23
2018-01-25 Benjamin KadukBump TLS1_3_VERSION_DRAFT for draft-23
2018-01-19 Richard LevitteCopyright update of more files that have changed this...
2018-01-19 Richard LevitteCreate one permanent proxy socket per TLSProxy::Proxy...
2018-01-18 Richard LevitteTLSProxy::Proxy: Don't use ReuseAddr on Windows
2018-01-17 Richard LevitteTLSProxy::Proxy: don't waste time redirecting STDOUT...
2018-01-17 Richard LevitteTLSProxy::Proxy: If we don't support IPv6, force IPv4
2018-01-16 Matt CaswellExtend timeout for TLSProxy
2018-01-13 Bernd EdlingerCatch SIGPIPE in TLSProxy::Proxy::clientstart
2017-12-14 Matt CaswellSend supported_versions in an HRR
2017-12-14 Matt CaswellUpdate TLSProxy to know about new HRR style
2017-12-14 Matt CaswellMerge HRR into ServerHello
2017-12-14 Matt CaswellSend a CCS from the client in a non-early_data handshake
2017-12-14 Matt CaswellUpdate ServerHello to new draft-22 format
2017-12-14 Matt CaswellUpdate the TLSv1.3 draft version indicators to draft 22
2017-11-07 Matt CaswellFix race condition in TLSProxy
2017-11-05 FdaSilvaYYImplement Maximum Fragment Length TLS extension.
2017-09-01 Matt CaswellFix Proxy where a timeout occurs waiting for both clien...
2017-08-15 Richard LevitteConsolidate the locations where we have our internal...