openssl.git
2022-10-27 Matt CaswellCheck whether buffers have actually been allocated...
2022-10-27 Matt CaswellRemove some unused OSSL_RECORD_METHOD functions
2022-10-27 Matt CaswellMake SSL_alloc_buffers() and SSL_free_buffers() work...
2022-10-27 Paul Kehreradd dependabot to keep actions versions up-to-date
2022-10-27 slontisUse RSA CRT parameters in FIPS self tests.
2022-10-26 Paulirand: remove the ossl_rand_pool_add_additional_data...
2022-10-26 Todd C. Millerssl_cipher_process_rulestr: don't read outside rule_str...
2022-10-25 Richard LevitteFix 32-bit Windows issues related to QUIC Wire functions
2022-10-25 Richard LevitteFix 32-bit Windows issues related to QUIC_STREAM
2022-10-25 Richard LevitteFix 32-bit Windows issues related to QUIC_ACKM / QUIC_CC
2022-10-25 Richard LevitteFix definitions of SHUT_RD and SHUT_WR
2022-10-25 Richard LevitteGithub Actions: Enable building QUIC on Windows
2022-10-25 Matt CaswellFix a lock in provider_remove_store_methods()
2022-10-25 Matt CaswellFix test_tls13_encryption()
2022-10-24 Matt CaswellFix a compilation failure in bio_comp_test.c
2022-10-24 Daniel Fialaopenssl list: Fix help text about -cipher-algorithms...
2022-10-24 Tomas MrazWorkaround egd rand source deficiencies
2022-10-23 xkernelChecking the return of BIO_new_fp(). If it returns...
2022-10-23 Paulidoc: fix copy/paste error
2022-10-23 Daniel FialaFix coverity 1516101 deadcode
2022-10-21 Čestmír Kalinacrypto: thread: remove ossl_crypto_thread_native_terminate
2022-10-21 Tomas MrazErrors raised from OPENSSL_sk_set should have ERR_LIB_C...
2022-10-21 Tomas MrazDocument the stack functions that are forgiving
2022-10-21 Tomas Mrazstack: Do not add error if pop/shift/value accesses...
2022-10-21 Tomas MrazRemove changes entry for RIPEMD160 in 3.2
2022-10-21 Tomas MrazAdd changes entry for RIPEMD160 in 3.0.7
2022-10-21 xkernelReplace BIO_free(bio_err) with BIO_free_all(bio_err)
2022-10-21 Sam Jamestest: driver: fix -Wunused-but-set-variable
2022-10-21 Sam Jamesx509: fix -Wunused-but-set-variable
2022-10-21 Sam Jamestxt_db: fix -Wunused-but-set-variable
2022-10-21 Sam Jamespem: fix -Wunused-but-set-variable
2022-10-21 Sam JamesCI: add Clang 15
2022-10-21 raminAdd af_alg errors to the error queue
2022-10-21 Čestmír Kalinatest: threads: replace test_thread_noreturn
2022-10-21 Čestmír Kalinacrypto: thread: serialize concurrent joins
2022-10-21 Daniel Fialaopenssl list: add an empty row at the end of each print...
2022-10-20 Todd ShortFix coverity 1516095 deadcode
2022-10-20 Todd ShortFix coverity 1516094 uninit
2022-10-20 Todd ShortFix coverity 1516093 tainted scalar
2022-10-20 Paul Kehrerupdate pyca cryptography to 38.0.2
2022-10-20 Paul Kehrerlink the pyca tests against the correct openssl
2022-10-20 Matt CaswellFix make update
2022-10-20 Richard LevitteFiner grained error records for provider load/init...
2022-10-20 Gibeom GwonFix no longer implicitly refresh the cached TBSCertificate
2022-10-20 Matt CaswellMove freeing of BIOs as late as possible
2022-10-20 Matt CaswellRemove some redundant code
2022-10-20 Matt CaswellRemove the old buffer management code
2022-10-20 Matt CaswellRemove some TODO(RECLAYER) comments now that DTLS has...
2022-10-20 Matt CaswellRemove dtls_write_records
2022-10-20 Matt CaswellMove sequence increment to post encryption processing
2022-10-20 Matt CaswellRemove supurious set of the record type
2022-10-20 Matt CaswellConsolidate sequence counter incrementing code
2022-10-20 Matt CaswellEnsure the record layer is responsible for calculating...
2022-10-20 Matt CaswellConvert dtls_write_records to use standard record layer...
2022-10-20 Matt CaswellStart using WPACKET in the dtls write records code
2022-10-20 Matt CaswellUse common tls_write_records() even for DTLS
2022-10-20 Matt CaswellConvert dtls_write_records() to return the correct...
2022-10-20 Matt CaswellUse record layer buffers for DTLS rather than the buffe...
2022-10-20 Matt CaswellMove dlts_write_records() function in the record layer
2022-10-20 Matt CaswellCreate a dlts_write_records() function
2022-10-20 Matt CaswellRemove create_empty_fragment from do_dtls1_write()
2022-10-20 Tobias Girstmairc_rehash: Fix file extension matching
2022-10-20 xkerneladd a check for the return of sk_SRP_gN_new_null()...
2022-10-19 Pauliripemd: document as being present in the default provider
2022-10-19 Tomas MrazAvoid putting ripemd_prov.c in libcommon otherwise...
2022-10-19 Paulidefault provider: include RIPEMD160
2022-10-19 PauliAdd changes entry for RIPEMD160 being added to the...
2022-10-18 Todd ShortAdd `for_comp` flag when retrieving certs for compression
2022-10-18 Todd ShortUpdate COMP_METHOD
2022-10-18 Todd ShortAdd CI to build with brotli and zstd
2022-10-18 Todd ShortAdd support for compressed certificates (RFC8879)
2022-10-18 Todd ShortConvert ZLIB defines to OPENSSL_NO_ZLIB
2022-10-18 Todd ShortAdd ZSTD compression support (RFC8478bis)
2022-10-18 Todd ShortAdd brotli compression support (RFC7924)
2022-10-18 slontisFix sctp compile errors
2022-10-17 Joachim VandersmissenFix documentation for OFB/OCB in the FIPS provider
2022-10-17 omahsFix typos in doc/designs/ddd/README.md
2022-10-17 Tomas MrazAdd missing include for DH_get0_priv_key()
2022-10-17 Čestmír Kalinacrypto: add preemptive threading support
2022-10-17 Čestmír Kalinaci: add thread-pool and default-thread-pool
2022-10-17 Čestmír KalinaConfigure: add thread-pool and default-thread-pool
2022-10-14 PauliCoverity 1515953: negative loop bound
2022-10-13 Richard LevitteFix LLVM vs Apple LLVM version numbering confusion...
2022-10-13 Juergen ChristAdd translation for ECX group parameter
2022-10-13 Bernd EdlingerFix an occasional CI failure due to unaligned access
2022-10-13 slontisImprove performance of the encoder collection
2022-10-13 Daniel FialaPKCS12_SAFEBAG_set0_attrs: Remove const from function...
2022-10-13 Daniel FialaFix typo in PKCS12_SAFEBAG_set0_attrs
2022-10-13 zhangzhileioptimize ossl_sm4_set_key speed
2022-10-12 Matt CaswellUpdate CHANGES.md and NEWS.md for new release
2022-10-12 Matt CaswellAdd a test for TLSv1.3 only client sending a correct...
2022-10-12 Matt CaswellAdd a test for where a client sends a non-TLSv1.3 key...
2022-10-12 Matt CaswellEnsure that the key share group is allowed for our...
2022-10-12 Matt CaswellFix a return value in tls_default_read_n
2022-10-12 Matt CaswellIntroduce a step to prepare the BIO before writing
2022-10-12 Matt CaswellRemove ktls specific code from tls_setup_write_buffers
2022-10-12 Matt CaswellAdd a post encryption processing step
2022-10-12 Matt CaswellAdd a prepare for encryption step
2022-10-12 Matt CaswellMove record padding out of tls_common.c
2022-10-12 Matt CaswellDon't check whether we are using KTLS before calling...
next