]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2022-11-02  Matt CaswellPipeline output/input buf arrays must live until the...
2022-11-02  Matt CaswellAdd a test for TLS pipelining
2022-11-02  Tomas MrazRelease the drbg in the global default context before...
2022-11-02  Bernd EdlingerAdd a test case for the engine crash with AES-256-CTR
2022-11-02  yangyangtiantianlonglongPotential null pointer reference
2022-11-02  slontisAttempt to fix CI Daily build error
2022-11-01  Hugo LandauFix unused variable in QUIC send stream test
2022-11-01  Xu YizhouApply SM4 optimization patch to Kunpeng-920
2022-11-01  Paulifips: verify that the RNG was restored after the self...
2022-11-01  Paulifipsinstall: add -self_test_oninstall option.
2022-11-01  PauliUpdate FIPS KATs for 140-3
2022-11-01  Paulidsa/ec: update pairwise tests to account for 140-3...
2022-11-01  PauliRemove DES cipher from the FIPS provider
2022-11-01  PauliUpdate fipsinstall tests
2022-11-01  PauliRemove conditional FIPS dependence for 3DES
2022-11-01  PauliMove DES based test cases out of FIPS territory
2022-11-01  PauliSkip DES based tests in FIPS mode
2022-11-01  Paulirand: add set0 calls for the private and public DRBGs
2022-11-01  Tomas MrazDependabot configuration is not a workflow
2022-11-01  Paulipunycode: add unit tests
2022-11-01  PauliFix CVE-2022-3786 in punycode decoder.
2022-11-01  PauliFix CVE-2022-3602 in punycode decoder.
2022-10-28  Richard Levittecrypto/dso/dso_vms.c: Better definition of DSO_MALLOC()
2022-10-28  Richard Levitteproviders/implementations/kdfs/pvkkdf.c: Ensure SIZE_MA...
2022-10-27  Tomas Mraztests: clear error queue before executing a testcase
2022-10-27  Joakim AntmanFix parameter names for RSA private key example
2022-10-27  Richard LevitteMake openVMS seeding less dependent of OpenVMS version
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)
next