]> git.ipfire.org Git - thirdparty/tor.git/shortlog
thirdparty/tor.git
2025-05-13  Alex Xu (Hello71)Remove unused client cipher related functions
2025-05-13  Alex Xu (Hello71)Use SSL_CTX_set1_groups_list without checking
2025-05-06  Nick MathewsonMerge branch 'openssl_cleanup_part3' into 'main'
2025-05-06  Nick MathewsonDefine a DH2048_KEY_LEN.
2025-05-06  Alexander Hansen... Merge branch 'ticket41064' into 'main'
2025-05-06  Alexander Hansen... Merge branch 'bug41043' into 'main'
2025-05-06  Nick MathewsonUse RELAY_PAYLOAD_SIZE_MIN for some cc calculations
2025-05-06  Nick MathewsonMerge branch '41051_cell_format' into 'main'
2025-05-06  Nick MathewsonFix compilation with NSS.
2025-05-06  Nick MathewsonRemove check for unaccelerated ECC
2025-05-06  Nick MathewsonChange our TLS finite-field diffie-hellman group to...
2025-05-06  Nick MathewsonUpdate client cipher list to match current firefox
2025-05-06  Nick MathewsonUpdate get_mozillia_ciphers to work with current firefox.
2025-05-06  Nick MathewsonRemove attempt to override TLS 1.3 server ciphersuites
2025-05-06  Nick MathewsonRemove check and test for SSL_CIPHER_find
2025-05-06  Nick MathewsonStop detecting HKDF: Our supported OpenSSL versions...
2025-05-06  Nick MathewsonStop detecting SSL_get_client_ciphers: we enver use it.
2025-05-06  Nick MathewsonOpenSSL: Require TLS ≥ 1.2
2025-05-06  Nick Mathewsonopenssl: Use TLS_method unconditionally.
2025-05-06  Nick Mathewsonrelay_msg: Document and enforce length invariants.
2025-05-05  Nick Mathewsonrelay_msg: Use relay_cell_max_payload_size when setting...
2025-05-05  Nick MathewsonFix tests when built with --all-bugs-are-fatal.
2025-05-05  Nick MathewsonUse FREE_AND_NULL with conflux_msg_t.
2025-05-05  Nick MathewsonChanges file for #41051.
2025-05-05  Nick MathewsonFill in XXXX for relay_msg.c
2025-05-05  Nick MathewsonRemove the unused relay_msg_set function
2025-05-05  Nick MathewsonChange relay_msg_t to _not_ hold a copy of the message.
2025-05-05  Nick MathewsonRemove redundant relay_cell_proto fields
2025-05-05  Nick MathewsonFix a bug in conflux_send_switch_command.
2025-05-05  Nick MathewsonRename and hand-audit all users of RELAY_PAYLOAD_SIZE.
2025-05-05  Nick MathewsonMove circuit accessors to relay.c
2025-05-05  Nick MathewsonAdd a much-needed convenience accessor for max payload...
2025-05-05  Nick MathewsonRename relay_msg_get_format to circuit_get_relay_format.
2025-05-05  Nick MathewsonMore tolerance for packaging too-long payloads
2025-05-05  Nick Mathewsonrelay_msg: use IF_BUG_ONCE
2025-05-05  Nick MathewsonAbolish RELAY_HEADER_SIZE.
2025-05-05  Nick MathewsonFold relay_cell.h into relay_msg.h
2025-05-05  Nick MathewsonAbolish relay_header_t, except for testing.
2025-05-05  David Gouletprop340: Use relay messages accross the code
2025-05-05  David Gouletprop340: Implement useful helper functions
2025-05-05  Nick MathewsonAdd relay cell format field to circuits
2025-05-05  Nick Mathewsonprop359: Implement relay cell encoder/decoders
2025-05-05  Nick MathewsonFunction to test whether a relay command is recognized.
2025-05-05  Nick Mathewsonor.h: Extend comment about cell format to include v1...
2025-05-05  Nick Mathewsonprop359: Introduce an enum for cell format.
2025-05-05  David Gouletprop359: Add relay msg basics.
2025-05-05  Nick MathewsonAdd some TODOs for CGO msg format
2025-05-05  David Gouletprop359: Add relay cell access functions
2025-05-05  David GouletMerge branch 'maint-0.4.8'
2025-05-05  orbeacrypt_openssl_mgt: define DISABLE_ENGINES after OPENSSL...
2025-05-05  orbeacompat_openssl: fix for LibreSSL 4.1.0
2025-05-05  David GouletMerge branch 'openssl_cleanup_part2_v2' into 'main'
2025-05-05  David GouletMerge branch 'openssl_cleanup_part1' into 'main'
2025-04-28  Nick MathewsonAvoid crash on failure to read FamilyKeyDir
2025-04-28  Nick MathewsonWarn when OpenSSL is older than 3.0
2025-04-28  Nick Mathewsonchanges file for new *ssl version requirements.
2025-04-28  Nick MathewsonRemove code based on OPENSSL_VERSION_NUMBER
2025-04-28  Nick MathewsonRemove NEW_THREAD_API
2025-04-28  Nick MathewsonRemove OPENSSL_1_1_API macro
2025-04-28  Nick MathewsonRemove HAVE_STRUCT_SSL_METHOD_ST_GET_CIPHER_BY_CHAR...
2025-04-28  Nick MathewsonRemove HAVE_SSL_STATE and SIZEOF_SHA_CTX
2025-04-28  Nick MathewsonRequire OpenSSL >= 1.1.1 or LibreSSL >= 3.7
2025-04-28  Nick MathewsonRemove tor_tls_verify
2025-04-27  Nick MathewsonFix compilation on Libressl
2025-04-25  Nick MathewsonRestore a pair of erroneously removed cases
2025-04-25  Nick MathewsonFix compilation for nss.
2025-04-24  Nick MathewsonChanges file for 41031.
2025-04-24  Nick MathewsonRemove support for client cipher classification.
2025-04-24  Nick MathewsonRenumber OR_CONN_STATE_*
2025-04-24  Nick MathewsonRename "RENEGOTIATING state.
2025-04-24  Nick MathewsonCompletely remove support for the v2 link handshake
2025-04-24  Nick MathewsonRemove server support for the v1 link handshake.
2025-04-24  David GouletMerge branch 'man-safelogging' into 'main'
2025-04-23  Roger Dingledineremove tiny ambiguity in man page for SafeLogging
2025-04-23  David GouletMerge branch 'maint-0.4.8'
2025-04-23  Nick MathewsonPromote "list of supported groups" message to notice.
2025-04-23  Nick MathewsonOnly try more complex OpenSSL group list syntax with...
2025-04-23  David Goulettypo: Fix unfinished HTML tag in comment
2025-04-23  David GouletMerge branch 'maint-0.4.8'
2025-04-23  Nick MathewsonTLS: When possible, enable ML-KEM768.
2025-04-23  Nick MathewsonCorrectly detect error from SSL_CTX_set1_groups_list.
2025-04-23  Nick MathewsonRemove TOR_TLS_USE_ECDHE_P* flags.
2025-04-23  Sebastian HahnMake two 1-bit fields unsigned
2025-04-16  David Gouletci: Remove 047 from CI builds and put in 049
2025-04-02  Tor CI Releaseversion: Bump version to 0.4.9.2-alpha-dev
2025-04-02  Tor CI Releaseversion: Bump version to 0.4.9.2-alpha tor-0.4.9.2-alpha
2025-04-02  Tor CI Releaserelease: ChangeLog for 0.4.9.2-alpha
2025-04-01  David GouletMerge branch 'dont-redefine-o_nofollow' into 'main'
2025-04-01  Collin FunkDon't redefine O_NOFOLLOW.
2025-03-31  David GouletMerge branch 'maint-0.4.8'
2025-03-31  David GouletMerge branch 'happy-families-ux' into 'main'
2025-03-31  David GouletMerge branch 'ahf/049-ci-i386' into 'main'
2025-03-31  Alexander Hansen... Use bullseye on main for i386 for now.
2025-03-27  Waldemar ZimpelFix: Crash on SIGSEGV if at least one worker thread...
2025-03-27  David GouletMerge branch 'maint-0.4.8'
2025-03-27  David GouletMerge branch 'tor-gitlab/mr/874' into maint-0.4.8
2025-03-27  Nick MathewsonClarify family ID key file names
2025-03-27  Nick MathewsonNew 'FamilyId *' to say "use all the family IDs you...
2025-03-27  Nick MathewsonAllow searching for family keys in a FamilyKeyDirectory
2025-03-27  David Gouletchanges: Add file for MR 839
next