]> git.ipfire.org Git - thirdparty/tor.git/shortlog
thirdparty/tor.git
2025-06-10  Nick MathewsonPropagate longer keylens through onion handshakes.
2025-06-10  Nick Mathewsonrelay crypto: functions to get key material length.
2025-06-10  Nick MathewsonAllow SENDME tags to be 16 or 20 bytes.
2025-06-10  Nick MathewsonMove tor1 crypto functions into new file
2025-06-10  Nick MathewsonRefactor and simplify save_sendme logic in tor1.
2025-06-10  Nick MathewsonRefactor tor1 relay crypto functions into per-layer...
2025-06-10  Nick MathewsonRename two "record_*_digest functions to "save".
2025-06-10  Nick MathewsonRename a couple of relay crypto functions to "tor1".
2025-06-10  Alexander Hansen... Merge branch 'tor_41091' into 'main'
2025-06-09  David GouletMerge branch 'maint-0.4.8'
2025-06-09  David GouletMerge branch 'tor-gitlab/mr/903' into maint-0.4.8
2025-06-09  David GouletMerge branch 'maint-0.4.8'
2025-06-09  Waldemar ZimpelFix: "Bug: Duplicate call to circuit_mark_for_close()"
2025-06-09  Roger Dingledinelog "list of supported TLS groups" only once
2025-06-05  Nick Mathewsoncgo: Use the correct operation to re-align AES.
2025-06-03  David GouletMerge branch 'cloexec-pipes' into 'main'
2025-06-03  Jim Newsomestart_daemon: open pipe with cloexec
2025-06-03  Jim NewsomeAdd tor_pipe_cloexec
2025-05-27  David GouletMerge branch 'remove-tor_tls_get_num_server_handshakes...
2025-05-26  Alex Xu (Hello71)Remove tor_tls_get_num_server_handshakes declaration
2025-05-22  Nick MathewsonMerge branch 'cgo-faster' into 'main'
2025-05-22  Nick MathewsonFix a bug with less optimized polyval variants.
2025-05-21  Nick MathewsonMerge branch 'openssl-cleanup' into 'main'
2025-05-21  Nick MathewsonMerge branch 'cgo-fixes-misc' into 'main'
2025-05-21  Nick MathewsonRemove AES support for old OpenSSLs
2025-05-21  Nick MathewsonOptimize the everloving heck out of OpenSSL AES as...
2025-05-21  Nick Mathewsonpolyval: use real pclmul intrinsics on clang.
2025-05-21  Nick MathewsonUse polyvalx in cgo.
2025-05-21  Nick MathewsonAdd support for pre-expanded polyval keys with pclmul.
2025-05-21  Nick MathewsonSpeed up polyval through pipelining.
2025-05-21  Nick MathewsonAdd benchmarks for cgo and polyval.
2025-05-21  Nick MathewsonImprove tor1 encryption benchmarks
2025-05-21  Nick Mathewsonpolyval: Detect pclmul presence using cpuid.
2025-05-21  Nick Mathewsonpolyval: Allow PV_DECLARE declare multiple variants.
2025-05-21  Nick Mathewsonpolyval: move declarations into a macro
2025-05-21  Nick MathewsonMerge branch '41052_cgo_encryption' into 'main'
2025-05-21  Nick Mathewsonpolyval: Remove precomputation for ctmul64 case.
2025-05-21  Nick MathewsonCGO: Fix authenticated-sendme tag handling.
2025-05-21  Nick MathewsonCGO: Split modes into forward and backward variants.
2025-05-21  Nick MathewsonImplement the encryption operations for counter galois...
2025-05-21  Nick MathewsonImplement low-level encryption functions for CGO.
2025-05-21  Nick Mathewsonaes: Support for replacing an AES key without free...
2025-05-21  Nick MathewsonSupport for counter mode with raw AES.
2025-05-21  Nick Mathewsoncrypto: Add support for raw (ECB) AES
2025-05-21  Nick MathewsonPolyval: add ability to store key separately.
2025-05-21  Nick MathewsonIntegrate polyval into our build system and give a...
2025-05-21  Nick Mathewsonpolyval: comments throughout.
2025-05-21  Nick MathewsonDetect correct polyval implementation (mostly)
2025-05-21  Nick MathewsonAdapt pclmul.c to work with polyval.c
2025-05-21  Nick Mathewsonadapt 32-bit ctmul.c to work with polyval.c
2025-05-21  Nick MathewsonAdapt ctmul64.c to work with polyval.c.
2025-05-21  Nick MathewsonUnfinished polyval implementation, without a multiplier.
2025-05-21  Nick MathewsonRename files so it no longer looks like we are doing...
2025-05-21  Nick MathewsonAdd code from BearSSL's ghash implementation.
2025-05-21  Nick MathewsonUnrelated: fix warnings about NSS kex algorithms.
2025-05-21  David GouletMerge branch 'bug41077' into 'main'
2025-05-21  David GouletMerge branch 'bug40176' into 'main'
2025-05-21  David GouletMerge branch 'style-tweaks' into 'main'
2025-05-21  David GouletMerge branch 'maint-0.4.8'
2025-05-21  David GouletMerge branch 'tor-gitlab/mr/894' into maint-0.4.8
2025-05-21  David GouletMerge branch 'gcc-15-warnings-049' into 'main'
2025-05-19  Nick MathewsonFix another gcc 15 warning in 0.4.9.
2025-05-19  Nick MathewsonMerge branch 'gcc-15-warnings-048' into gcc-15-warnings-049
2025-05-19  Nick MathewsonMake an exception to one of the NONSTRINGs
2025-05-19  Nick MathewsonAdd a changes file for 41079.
2025-05-19  Nick MathewsonFix a new GCC warning about strings.
2025-05-19  Nick MathewsonConvince gcc that we will not access an array out of...
2025-05-14  Nick MathewsonFix log message claiming that LibreSSL is OpenSSL
2025-05-13  Alex Xu (Hello71)Remove unused client cipher related functions
2025-05-13  Nick MathewsonFix linking on systems without a working stdatomic.h
2025-05-13  Alex Xu (Hello71)Use SSL_CTX_set1_groups_list without checking
2025-05-12  Nick Mathewsonreindent code from previous commit
2025-05-12  Nick MathewsonAllow pow-params to appear multiple times.
2025-05-12  Nick MathewsonInclude message length in conflux_get_circ_bytes_allocation
2025-05-11  Roger Dingledinetrivial whitespace formatting fixes
2025-05-08  Nick MathewsonCompute total_ooo_q_bytes correctly.
2025-05-08  Nick MathewsonUn-parenthesize checks wrt connection_edge_process_orde...
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
next