openssl.git
2023-01-25 Niels DosscheFix incomplete checks for EVP_CIPHER_asn1_to_param
2023-01-24 Matt CaswellRemove the user_ssl field
2023-01-24 Matt CaswellAdd QUIC-TLS server support
2023-01-24 Matt CaswellRemove the old Dummy Handshake code
2023-01-24 Matt CaswellAdd support for the msg_callback
2023-01-24 Matt CaswellReplace use of the Dummy Handshake Layer with the real one
2023-01-24 Matt CaswellAdd an initial QUIC-TLS implementation
2023-01-24 Matt CaswellAdd the ability to add a custom extension on an SSL...
2023-01-24 Matt CaswellExtend the new_record_layer function
2023-01-24 Matt CaswellAdd support for setting a custom TLS Record Layer
2023-01-24 Matt CaswellRemove an unneeded OSSL_RECORD_METHOD function
2023-01-24 Matt CaswellMove recordmethod.h to be an "internal" header
2023-01-24 Matt CaswellCreate the SSL object for QUIC-TLS
2023-01-24 Dr. David von... APPS: generated certs bear X.509 V3, unless -x509v1...
2023-01-24 Dr. David von... apps/req.c: properly report parse errors by duplicated...
2023-01-24 Dr. David von... X509{,_CRL,_REVOKED}_{set,sign}*(): fix 'modified'...
2023-01-24 Paulitest: note that a default property query must be includ...
2023-01-24 Paulichanges entry about non-approved FIPS algorithms
2023-01-24 PauliPut X25519 and X448 back as approved algorithms
2023-01-24 Paulifips: document that the EdDSA algorithms are not-validated
2023-01-24 Dr. David von... OSSL_trace_set_channel(): add important statement that...
2023-01-24 Dr. David von... set_trace_data(): prevent double free on OPENSSL_strdup...
2023-01-24 FdaSilvaYYTypos fixing
2023-01-24 FdaSilvaYYFix windows builds
2023-01-24 Christoph MüllnerCI: cross-compile: riscv: Add RV64 machine with Zb...
2023-01-24 Christoph MüllnerCI: cross-compile: Allow to set CPU capabilities
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...
next