openssl.git
2023-09-07 Matt CaswellCopyright year updates
2023-09-06 Hugo LandauQUIC MULTISTREAM TEST: Add comment
2023-09-06 Hugo LandauQUIC MULTISTREAM TEST: Adjust spin behaviour
2023-09-06 Hugo Landauwin32: Support condition variable broadcasting on XP
2023-09-06 Hugo LandauQUIC MULTISTREAM TEST: Synchronize script 20 correctly
2023-09-06 Hugo LandauQUIC MULTISTREAM TEST: Run all scripts in both blocking...
2023-09-06 Paulifips compatibility: update 3.1.1 to 3.1.2
2023-09-05 Philip PrindevillePer other commands, make progress dots in req only...
2023-09-05 Dr. David von... CMP: generalize ossl_cmp_calc_protection() to handle...
2023-09-05 Kurt RoeckxUpdate fuzz corpora to latest commit
2023-09-05 Bernd EdlingerFix internal memory leaks from OPENSSL_MALLOC_FAILURES
2023-09-05 Tomas MrazTest that NULL BIGNUM is supported in OSSL_PARAM_BLD_pu...
2023-09-05 Tomas MrazOSSL_PARAM_BLD_push_BN_pad(): Allow NULL BIGNUM
2023-09-05 Dr. David von... apps/cmp.c: fix bug not allowing to reset -csr and...
2023-09-05 Dr. David von... apps.c: improve warning texts of parse_name() when...
2023-09-05 Dr. David von... apps.c: fix error messages (newline and needless text...
2023-09-05 Hugo LandauMUTEX: Assert on locking failure
2023-09-05 dependabot... Bump actions/checkout from 2 to 4
2023-09-05 Richard LevitteVMS: More header inclusion compensation for VMS C compiler
2023-09-05 Kai PastorUse armv8 .quad instead of .dword
2023-09-05 Tomas Mraz04-test_encoder_decoder.t: Use algorithm that is non...
2023-09-04 Tomas Mrazquicserver.c: Fix build with no-ssl-trace
2023-09-04 Richard Levitteinternal/numbers.h: Add fallback implementation for...
2023-09-04 Richard LevitteInclude #include "internal/numbers.h" in ssl/quic/quic_...
2023-09-04 Richard LevitteVMS: Add a fallback definition of socklen_t
2023-09-04 Richard LevitteVMS: More header inclusion compensation for VMS C compiler
2023-09-04 slontisAdded 'saltlen' option to the OpenSSL enc command line...
2023-09-04 slontisAdded a 'saltlen' option to the openssl pkcs8 command...
2023-09-04 slontisChange PBES2 KDF default salt length to 16 bytes.
2023-09-04 Neil HormanImplement dupctx for chacha20 cipher
2023-09-03 Tom CosgroveMove ALIGN32 and ALIGN64 into common.h, and fix for...
2023-09-02 Sumitra SharmaReplace ssl3_get_message() with tls_get_message_header...
2023-09-02 Sumitra SharmaFix typo in openssl-pkeyutl(1)
2023-09-02 Matt CaswellAdd a test for QUIC non IO retry errors
2023-09-02 Matt CaswellHandle non IO based retry errors in QUIC
2023-09-02 Bernd EdlingerAvoid clobbering non-volatile XMM registers
2023-09-01 Hugo LandauQUIC MULTISTREAM TEST: Test SSL_want for consistency...
2023-09-01 Hugo LandauQUIC APL: Implement SSL_want
2023-09-01 Hugo LandauQUIC APL: Revise I/O error setting so that the last...
2023-09-01 Hugo LandauQUIC APL: Adjust expect_quic_conn_only
2023-09-01 Hugo LandauQUIC RXDP: Reuse allocations between ACK frame processing
2023-09-01 Hugo LandauQUIC WIRE: When peeking at number of ACK ranges, ensure...
2023-09-01 Hugo LandauComment on internal flag
2023-09-01 Hugo LandauMinor fixes
2023-09-01 Hugo LandauFix after rebase
2023-09-01 Hugo LandauQUIC: Note differences in SSL_want
2023-09-01 Hugo LandauQUIC: Update API overview document
2023-09-01 Hugo LandauQUIC: Note that SSL_set_shutdown is not supported
2023-09-01 Hugo LandauQUIC APL: Report that we do not support SSL_clear correctly
2023-09-01 Hugo LandauQUIC: Update API table
2023-09-01 Hugo LandauBIO: Emphasise API contract for BIO_sendmmsg/BIO_recvmmsg
2023-09-01 Hugo LandauBIO: Allow third parties to use integers instead of...
2023-09-01 Hugo LandauQUIC: Make TLS1_FLAGS_QUIC private
2023-09-01 Hugo LandauQUIC API: Revise SSL_get_conn_close_info to use a flags...
2023-09-01 Hugo LandauDocument OSSL_get_thread_support_flags()
2023-09-01 Hugo LandauQUIC APL: Allow stream origin to be queried
2023-09-01 Hugo LandauMinor fixes
2023-09-01 Hugo LandauMinor updates
2023-09-01 Hugo LandauAdd manpages
2023-09-01 Hugo LandauMinor fixes
2023-09-01 Hugo LandauQUIC DDD: Final report
2023-09-01 Hugo LandauQUIC DDD: ddd-02-conn-nonblocking-threads: Unplanned...
2023-09-01 Hugo LandauQUIC DDD: ddd-02-conn-nonblocking-threads: Planned...
2023-09-01 Hugo LandauQUIC DDD: ddd-06-mem-uv: Unplanned changes
2023-09-01 Hugo LandauQUIC DDD: ddd-06-mem-uv: Planned changes
2023-09-01 Hugo LandauQUIC DDD: ddd-05-mem-nonblocking: Unplanned changes
2023-09-01 Hugo LandauQUIC DDD: ddd-05-mem-nonblocking: Planned changes
2023-09-01 Hugo LandauQUIC DDD: ddd-04-fd-nonblocking: Unplanned changes
2023-09-01 Hugo LandauQUIC DDD: ddd-04-fd-nonblocking: Planned changes
2023-09-01 Hugo LandauQUIC DDD: ddd-03-fd-blocking: Unplanned changes
2023-09-01 Hugo LandauQUIC DDD: ddd-03-fd-blocking: Planned changes
2023-09-01 Hugo LandauQUIC DDD: ddd-02-conn-nonblocking: Unplanned changes
2023-09-01 Hugo LandauQUIC DDD: ddd-02-conn-nonblocking: Planned changes
2023-09-01 Hugo LandauQUIC DDD: ddd-01-conn-blocking: Unplanned changes
2023-09-01 Hugo LandauQUIC DDD: ddd-01-conn-blocking: Planned changes
2023-09-01 Hugo LandauQUIC DDD: Update makefile
2023-09-01 Hugo LandauQUIC DDD: Add unchanged copy of ddd-02-conn-nonblocking...
2023-09-01 Hugo LandauQUIC DDD: Allow target host:port to be set from command...
2023-09-01 Hugo LandauQUIC DDD: Fix bug in ddd-06-mem-uv
2023-09-01 Hugo LandauQUIC APL: Introduce addressed v. non-addressed mode...
2023-09-01 Hugo LandauBIO_s_dgram_pair: Correct implementation of BIO_CTRL_DG...
2023-09-01 Hugo LandauBIO_s_datagram: Wire capability negotiation for BIO_s_d...
2023-09-01 Hugo LandauBIO: Add BIO_dgram_detect_peer_addr API
2023-09-01 Hugo LandauBIO_s_datagram: Support configuring non-blocking mode
2023-09-01 Hugo LandauBIO_s_connect: Support configuration of non-blocking...
2023-09-01 Hugo LandauQUIC CHANNEL: Introduce concept of (non-)addressed...
2023-09-01 Hugo LandauQUIC APL: Refactor blocking configuration to allow...
2023-09-01 Hugo LandauQUIC CHANNEL: Cleanup poll descriptor management
2023-09-01 Hugo LandauQUIC REACTOR: Move can-poll flags into reactor
2023-09-01 Hugo LandauQUIC APL: Autoconfigure BIOs as non-blocking
2023-09-01 Hugo LandauBIO_ssl: Make helper functions configure BIOs for QUIC...
2023-09-01 Hugo LandauQUIC APL: Better error reporting
2023-09-01 Hugo LandauQUIC CHANNEL: Only handle the first protocol error...
2023-09-01 Hugo LandauBIO_s_connect: Add support for datagram mode
2023-09-01 Hugo LandauBIO_s_connect: Make internal functions static
2023-09-01 Hugo LandauQUIC TLS: Better error message when ALPN not used
2023-09-01 Abhirup MannaRemoved unnecessary brace in ktls_configure_crypto
2023-09-01 Kurt RoeckxUpdate X509 fuzzer to verify a chain
2023-09-01 slontisAdd ED25519 Signature demo.
2023-09-01 Matt CaswellRemove a redundant point mul from ossl_ec_key_public_ch...
next