]> git.ipfire.org Git - thirdparty/openssl.git/history - test
80-test_ssl_new.t: Test 14-curves.cnf depends on enabled DH now
[thirdparty/openssl.git] / test /
2023-07-04  Tomas Mraz80-test_ssl_new.t: Test 14-curves.cnf depends on enable...
2023-07-03  Tomas Mraz70-test_tls13hrr.t: Use P-521 instead of X25519 for...
2023-07-01  Paulitest: update to structure based atomics
2023-06-28  Hugo LandauFix multistream test script 18
2023-06-27  Matt CaswellThe CC wake up deadline is now if we have TX allowance
2023-06-27  Matt CaswellAdd a test quicserver utility
2023-06-27  Fergus DallAdd support for SHA256/192
2023-06-27  Matt CaswellAdd some test_ssl_new tests for the ffdhe groups
2023-06-26  Matt CaswellAdd a test for pkeyutl encrypt/decrypt using SM2
2023-06-25  Richard LevitteAdd a test case for the password prompt on garbage...
2023-06-23  Kurt RoeckxAdd decoder fuzzer
2023-06-23  Matt CaswellAdd a test for an invalid group in the HRR
2023-06-23  Tomas MrazSupport SSL_OP_CLEANSE_PLAINTEXT on QUIC streams
2023-06-18  Dimitri PapadopoulosFix new typos found by codespell
2023-06-15  Hugo LandauQUIC: Allow application to trigger TXKU
2023-06-15  Hugo LandauQUIC: Test key update works correctly
2023-06-15  Hugo LandauQUIC APL: Correct implementation of time callback override
2023-06-15  Hugo LandauQUIC RX: Support reporting the key epoch a packet was...
2023-06-15  Hugo LandauQUIC TXP: Refactor status output to use an extensible...
2023-06-15  Dimitri PapadopoulosFix typos found by codespell
2023-06-14  Paulifips: update DSA security check to fix legacy verify...
2023-06-14  Michael Baentschupdated (lib+)oqsprovider to latest releases
2023-06-14  Tomas Mrazcmactest.c: Fix no-des and no-sm4 build failures
2023-06-14  Yi Liconfigure: introduce no-ecx to remove ECX related feature
2023-06-12  fisher.yuUpdate CMAC test cases.
2023-06-10  Tomas MrazCoverity 1529992: Check return value of sscanf()
2023-06-09  Michael BaentschCast the argument to unsigned char when calling isspace()
2023-06-08  fisher.yuUpdate CMAC cipher algorithm list and test cases.
2023-06-08  Paulikdf test: restrict the version of the FIPS provider
2023-06-06  Alex BozarthAdd SSL_get0_group_name() to get name of the group...
2023-06-06  Michael BaentschCast the argument to unsigned char when calling isdigit()
2023-06-06  Vladimír Kotalallow to disable http
2023-06-02  Jairus Christensen[feat] SSL RTT in both client and server statem. SSL_ge...
2023-06-01  Dr. David von OheimbCMP: add support for genm/genp messages with id-it...
2023-06-01  Kurt RoeckxAdd PEM fuzzer
2023-05-29  Hugo LandauQUIC: Rename SSL_tick etc. in man(7) docs
2023-05-29  Hugo LandauQUIC: Rename SSL_tick, SSL_get_tick_timeout
2023-05-24  Matt CaswellCreate setter functions for the msg_callback and msg_ca...
2023-05-24  Matt CaswellAdd a test for the new QUIC tracing capability
2023-05-24  Matt CaswellProperly handling stream/crypto frames while tracing
2023-05-24  Matt CaswellEnable tracing of packets that have been sent
2023-05-24  Hugo LandauResolve a djgpp function name conflict
2023-05-24  Hugo LandauMake testutil text output functions thread safe (tsan)
2023-05-24  Hugo LandauQUIC: Fix bugs where threading is disabled
2023-05-24  Hugo LandauQUIC TSERVER: Use a random port in the tserver test
2023-05-24  Hugo LandauQUIC MSMT: macOS robustness fixes
2023-05-24  Hugo LandauQUIC MSMT TESTS: Add tests to exercise MAX_STREAMS
2023-05-24  Hugo LandauQUIC QSM: Allow QSM to know if we are in the server...
2023-05-24  Hugo LandauQUIC MSMT: Stress tests, support for repeating test...
2023-05-24  Hugo LandauQUIC MSMT: Add a basic multithreading test
2023-05-24  Hugo LandauQUIC MSMT: Revise tests to support multithreading
2023-05-18  Marc BrooksAdd support for --version and synonyms
2023-05-17  Tomas Mrazquic_newcid_test: Add negative test case
2023-05-17  Tomas MrazAdd test for handling NEW_CONNECTION_ID frame
2023-05-17  Tomas MrazFix test cases using NEW_CONNECTION_ID frame
2023-05-17  Tomas Mrazquic_txp_test.c: Cleanup use of WPACKET
2023-05-17  Bernd EdlingerFix stack corruption in ui_read
2023-05-12  Hugo LandauQUIC APL: De-publicise SSL_attach_stream/SSL_detach_stream
2023-05-12  Hugo LandauQUIC MSST: Rename SSL_set_incoming_stream_reject_policy
2023-05-12  Hugo LandauQUIC MSST: Fix test on macOS
2023-05-12  Hugo LandauQUIC MSST: Test that SSL_free works in either order
2023-05-12  Hugo LandauQUIC MSST: Fix tests on platforms with non-deterministi...
2023-05-12  Hugo LandauMinor fixups
2023-05-12  Hugo LandauQUIC MSST: Tests
2023-05-12  Hugo LandauQUIC FIFD: Add support for callback on frame ACK
2023-05-12  Hugo LandauQUIC QSM: Clean up SEND_STREAM/RECV_STREAM handling
2023-05-12  Hugo LandauQUIC CHANNEL: Do not copy terminate cause as it is...
2023-05-12  Hugo LandauQUIC RXDP/QSM: Enforce MAX_STREAMS
2023-05-12  Hugo LandauQUIC TXP/CHANNEL: Generate MAX_STREAMS using RXFC
2023-05-12  Hugo LandauQUIC: Update faults test to use streams correctly
2023-05-12  Hugo LandauQUIC FIFD: Ensure QUIC_STREAM is updated after QUIC_SST...
2023-05-12  Hugo LandauQUIC APL: Fix locking in XSO code and fix tests
2023-05-12  Hugo LandauQUIC TSERVER: Add support for multiple streams
2023-05-12  Dr. David von OheimbCMP client: fix checking new cert enrolled with oldcert...
2023-05-12  Dr. David von OheimbCMP client: fix error response on -csr without private...
2023-05-12  Yi Liprovider: return error if buf too small when getting...
2023-05-12  Watson LaddClear ownership when duplicating sessions
2023-05-10  Dimitri PapadopoulosDLTS → DTLS
2023-05-05  slontisAdd libctx to x931 keygen.
2023-05-05  Matt CaswellExtend the min/max protocol testing
2023-05-04  Alois Klink25-test_x509.t: test dots in CA file path
2023-05-01  Hugo LandauMinor fixups
2023-05-01  Hugo LandauQUIC CC: Use OSSL_PARAM
2023-05-01  Hugo LandauQUIC CC: Move dummy method to test code
2023-05-01  Hugo LandauQUIC CC: Tweaks
2023-05-01  Hugo LandauQUIC CC: Minor fixes
2023-05-01  Hugo LandauQUIC Congestion Control: Tests
2023-05-01  Hugo LandauQUIC CC: Major revisions to CC abstract interface
2023-04-28  Mathias Berchtoldbuild_wincrypt_test.c: Fix compilation with MSVC
2023-04-28  Liu-ErMengfix aes-xts bug on aarch64 big-endian env.
2023-04-28  Dr. David von OheimbAPPS/cmp: prevent HTTP client failure on -rspin option...
2023-04-27  Matt CaswellAdd a test for the SSL_rstate_string*() APIs
2023-04-25  PauliAdd "info" concatenation tests
2023-04-21  Paulifips: setup the FIPS provider in pendantic mode for...
2023-04-21  Paulitest: update ssl_new tests in line with pedantic FIPS...
2023-04-21  Paulitest: update TLS PDF tests in line with pedantic FIPS...
2023-04-21  Paulitest: update evprand tests in line with pedantic FIPS...
2023-04-21  Paulisslapi: use correct fipsmodule.cnf
2023-04-21  Irak RigiaReplaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_D...
2023-04-19  Paulitest: test -pedantic option in fipsinstall
next