openssl.git
2024-02-20 Frederik Wedel... Future proof RLAYER_USE_EXPLICIT_IV by checking dtls...
2024-02-20 Bernd RitterCorrect the defined name of the parameter "micalg"...
2024-02-19 Hugo LandauMinor updates
2024-02-19 Hugo LandauFix warning
2024-02-19 Hugo LandauJSON_ENC: Ensure ossl_json_flush() really flushes the BIO
2024-02-19 Hugo LandauQUIC CHANNEL: Defer QLOG instantiation until first...
2024-02-19 Hugo LandauQUIC TXP: Allow QLOG instance retrieval via callback
2024-02-19 Hugo LandauQUIC QTX: Allow QLOG instance retrieval via callback
2024-02-19 Hugo LandauQUIC FIFD: Allow QLOG instance retrieval via callback
2024-02-19 Hugo LandauAdd entry to CHANGES.md
2024-02-19 Hugo LandauQUIC MULTISTREAM TEST: Test explicit event handling...
2024-02-19 Hugo LandauQUIC APL: Add implementation of SSL_VALUE_EVENT_HANDLIN...
2024-02-19 Hugo LandauQUIC: Add API for SSL_VALUE_EVENT_HANDLING_MODE
2024-02-19 Hugo LandauQUIC: Add docs for SSL_VALUE_EVENT_HANDLING_MODE
2024-02-19 Shakti ShahOpenSSL License is applied for some source files, chang...
2024-02-16 Marcel GosmannFixed Visual Studio 2008 compiler errors
2024-02-16 Frederik Wedel... Removes record_queue struct which is no longer useful.
2024-02-16 Hugo LandauQUIC: Test that SSL_ctrl, SSL_set_mode are routed corre...
2024-02-16 Hugo LandauQUIC: Fix SSL_ctrl operation for QSSOs
2024-02-16 Neil HormanCheck for NULL cleanup function before using it in...
2024-02-14 Hugo LandauAdd CHANGES: Fixed SSL_export_keying_material for QUIC.
2024-02-14 Hugo LandauFix SSL_export_keying_material for QUIC
2024-02-14 Neil HormanSkip shlibload tests if no-atexit is configured
2024-02-14 Shakti ShahKDF_CTX_new API has incorrect signature (const should...
2024-02-14 Dimitri PapadopoulosFix the grammar as suggsted in the review
2024-02-14 Dimitri PapadopoulosFix new typos found by codespell
2024-02-13 Dr. David von... test_cmp_http: decrease risk of timeouts due to delays...
2024-02-12 Tomas Mrazos-zoo.yml: Do not add enable-unstable-qlog as this...
2024-02-10 Hugo LandauFix nit
2024-02-10 Hugo LandauMinor tweak to recipe
2024-02-10 Hugo LandauFix typo
2024-02-10 Hugo LandauQUIC MULTISTREAM Test: Ensure poll test is robust
2024-02-10 Hugo LandauQUIC POLLING: Support no-quic builds
2024-02-10 Hugo LandauQUIC MULTISTREAM TEST: Fix perl warning around envvars
2024-02-10 Hugo LandauQUIC MULTISTREAM TEST: Add test for SSL_poll
2024-02-10 Hugo LandauQUIC POLLING: Implement autotick
2024-02-10 Hugo Landaumake update
2024-02-10 Hugo LandauQUIC: Add manpage for SSL_poll
2024-02-10 Hugo LandauQUIC APL: Implement SSL_poll backend
2024-02-10 Hugo LandauQUIC QSM: Allow bidi and uni incoming streams to be...
2024-02-10 Hugo LandauQUIC RIO: Add frontend SSL_poll implementation
2024-02-10 Hugo LandauQUIC: Add glossary entry for RIO
2024-02-10 Hugo LandauQUIC: Add polling API
2024-02-10 Hugo LandauBIO: Add SSL poll descriptor type
2024-02-09 Frederik Wedel... Remove unused function arguments from tls_int_new_recor...
2024-02-09 Hugo LandauTHREADING: Make CRYPTO_MUTEX and CRYPTO_CONDVAR typesafe
2024-02-09 Dmitry BelyavskiyAmend CHANGES.md/NEWS.md to reflect DN output changes
2024-02-09 Hugo LandauWindows: Add _dclass to the allowed symbols list
2024-02-09 Hugo LandauQUIC QLOG: Fix use of size_t and uint64_t
2024-02-09 Hugo LandauQUIC QLOG: Retrieve PID correctly on Windows
2024-02-09 Hugo LandauJSON_ENC: Fix unit test for MSVC
2024-02-09 Hugo LandauQUIC qlog: Enable qlog in Windows CI
2024-02-09 Tomas MrazFix memory leaks on error cases during drbg initializations
2024-02-09 Angel BaezRearrange terms in gf_mul to prevent segfault
2024-02-09 Frederik Wedel... Remove unneeded stuff
2024-02-09 Frederik Wedel... Refactor skip test statements.
2024-02-09 Frederik Wedel... Adds some version guards for dummy proxy.
2024-02-09 Frederik Wedel... Don't use dtls proxy on windows.
2024-02-09 Frederik Wedel... Check if creating a tlsproxy instance per use allows...
2024-02-09 Frederik Wedel... Fix test runs on builds without tls1_3
2024-02-09 Frederik Wedel... Skip tests if build does not support dtls1.2 or tls1.2
2024-02-09 Frederik Wedel... Remove obsolete comment.
2024-02-09 Frederik Wedel... Merge dtls and tls records tests
2024-02-09 Frederik Wedel... Don't run dtls test on windows.
2024-02-09 Frederik Wedel... chomp does not work on windows.
2024-02-09 Frederik Wedel... Handle DTLS 1.2 in CertificateVerify messages
2024-02-09 Frederik Wedel... Use open2 instead of open for s_server instance
2024-02-09 Frederik Wedel... Support DTLS in TLS::Proxy.
2024-02-08 Hugo LandauMinor updates
2024-02-08 Hugo LandauQUIC APL: Move NULL pointer check to quic_impl.c
2024-02-08 Hugo LandauQUIC CHANNEL: Optimise struct packing
2024-02-08 Hugo LandauFixup multistream test
2024-02-08 Hugo LandauFix error code collision
2024-02-08 Hugo LandauMinor fixes after rebase
2024-02-08 Hugo LandauMinor fix
2024-02-08 Hugo LandauQUIC MULTISTREAM TEST: Make test resilient on stochasti...
2024-02-08 Hugo LandauQuiet false warning about uninitialised variable
2024-02-08 Hugo LandauQUIC MULTISTREAM TEST: Test available stream count API
2024-02-08 Hugo LandauQUIC MULTISTREAM TEST: Test idle timeout configuration
2024-02-08 Hugo LandauQUIC CHANNEL: Fix idle timeout computation bug
2024-02-08 Hugo LandauQUIC CHANNEL: Defer transport parameter generation
2024-02-08 Hugo LandauAdd CHANGES entry
2024-02-08 Hugo LandauQUIC APL: Add feature query implementation
2024-02-08 Hugo LandauQUIC CHANNEL: Add idle timeout configuration and stream...
2024-02-08 Hugo LandauQUIC RXFC: Add accessor for credit
2024-02-08 Hugo LandauQUIC: Add new error codes for tuning API
2024-02-08 Hugo LandauQUIC: Add documentation for tuning API
2024-02-08 Shakti ShahWrong release version for EVP_DigestSqueeze() in docume...
2024-02-08 Richard LevitteConfigure: Fix ordering bug when processing split DEPENDs
2024-02-08 Liu-ErmengFix sm4-xts aarch64 assembly implementation bug
2024-02-07 Tomas MrazFix testcases to run on duplicated keys
2024-02-07 James MuirCONTRIBUTING.md: add missing "on"
2024-02-06 Xu YizhouFix SM2 test failures on Apple Silicon
2024-02-06 Vincent LefèvreAdd a missing space in an error message
2024-02-06 Ingo Franzkis390x: Fix build on s390x with 'disable-asm'
2024-02-05 Shakti ShahClarify X509_STORE_CTX_init() documentation in the...
2024-02-05 John KohlAIX: Implement shared_target = "aix-solib" support
2024-02-05 Prashanth SwaminathanAdd support in configuration for android-riscv64
2024-02-02 Richard LevitteFix a few incorrect paths in some build.info files
2024-02-02 Hugo LandauQUIC QLOG: Fix indentation
next