]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
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"
2025-01-15  Bernd EdlingerRevert "chomp does not work on windows."
2025-01-15  Bernd EdlingerRevert "Do not confuse TAP::Parser by mixing up stderr...
2025-01-15  Tom FayCorrect documented KEM ids for OSSL_HPKE_str2suite
2025-01-15  Dmitry MisharovAdd a GitHub workflow to make a release
2025-01-15  shridhar kalavaguntagenpkey: Avoid leaving empty file if encryption passphr...
2025-01-15  Bernd EdlingerFix test failure in 30-test_evp_pkey_provided.t
2025-01-14  Viktor DukhovniBig and little-endian load and store support
2025-01-14  sashanFinishing touch to perlasm update to make it work on...
2025-01-14  Theo BuehlerMake it able to run asm code on OpenBSD (arm64)
2025-01-14  Dimitri John... drbg: provide requested amount of entropy, rather than...
2025-01-14  Tom CosgroveFix obvious misspelling of ASN1_VALUE
2025-01-14  Tom CosgroveFix double 'the's
2025-01-14  Wang XinLoongArch: we should access global symbol by la.global...
2025-01-13  Neil HormanFix premature reuse of qp's in rcu locks
2025-01-13  Bernd EdlingerFix intermittent test failure in 80-test_cmp_http.t
2025-01-13  Tomas Mrazcoveralls.yml: Avoid excluding subdirectories of alread...
2025-01-13  Ingo Franzkispeed: Pass IV to EVP_CipherInit_ex for -evp runs with...
2025-01-11  Viktor DukhovniTweak case of [fs] variant letter in SLH-DSA algorithms
2025-01-10  Tomas Mrazcoveralls.yml: Add --ignore-errors mismatch
2025-01-10  Viktor DukhovniPre-ML-KEM/DSA decoder/encoder refactor
2025-01-10  Kai PastorFix buildinf.h generation for space and backslash
2025-01-09  Michael BaentschUpdate error codes in "crypto/err/openssl.txt"
2025-01-09  Dmitry MisharovReplace self-hosted runners with GitHub hosted
2025-01-09  Frederik Wedel... Fix memory leaks from missing checks of return value...
2025-01-09  Richard LevitteFix the use of OPENSSL_HTTP_PROXY / OPENSSL_HTTPS_PROXY
2025-01-08  Neil HormanFix encryption level ordering
2025-01-08  Frederik Wedel... Free data if sk_OPENSSL_STRING_push fails.
2025-01-08  Frederik Wedel... Return NULL from ossl_lib_ctx_get_concrete() when it...
2025-01-08  Семенов ГерманAdded configuration for Embarcadero-Borland Clang Compi...
2025-01-08  Frederik Wedel... Check returns of various sk_*_push functions
2025-01-07  Frederik Wedel... Pass functions with correct signatures to the evp_gener...
2025-01-07  Matt CaswellFix a funding.json error
2025-01-07  Viktor DukhovniSome PQ-related CSOR OIDs
2025-01-06  Niels DosscheFix potential memory leak in PKCS12_add_key_ex()
2025-01-06  Bernd EdlingerFix a potential misaligned memory access
2025-01-06  Bernd EdlingerFix the sporadic test failure in 30-test_evp_extra.t
2025-01-06  Bernd EdlingerRun fuzz-checker workflow on ubuntu-24.04
2025-01-06  Bernd EdlingerFix test failure in 90-test_memleak.t
2025-01-06  Bernd Edlingeruse-of-uninitialized-value in quic_tserver_test
2025-01-06  Bernd EdlingerFix a minor memory sanitizer issue
2025-01-06  Bernd EdlingerTry to work around the llvm-symbolizer failure
2025-01-06  Bernd EdlingerAdd __isoc23_strtol to unix-symbols.txt
2025-01-06  Bernd EdlingerAdd -fno-sanitize=function to ubsan
next