openssl.git
2023-08-08 Hugo LandauQUIC TLS: Rethink error handling
2023-08-08 Hugo LandauQUIC: Fix nit
2023-08-08 Hugo LandauQUIC: Move string conversion functions into a source...
2023-08-08 Hugo LandauQUIC CHANNEL: Improve error reporting
2023-08-08 Hugo LandauQUIC: Test crypto stream FC limits
2023-08-08 Hugo LandauQUIC CONFORMANCE: Test that CRYPTO frames with bad...
2023-08-08 Hugo LandauQUIC WIRE: RFC 9000 s. 19.6
2023-08-08 Hugo LandauQUIC CHANNEL: Apply flow control to CRYPTO streams
2023-08-08 Hugo LandauQUIC FC: Rename stream count mode to reflect actual...
2023-08-08 Hugo LandauQUIC CHANNEL: Fix typo
2023-08-08 Hugo LandauQUIC QRX: Test for 1-RTT processing restriction
2023-08-08 Hugo LandauQUIC QRX: Don't process 1-RTT packets until handshake...
2023-08-08 Hugo LandauQUIC QRX: Enforce PN monotonicity with key updates
2023-08-08 Hugo LandauQUIC CHANNEL, TXP: Discard INITIAL EL correctly
2023-08-08 Hugo LandauQUIC: Update no-TPARAM test for correct error code
2023-08-08 Hugo LandauQUIC TLS: Report TLS errors properly as QUIC protocol...
2023-08-08 Hugo LandauQUIC CHANNEL: Send correct alert code if no TPARAMs...
2023-08-08 Hugo LandauQUIC TXP: Allow PATH_RESPONSE to force padding
2023-08-08 Hugo LandauQUIC CFQ: Unreliable transmission for PATH_RESPONSE
2023-08-08 Hugo LandauQUIC: Echo PATH_CHALLENGE frames as PATH_RESPONSE frames
2023-08-04 Samuel ThibaultAdd hurd-x86_64 support
2023-08-04 atishkovasn1: add ASN1_STRING_set() check result
2023-08-04 ihciahbio: pass flags on BIO_ctrl to make flush retriable
2023-08-04 Bernd KuhlsAdd linux-x86-latomic target
2023-08-04 Rohan McLureec: powerpc64le: Add asm implementation of felem_{squar...
2023-08-04 Rohan McLureec: 56-bit Limb Solinas' Strategy for secp384r1
2023-08-04 Rohan McLureec: Use static linkage on nistp521 felem_{square,mul...
2023-08-04 Tomas Mrazendecode_test.c: Add tests for decoding with 0 selection
2023-08-04 Tomas MrazWhen exporting/importing decoded keys do not use 0...
2023-08-04 Tomas MrazAvoid exporting bogus (empty) data if empty selection...
2023-08-04 Paulino_autoload: make the no-autoload-config option work...
2023-08-04 Paulitest: skip FIPS config auto loading based tests if...
2023-08-04 Pauliprovider test: don't run configuration based tests...
2023-08-04 PauliPBE test: load providers if auto config load is turned off
2023-08-04 Paulitestutil: allow a failure return from setup_tests that...
2023-08-04 Pauliquic: using #defined constant rather than a magic number
2023-08-04 Pauliquic compliance: 10.2.3 dropping instead of closing
2023-08-04 PauliFix type/legacy name
2023-08-04 Pauliquic conformance: add comment about section 10.2.3...
2023-08-04 Paulitrivial code nit
2023-08-04 Pauliquic conformance: 10.2.1 rate limiting
2023-08-04 Pauliquic conformance: section 10.2.2 requirements
2023-08-04 Pauliquic conformance: section 10.2.1 requirements
2023-08-04 Pauliquic: use the safe fused multiply divide instead of...
2023-08-04 PauliAdd note about RFC 9000 10.2 persist time
2023-08-04 Paulidocument RRFC9000 10.1 MUST requirement
2023-08-04 PauliNote RFC 9000 19.19 requirement
2023-08-04 Frederik Wedel... Resolves some magic values that has a hello_retry_reque...
2023-08-03 Hugo LandauQUIC: Fix incompatible merges causing CI breakage
2023-08-03 Dr. David von... crypto/cmp: fix clash of OSSL_CMP_CERTREQID_NONE with...
2023-08-02 Wo'O Ideafarmformatting: shift one space to right
2023-08-02 Wo'O Ideafarmtrivial change: optionally suppress include lines
2023-08-02 Tianjia ZhangFix typo in function name
2023-08-02 Matt CaswellAdd support into qtest_shutdown for blocking mode
2023-08-02 Matt CaswellExtend the test_quic_write_read() test to include resum...
2023-08-02 Matt CaswellEnsure the QUIC TLS SSL object is marked as shutdown
2023-08-02 Matt CaswellAdd the ability for tserver to use a pre-existing SSL_CTX
2023-08-02 Matt CaswellKeep doing ossl_quic_tls_tick() even after handshake...
2023-08-02 Matt CaswellCorrectly keep track of where we are in the quicserver...
2023-08-02 Matt CaswellEnsure SSL_has_pending() always works even before a...
2023-08-02 Matt CaswellStill advance handshake even on an empty write
2023-08-01 Matt CaswellAdd a QUIC test for back pressure
2023-08-01 Matt CaswellAdd a test for PEM_read_bio_Parameters()
2023-08-01 Matt CaswellThe PEM_read_bio_Parameters() function should not ask...
2023-08-01 Matt CaswellAlways add a suitable error if we fail to decode
2023-08-01 Matt CaswellDon't add the msblob/pvk decoders if they're not suitable
2023-08-01 zhuchenFixed incorrect usage of vshuf.b instruction
2023-08-01 Xi RuoyaoAdd system guessing for linux64-loongarch64 target
2023-08-01 Ingo Franzkispeed: Unify output messages regarding number of ops...
2023-08-01 Ingo Franzkispeed: Also measure RSA encrypt/decrypt, not only RSA...
2023-07-31 Matt CaswellFix a regression in X509_VERIFY_PARAM_add0_policy()
2023-07-31 Hugo LandauQUIC: Automatically drain non-concluded streams, bugfixes
2023-07-31 Hugo LandauQUIC APL: Mask API operations when in shutdown flush
2023-07-31 Hugo LandauQUIC MULTISTREAM TEST: Shutdown flush test
2023-07-31 Hugo LandauQUIC MULTISTREAM TEST: Better failure logging with...
2023-07-31 Hugo LandauQUIC APL: Shutdown Stream Flush Functionality
2023-07-31 Hugo LandauQUIC TXP: Fix bug relating to STREAM FIN generation
2023-07-31 Hugo LandauQUIC APL: Ensure tick inhibition is not used during...
2023-07-31 Hugo LandauQUIC TSERVER: Allow reading from a stream after connect...
2023-07-31 Hugo LandauQUIC QSM: Infrastructure for tracking shutdown flush...
2023-07-31 Hugo LandauQUIC APL: Add internal call to allow changing send...
2023-07-31 Hugo LandauQUIC CHANNEL: Allow ticking to be inhibited for testing...
2023-07-31 Dmitry BelyavskiyUpdate GOST engine commit to deal with test failure
2023-07-28 Frederik Wedel... Removes unused parameter 'sending' from derive_secret_k...
2023-07-28 Xi Ruoyaovpaes: LoongArch: Use getauxval(AT_HWCAP) for LSX detection
2023-07-28 John Kohlfix compile error (SIZE_MAX not found) on HP-UX
2023-07-27 atishkovx509/by_file.c: fix unreachable and redundant code
2023-07-27 Fatih Arslan... Correct spelling of database
2023-07-27 John KohlInclude <openssl/err.h> in include/refcount.h
2023-07-27 Tomas MrazAdd CHANGES.md and NEWS.md entries for CVE-2023-3817
2023-07-27 Tomas Mrazdhtest.c: Add test of DH_check() with q = p + 1
2023-07-27 Tomas MrazDH_check(): Do not try checking q properties if it...
2023-07-26 Bernd EdlingerMake DH_check set some error bits in recently added...
2023-07-25 atishkovget_cert_by_subject_ex(): Check result of X509_STORE_lock()
2023-07-25 MrRurikovbio_print.c: Delete unreachable code at lines 710 and 711
2023-07-25 Frederik Wedel... Adds separate configuration targets for intel i386...
2023-07-25 atishkovx509: add ASN1_STRING_set() check result
2023-07-25 Hugo LandauQUIC TXP: Add extra test
2023-07-24 Bernd EdlingerFix error handling in pipelining test
2023-07-24 Adam Šulcfix: reject adding a duplicity into STACK_OF(X509_ATTRI...
next