openssl.git
2023-08-15 Dr. David von... http_server.c: allow clients to connect with IPv6
2023-08-15 Matt CaswellFix a leak in an error path in OSSL_DECODER_CTX_new_for...
2023-08-15 Matt CaswellFix a use-after-free in quic_tls.c
2023-08-15 Matt CaswellAdd a test for receiving a post-handshake CertificateRe...
2023-08-15 Matt CaswellAdd the ability to send NewSessionTicket messages when...
2023-08-15 Matt CaswellTLS KeyUpdate messages are not allowed in QUIC
2023-08-15 Matt CaswellNewSessionTickets with an early_data extension must...
2023-08-15 Matt CaswellDon't forget we are doing QUIC if we clear the QUIC...
2023-08-15 Matt CaswellUnexpected QUIC post-handshake CertificateRequests...
2023-08-15 Richard LevitteRemove include/internal/decoder.h, as it's superfluous
2023-08-15 Matt CaswellFix no-dsa in combination with no-err
2023-08-15 Matt CaswellFix no-dtls and no-tls in combination
2023-08-14 Tomas Mrazssl_local.h: Define SSL_OP_CISCO_ANYCONNECT if undefine...
2023-08-14 Tomas Mrazossl_qrl_enc_level_set_provide_secret(): Clear el-...
2023-08-14 Tomas Mrazquic_record_test.c: For tests that require ChaCha requi...
2023-08-14 Tomas Mrazquicapitest.c: Fix missing wait_until_sock_readable()
2023-08-14 Tomas Mrazquicserver.c: Use BIO_printf to stderr instead of plain...
2023-08-14 Matt CaswellDon't call ossl_assert on the result of bn_wexpand
2023-08-10 Hugo LandauMinor fixes
2023-08-10 Hugo LandauQUIC CHANNEL: Tune RXFC default parameters
2023-08-10 Hugo LandauQUIC TEST: Fix double close of FD (coverity)
2023-08-10 Hugo LandauQUIC UINT_SET: Fix null dereference (coverity)
2023-08-10 Hugo LandauQUIC TSERVER: Handle return value correctly (coverity)
2023-08-10 Hugo LandauQUIC APL: Add missing unlock call (coverity)
2023-08-10 Hugo LandauQUIC: Check block_until_pred return value in shutdown...
2023-08-10 Hugo LandauQUIC QTX: Handle negative IV values correctly (coverity)
2023-08-10 Hugo LandauQUIC QTLS: Fix NULL dereference (coverity)
2023-08-10 Hugo LandauQUIC QRX: Handle negative IV length values correctly...
2023-08-10 Hugo LandauQUIC CC TEST: Fix memory leak
2023-08-10 Hugo LandauEVENT QUEUE: Fix memory leak (coverity)
2023-08-10 Hugo LandauQUIC FIFD: Coverity
2023-08-10 Hugo LandauQUIC FC: TEST: Coverity
2023-08-10 Hugo LandauQUIC TEST: Coverity - Ensure stream names are non-NULL
2023-08-10 Hugo LandauQUIC SSTREAM: Fix test which was not being executed...
2023-08-10 Hugo LandauQUIC UINT_SET: Fix regression after list refactor
2023-08-10 Hugo LandauQUIC TXP: Re-enable accidentially disabled tests
2023-08-10 Hugo LandauQUIC TEST: STREAM, MAX_DATA and MAX_STREAM_DATA testing
2023-08-10 Hugo LandauQUIC TXP: Fix bug where TXPIM PKT could be used after...
2023-08-10 Hugo LandauQUIC TEST: RESET_STREAM, STOP_SENDING
2023-08-10 Hugo LandauQUIC TEST: Connection closure reason testing
2023-08-10 Hugo LandauQUIC APL/CHANNEL: Wire up connection closure reason
2023-08-10 Hugo LandauQUIC TEST: Test repeated HANDSHAKE_DONE, non-minimal...
2023-08-10 Hugo LandauQUIC TEST: Test NEW_CONN_ID frames
2023-08-10 Hugo LandauQUIC TEST: Test malformed crypto stream data, excess...
2023-08-10 Hugo LandauQUIC TEST: Ensure bogus BLOCKED frames are ignored
2023-08-10 Hugo LandauQUIC TEST: Ensure PATH_RESPONSE is ignored
2023-08-10 Hugo LandauQUIC TEST: Test ACK frame generation
2023-08-10 Hugo LandauQUIC TEST: Ensure PING causes ACK generation
2023-08-10 Hugo LandauQUIC TEST: Fault Injection: PADDING
2023-08-10 Dr. David von... OSSL_HTTP_{REQ_CTX_set_request_line(),_set1_request...
2023-08-10 Bernd EdlingerFix an init-deadlock in OPENSSL_init_crypto(OPENSSL_INI...
2023-08-10 MscVZoltanDon't use C++ reserved word template for function arguments
2023-08-10 Olga BatyshkinaDo not raise CMS_R_CONTENT_TYPE_NOT_ENVELOPED_DATA...
2023-08-09 Bernd EdlingerFix ChaCha assembly code on 32-bit HPUX itanium systems
2023-08-08 Tom CosgroveFix handling of the "0:" label in arm-xlate.pl
2023-08-08 Matt Caswellmake update
2023-08-08 Matt CaswellProvide an introductory page to the whole OpenSSL guide
2023-08-08 Matt CaswellIncorporate the ssl man page into the OpenSSL guide
2023-08-08 Matt CaswellIncorporate the crypto man page into the OpenSSL guide
2023-08-08 Matt CaswellProvide an introduction to the OpenSSL libraries
2023-08-08 Tomas MrazResolve some of the TODO(QUIC) items
2023-08-08 Tomas Mrazbio_ssl.c: Support most ctrls with QUIC based BIO_SSL
2023-08-08 Tomas MrazQUIC fault testing TODOs are changed into regular comments
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
next