openssl.git
2023-01-24 Hugo LandauFix corruption when searching for CRLs in hashed direct...
2023-01-24 Matt CaswellAdd DTLS support to the large app data test
2023-01-24 Matt CaswellEnsure our buffer allocation allows for the Explicit IV
2023-01-24 Matt CaswellAdd a test for large app data
2023-01-23 Tomas MrazMD5.pod: Recommend SHA-2 or SHA-3 family hashes instead...
2023-01-23 Dr. David von... X509_V_ERR_INVALID_PURPOSE: fix misleading text; Fix...
2023-01-23 Dr. David von... cmp_client.c: fix handling of total_timeout for RR...
2023-01-23 Dr. David von... cmp_client_test.c: add tests for end_time being initial...
2023-01-23 Dr. David von... CMP docs: clarify behavior on message/total timeout...
2023-01-23 ThibFixes wrong return type in BIO_do_connect man page.
2023-01-23 Niels DosscheFix incorrect check on RAND_bytes_ex() in generate_q_fi...
2023-01-23 Ingo FranzkiAllow OSSL_SIGNATURE_PARAM_NONCE_TYPE to be retrieved
2023-01-20 David CarlierAdding a separated build settings for BSD flavors
2023-01-20 Richard Levittebn2bin(): Don't accept len < 0
2023-01-20 Richard LevitteAdd a test for public variants of bn2bin()
2023-01-20 Richard Levittebin2bn(): When len==0, just return a zero BIGNUM
2023-01-20 ValdikSSPadlock: fix byte swapping assembly for AES-192 and 256
2023-01-19 PauliAdd link to EBNF definition
2023-01-19 PauliAdd negative test for unquoted property string
2023-01-19 PauliCorrect property EBNF for unquoted strings
2023-01-19 Hugo LandauQUIC Test Server: Minor fixups
2023-01-19 Hugo LandauQUIC DEMUX: Refactor list manipulation
2023-01-19 Hugo LandauQUIC Test Server: Basic echo server test
2023-01-19 Hugo LandauQUIC Test Server Implementation
2023-01-19 Hugo LandauQUIC CHANNEL: Add basic server support for testing
2023-01-19 Hugo LandauQUIC CHANNEL: Transport params: Offer reason text and...
2023-01-19 Hugo LandauQUIC TXP: Fix generation of CONNECTION_CLOSE
2023-01-19 Hugo LandauQUIC Front-End I/O API: Fix WANT_READ signalling for...
2023-01-19 Hugo LandauQUIC Front-End I/O API: Fix implementation of SSL_get_error
2023-01-19 Hugo LandauQUIC QRX: (Server support) Add support for manual URXE...
2023-01-19 Hugo LandauQUIC DHS: (Server support) Add server state machine...
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
next