]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2025-02-11  Matt CaswellAdd a test for configuring provider certs via config
2025-02-11  Matt CaswellFix configuring provider certificate algs via config...
2025-02-11  Matt CaswellEnable the quic-tls API to work, even in the case of...
2025-02-11  Matt CaswellAdd a test for the quic-tls API
2025-02-11  Matt CaswellAdd a CHANGES.md entry
2025-02-11  Matt CaswellAdd documentation for the new third party QUIC stack API
2025-02-11  Matt CaswellAdd an API for other QUIC stacks to use our TLS impleme...
2025-02-11  Viktor DukhovniAvoid calling ssl_load_sigalgs in tls1_set_sigalgs_list
2025-02-11  Neil HormanUpdate CHANGES and NEWS for security release
2025-02-11  Viktor DukhovniUse ERR marks also when verifying server X.509 certs
2025-02-11  Viktor DukhovniWith SSL_VERIFY_PEER client RPK should abort on X509...
2025-02-10  Dave KelseyAdd support for multiple key shares
2025-02-10  Zhiguo ZhouRevise CHANGES.md
2025-02-10  Zhiguo ZhouRemove unnecessary flag clearance in crypto/x86_64cpuid.pl
2025-02-10  Zhiguo ZhouFix the checks of factor_size/modulus_bitsize
2025-02-10  Zhiguo ZhouDual 1024/1536/2048-bit exponentiation optimization...
2025-02-06  Dmitry Misharovadd workflow dispatch inputs into coveralls workflow
2025-02-06  Auto VincentFix compile error when building VC-WIN64-CLANGASM-ARM...
2025-02-06  sashanperlasm: Replace .previous with the actual previous...
2025-02-04  Paulichanges: add note about the new provider random hook
2025-02-04  Paulilibcrypto.num: add RAND_set1_random_provider function
2025-02-04  Paulistyle: fix style problems
2025-02-04  PauliAdd test case for RAND_set1_random_provider() call
2025-02-04  Paulidocument provider random bypass ability
2025-02-04  Paulidocument internal ossl_provider_random_bytes rand funtion
2025-02-04  PauliAdd support for random provider
2025-02-04  PauliDocument random_provider option in random section
2025-02-04  PauliDocument RAND_set1_random_provider() API
2025-02-04  PauliAdd RAND_set1_random_provider() API
2025-02-04  PauliAdd a new provider API to generate random numbers.
2025-02-04  PauliResolve undefined behaviour in wpacket test
2025-02-03  Dr. David von... 80-test_cmp_http.t: on test failures also print failed...
2025-02-03  Dr. David von... 80-test_cmp_http.t: on test failures print Mock server...
2025-01-31  Dr. David von... 80-test_cmp_http_data/Mock/test.cnf: further relax...
2025-01-28  Kazuki YamaguchiUse ASN1_INTEGER_get_int64() in ossl_serial_number_print()
2025-01-28  Kazuki YamaguchiFix pretty-printing empty serial number in ossl_serial_...
2025-01-28  Bartel ArtemEVP_DigestSign(): Check pctx != NULL
2025-01-28  Billy Brumley[providers/implementations/ciphers] make aes-gcm-siv...
2025-01-28  Josh CooperOpen pem files in binary mode
2025-01-28  Josh CooperRevert "Work around Windows ftell() bug as per Microsof...
2025-01-28  Viktor DukhovniClarify docs of EVP_CIPHER*_get_block_size
2025-01-28  Viktor Dukhovniossl_provider_prov_ctx is redundant
2025-01-27  Michael BaentschAdd version field check to PKCS8 decoder
2025-01-27  Dmitry BelyavskiyExpanding trace of providers algorithms fetching/cachin...
2025-01-27  Rajeev RanjanAdd function X509_VERIFY_PARAM_get_purpose()
2025-01-27  Rajeev RanjanCMP: add support for central key generation
2025-01-27  Frederik Wedel... Fixes some memory leaks when errors occur in ossl_cmp_r...
2025-01-25  Viktor DukhovniAlso expose an accessor for a single string provider...
2025-01-24  Neil HormanExclude amplificationlimit test with mvfst client
2025-01-24  Sean KannanaikalFix magic + 20 in PEM_ASN1_write_bio
2025-01-24  MaeFix passing struct by value rather than by reference...
2025-01-24  Tomas Mraztemplate_kem.c: Use proper printf format for size_t
2025-01-24  Tomas Mraztemplate_kem.c: Check outlen before dereferencing it
2025-01-24  Frederik Wedel... Check returns of sk_X509_CRL_push and handle appropriately.
2025-01-24  Viktor DukhovniExpose the provider `c_get_params` function via PROV_CTX.
2025-01-24  Viktor DukhovniDon't lose config infopairs of built-in providers
2025-01-23  Dmitry Misharovos-zoo.yml: Add linux-s390x runner
2025-01-23  Stas CymbalovFix data race in asn1_str2tag() on tntmp which was...
2025-01-23  Tomas Mrazeddsa_signverify_init(): Avoid memory leak on error
2025-01-23  Tomas Mrazmac_legacy_kmgmt.c: Avoid possible memory leak on error
2025-01-23  Tomas Mraztest_kdf_scrypt(): Test resetting the KDF context
2025-01-23  Tomas Mrazkdf_scrypt_reset(): NULLify freed pointers
2025-01-23  Tomas Mrazscrypt: Do not free the context itself when fetch fails
2025-01-23  Alexander Heinleinconfig.pod: Fix typo
2025-01-23  Richard LevitteRefactor MAKE_ENCODER in providers/implementations...
2025-01-23  Bernd EdlingerGive DTLS tests more time to complete
2025-01-23  Alex Prabhat... apps/cms.c: Cleanup for dead assignment to argc
2025-01-22  Neil Hormanrcu: Ensure that updates to the ID field of a qp don...
2025-01-22  Kelvin Leebyteorder.h: Fix MSVC compiler error C2371
2025-01-22  Jiasheng Jiangproviders/implementations/keymgmt/ec_kmgmt.c: Remove...
2025-01-22  Michael BaentschImprove ASN1_TIME_print documentation and output
2025-01-22  Dimitri John... keymgmt: refactor fips indicator check
2025-01-22  Nadav Tashers_socket: naccept: close listening socket after accepti...
2025-01-22  Viktor DukhovniSupport boolean queries against provider config
2025-01-21  Alexey MoksyakovRevert "Move rodata to .rodata section for armv8"
2025-01-21  Julian Andres... Restore correct registers in aarch64 AES-CTR code
2025-01-21  Viktor DukhovniMove some encode helpers to crypt/encode_decode/
2025-01-21  Viktor DukhovniCheck return of OSSL_PROVIDER_do_all to avoid coverity...
2025-01-21  Viktor DukhovniDon't promise a non-zero return size in error cases.
2025-01-21  Viktor DukhovniMake the provider context available to encoders
2025-01-20  Tomas MrazAdd CHANGES.md and NEWS.md updates for CVE-2024-13176
2025-01-20  Tomas MrazFix timing side-channel in ECDSA signature computation
2025-01-20  Dr. David von... fix X509_PURPOSE_add() to take |sname| as primary key...
2025-01-20  Dr. David von... fix X509_PURPOSE_set() to support clearing the purpose...
2025-01-20  otherddn1978If you call X509_add_cert with cert == NULL and the...
2025-01-17  Richard LevitteFix documentation of OSSL_ASYM_CIPHER_PARAM_IMPLICIT_RE...
2025-01-17  Jonathan M... test: aAissuingDistributionPoint X.509v3 extension
2025-01-17  Jonathan M... doc: aAissuingDistributionPoint X.509v3 extension
2025-01-17  Jonathan M... feat: support the aAissuingDistributionPoint X.509v3...
2025-01-17  Viktor DukhovniSupport CLI and API setting of provider configuration...
2025-01-17  Alexandr NedvedickyWork around to get llvm-mingw working on aarch64
2025-01-17  Alexey MoksyakovMove rodata to .rodata section for armv8
2025-01-17  Dmitry BelyavskiyMissing .gitignore entries
2025-01-17  Dmitry Belyavskiy`atoi` should be allowed
2025-01-17  onexyoungprovider_deactivate(): Check return value of CRYPTO_ato...
2025-01-15  Nikolay NikolaevWorkaround for RSA on AArch64 Big Endian
2025-01-15  Peter BiermaRemove non-existing error code.
2025-01-15  Peter BiermaSynchronize openssl.txt with comperr.h
2025-01-15  Bernd EdlingerFix dtls tests
2025-01-15  Bernd EdlingerRevert "Use open2 instead of open for s_server instance"
next