openssl.git
2023-01-19 Hugo LandauQUIC DEMUX: (Server support) Add support for default...
2023-01-19 Niels DosscheFix incorrect error return value in i2r_ADMISSION_SYNTAX()
2023-01-19 Juergen ChristS390X: Fix Ed448ph
2023-01-17 Juergen ChristFix potential NULL pointer dereference
2023-01-17 north-16Clarify documentation of X509_STORE_CTX_get_current_cert()
2023-01-17 zhangzhileiremove unused macro in cast_local.h and des_local.h
2023-01-17 Tomas Mrazpkey: Imply public check if -pubin is specified
2023-01-16 slontisPKCS12 - Add additional libctx and propq support.
2023-01-16 Juergen Christs390x: Fix keccak xofs via CPACF
2023-01-16 fangming.fangFix big-endian issue in chacha20 SVE implementation...
2023-01-16 dependabot... Bump actions/setup-python from 4.4.0 to 4.5.0
2023-01-16 Dmitry BelyavskiyDocumenting lack of error codes stability
2023-01-16 Dr. David von... CMP app: fix file output of certs and cert lists on...
2023-01-14 Bernd EdlingerLimit size of modulus for bn_mul_mont and BN_mod_exp_mo...
2023-01-14 Bernd EdlingerRevert "Limit size of modulus for BN_mod_exp_mont_const...
2023-01-13 Hugo LandauQUIC API: Rename want_net_read and want_net_write
2023-01-13 Hugo LandauQUIC CHANNEL: Handle network errors as connection-fatal...
2023-01-13 Hugo LandauQUIC QTX: Handle network errors explicitly
2023-01-13 Hugo LandauQUIC DEMUX: Handle network errors explicitly
2023-01-13 Hugo LandauQUIC: Document how blocking mode is automatically turne...
2023-01-13 Hugo LandauQUIC BIO Poll Descriptors: simplify custom interface
2023-01-13 Hugo LandauQUIC CSM: Tweak docs for tick functions, add DTLSv1...
2023-01-13 Hugo LandauQUIC CSM: Minor style fixes
2023-01-13 Hugo LandauQUIC Front End I/O API: Remove __owur from man pages
2023-01-13 Hugo LandauQUIC: Minor cleanup
2023-01-13 Hugo LandauQUIC TXP: Fix bug in send stream handling, cleanup
2023-01-13 Hugo LandauQUIC: Add TODO for CCM support
2023-01-13 Hugo LandauQUIC Front-End I/O API: Determine read completion correctly
2023-01-13 Hugo LandauQUIC: Use ossl_assert
2023-01-13 Hugo LandauQUIC RXDP: Different error messages for stream conditions
2023-01-13 Hugo LandauQUIC: Minor comment and editorial fixes
2023-01-13 Hugo LandauQUIC Front End I/O API: Minor doc fixes
2023-01-13 Hugo LandauQUIC Front End I/O API: Don't allow EPW to be enabled...
2023-01-13 Hugo LandauQUIC: Back out version string change
2023-01-13 Hugo LandauQUIC: Documentation updates
2023-01-13 Hugo LandauQUIC Front End I/O API: Tweaks to handshake processing
2023-01-13 Hugo LandauQUIC Front End I/O API: Remove unnecessary code from...
2023-01-13 Hugo LandauQUIC CHANNEL: Minor cleanups and bug fix
2023-01-13 Hugo LandauQUIC: Style fixes
2023-01-13 Hugo LandauQUIC Front End I/O API: Wire up SSL_CTX ctrls and remov...
2023-01-13 Hugo LandauQUIC CHANNEL: Revise inaccurate comments
2023-01-13 Hugo LandauQUIC: Revise and add some TODO lines
2023-01-13 Hugo LandauQUIC Front End I/O API: Correct implementation of SSL_t...
2023-01-13 Hugo LandauQUIC Front End I/O API: Change version string
2023-01-13 Matt CaswellSeparate handling of RX and TX enc level
2023-01-13 Hugo LandauQUIC CHANNEL: Only pump the demuxer once per tick
2023-01-13 Hugo LandauQUIC CHANNEL: Only reprocess after an RX secret has...
2023-01-13 Hugo LandauQUIC TXP: Correct an issue with an uninitialized variable
2023-01-13 Hugo LandauQUIC Front-End I/O API: Ensure BIOs are reffed and...
2023-01-13 Hugo LandauQUIC_CHANNEL: Handle deferred packet processing after...
2023-01-13 Hugo LandauQUIC DEMUX: Allow MTU to vary over time and autodetect MTU
2023-01-13 Hugo LandauQUIC: Enable building with QUIC support disabled
2023-01-13 Hugo LandauQUIC: make update
2023-01-13 Hugo LandauQUIC: Temporarily disable front-end API tests
2023-01-13 Hugo LandauQUIC: Remove RX depacketiser tests from QRL test suite
2023-01-13 Hugo LandauQUIC Front-End I/O API: Wire up the SSL API functions
2023-01-13 Hugo LandauQUIC Front-End I/O API
2023-01-13 Hugo Landauinternal/sockets.h: Add support for testing EINTR portably
2023-01-13 Hugo LandauQUIC: Add miscellaneous QUIC constants
2023-01-13 Hugo LandauQUIC Stream Mapper: CSM-related changes, stream limits...
2023-01-13 Hugo LandauQUIC: Complete the implementation of the RX depacketise...
2023-01-13 Hugo LandauQUIC_CHANNEL: Implementation
2023-01-13 Hugo LandauQUIC: Add QUIC reactor
2023-01-13 Hugo LandauAdd BIO poll descriptors
2023-01-13 Hugo LandauQUIC ACKM: Add function to get PTO
2023-01-13 Hugo LandauQUIC RXDP: Remove non-actionable TODOs
2023-01-13 Hugo LandauQUIC CSM: Documentation for new APIs
2023-01-13 Hugo LandauQUIC Transport Parameters: Add CID encoder/decoder...
2023-01-13 Hugo LandauQUIC RX: Refactor unsafe DCID consistency checking
2023-01-13 Hugo LandauRemove duplicate declaration
2023-01-13 Hugo Landauinternal/sockets.h: Ensure errno.h included when necessary
2023-01-13 Hugo LandauQUIC Dummy Handshake Layer: Allow transport parameters...
2023-01-13 Hugo LandauQUIC TXP: Don't send STREAM frames until handshake...
2023-01-13 Hugo LandauQUIC TXP: Make discard_enc_level match documentation
2023-01-13 Hugo LandauQUIC TXP: Add a function to query if the TXP wants...
2023-01-13 Hugo LandauQUIC Record Layer: Allow INITIAL EL to be rekeyed
2023-01-13 Hugo LandauQUIC: Add transport parameter and other constants
2023-01-13 Hugo LandauQUIC Wire Format Encoding: Fix handling of zero-length...
2023-01-13 Hugo LandauQUIC RSTREAM: Allow pointer to be NULL when calling...
2023-01-13 Hugo LandauQUIC TX: Do not have QTX handle refcount of BIOs
2023-01-13 Hugo LandauQUIC RXFC: Don't emit a MAX_STREAM_DATA frame if we...
2023-01-13 Hugo LandauQUIC Wire Encoding: Support Retry Integrity Tag Calculation
2023-01-13 Hugo LandauQUIC RX: Do not handle auto-discard of Initial EL insid...
2023-01-13 Hugo LandauQUIC RX: Fix QRX packet handling refactor w.r.t. list...
2023-01-13 Hugo LandauQUIC RX: Support refcounted packets and eliminate wrapper
2023-01-13 Hugo LandauQUIC: Dummy Handshake Layer for Prototyping
2023-01-13 Hugo LandauQUIC DEMUX: Allow BIO to be changed
2023-01-13 Hugo LandauQUIC Congestion Control: API to determine deadline...
2023-01-13 Hugo LandauQUIC ACKM: Add support for psuedo-loss
2023-01-13 James MuirSupport all five EdDSA instances from RFC 8032
2023-01-12 Paulifips: make EdDSA unapproved for FIPS
2023-01-12 slontisMake RSA_generate_multi_prime_key() not segfault if...
2023-01-12 zhangzhileiremove unused macro in rc2_local.h and rc5_local.h
2023-01-12 slontisSSKDF with KMAC should return SIZE_MAX when EVP_KDF_CTX...
2023-01-12 Nobuhiro IMAIfix manpage of `d2i_X509(3)`
2023-01-12 Tomas MrazDo not check definition of a macro and use it in a...
2023-01-11 Richard LevitteOSSL_PARAM_BLD and BIGNUM; ensure at least one byte...
2023-01-11 Richard LevitteIn OSSL_PARAM_set_BN(), make sure that the data_size...
2023-01-11 Richard Levittetest/param_build_test.c: test zero BIGNUM
2023-01-11 H. VetinariAdd empty migration guide for 3.1
next