]> git.ipfire.org Git - thirdparty/tor.git/shortlog
thirdparty/tor.git
2025-06-10  Nick MathewsonRemove circuit_sendme_cell_is_next
2025-06-10  Nick MathewsonEnforce that SENDME tags have the expected length
2025-06-10  Nick MathewsonRemove XXXs about Making CGO disable-able
2025-06-10  Nick MathewsonMake SENDME tag lengths defined in a single place.
2025-06-10  Nick Mathewsonsendme: Use a simpler and more correct init for sendme...
2025-06-10  Nick MathewsonGive relay_crypto.c access to cpath private members.
2025-06-10  Nick MathewsonSet the key material length correctly based on crypto...
2025-06-10  Nick MathewsonAdd some warnings for client create failures
2025-06-10  Nick MathewsonMake extend_info_supports_ntor_v3 correct.
2025-06-10  Nick MathewsonRelays: Advertise support for cgo.
2025-06-10  Nick MathewsonEnable CGO at the client side when a relay supports it
2025-06-10  Nick Mathewsonclient-side support for negotiating CGO via subprotocol...
2025-06-10  Nick MathewsonAccept subproto_request extensions for CGO.
2025-06-10  Nick MathewsonMove responsibility for extension parsing to onion_crypto.c
2025-06-10  Nick MathewsonMove responsibility for ntorv3 extension lookup to...
2025-06-10  Nick MathewsonAdd a negotiation message for subprotocol requests.
2025-06-10  Nick MathewsonUse protovers to detect cgo support.
2025-06-10  Nick MathewsonRemove incorrect note about supports_conflux flag
2025-06-10  Nick Mathewsonremove debug log with relay digest material
2025-06-10  Nick MathewsonMove parameter initialization to the start of the clien...
2025-06-10  Nick MathewsonRemove rend_dh_handshake_state
2025-06-10  Nick MathewsonAdd cell format and crypto alg to circ_params
2025-06-10  Nick Mathewsonrelay_crypto: Implement support for CGO.
2025-06-10  Nick MathewsonTurn relay_crypto_t into a tagged union.
2025-06-10  Nick MathewsonRefactor relay_crypto_init API to take an algorithm.
2025-06-10  Nick MathewsonTurn tor1_crypt_t into a distinct type.
2025-06-10  Nick MathewsonMove relay_crypto_st.h to core/crypto.
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.
next