]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2025-11-10  Nikola Pajkovskynamemap: use NID_undef instead of hardcoded 0
2025-11-10  thomas-baumela... kdf: Fix PVK KDF provider build.info typo
2025-11-10  Frederik Wedel... Use array sizeof for dtls cookie size checks instead...
2025-11-10  Jack BarsaREADME.md: Expand protocol acronyms
2025-11-10  Theo BuehlerUpdate external test to use rpki-client 9.6
2025-11-10  Ryan HooperProperly error out when AEAD Algorithms are used with...
2025-11-10  zhouluInstruction Reordering Further Optimizes OpenSSL SHA256...
2025-11-10  Alex GaynorIn the RFC6979 test vectors, ensure private keys are...
2025-11-10  Bernd EdlingerImprove the CPUINFO display for RISC-V
2025-11-10  Bernd Edlingerprint CPUINFO in QEMU cross-compile jobs
2025-11-09  slontisAES-GCM: Allow the IV getter to generate the IV if...
2025-11-07  dependabot... Dependabot update
2025-11-07  dependabot... Dependabot update
2025-11-07  dependabot... Dependabot update
2025-11-07  dependabot... Dependabot update
2025-11-07  dependabot... Dependabot update
2025-11-07  Dmitry Misharovadd missing input in dtolnay/rust-toolchain action
2025-11-07  Dmitry Misharovremove workflow_run trigger in fips and abiddif workflows
2025-11-07  Dmitry Misharovremove workflow_run trigger in quic workflows
2025-11-07  Dmitry Misharovremove potentially not secure template expansions
2025-11-07  Dmitry Misharovexplicitely set minimial workflow permissions
2025-11-07  Dmitry Misharovbump dtolnay/rust-toolchain action revision
2025-11-07  Dmitry Misharovintroduce dependabot cooldown option
2025-11-07  Dmitry Misharovdo not persist credentials after check out
2025-11-06  slontisPKCS12_set_pbmac1_pbkdf2() fixups.
2025-11-06  slontisFix potential malloc(-1) bugs.
2025-11-05  Randall S.... Rollup fixes for NonStop builds.
2025-11-05  Dmitry MisharovCI: replace paid runners with free one
2025-11-05  Orgad Shanehc_rehash: Strip \r from hash filename on msys2
2025-11-05  rainerjungUpdate sha512-x86_64.pl
2025-11-04  Orgad ShanehCI: Prevent scheduled jobs from running in forks
2025-11-04  Neil HormanFix lock contention checker for MACOS
2025-11-04  Matt CaswellAdd a test for mismatch between the pkey and sigalg
2025-11-04  Matt CaswellUse the actual NID for provided signature algorithms
2025-11-04  Igor UstinovModernize header macros for C23 compatibility
2025-11-04  Richard LevitteSet the 'tmp' flag BN_FLG_FIXED_TOP in bn_mod_exp_mont_...
2025-11-04  Richard LevitteTest BN_DEBUG in CI
2025-11-04  Richard LevitteFix BN_DEBUG: ossl_assert() → assert()
2025-10-30  Paulifips: don't pass MAC parameter to HMAC-DRBG during...
2025-10-30  Paulidoc: remove mention of MAC parameter to HMAC-DRBG
2025-10-30  Paulihmac-drbg: ignore any passed MAC parameter
2025-10-30  Richard LevitteRename SSL_CERT_LOOKUP.nid to pkey_nid
2025-10-30  Richard LevitteFix NID bug in SSL_CERT_LOOKUP array construction
2025-10-30  Paulimacctx: remove unused function
2025-10-30  Tomas MrazDrop symbol numbers as we are doing a new major version
2025-10-30  Richard LevitteFix util/find-doc-nits' check_env_vars to look for...
2025-10-30  Richard LevitteFix util/find-doc-nits' check_env_vars to show where...
2025-10-30  Richard LevitteFix util/find-doc-nits' environment variable check...
2025-10-29  Norbert Pocsapps: Make genpkey verbose when verbose option is set
2025-10-29  Dmitry MisharovMove CI jobs with macos large runners
2025-10-28  Paulihkdf: use Perl arrays to avoid duplication of params
2025-10-28  Paulihkdf: remove processing for illegal digest param
2025-10-27  Neil HormanAdd lock contention graph script to openssl
2025-10-27  Joshua Rogersbss_dgram: set *num_processed = 0 in error path
2025-10-27  Gleb Popovrc4: Remove the pointless if() operator, its condition...
2025-10-27  Joshua RogersRemove more dead code
2025-10-27  Joshua RogersRemove dead RENEG code
2025-10-27  Joshua Rogerss_server: Use static int, not static.
2025-10-27  Joshua Rogersapps/s_time: reset reused SSL with SSL_clear in doConne...
2025-10-27  Joshua Rogerscomp/zstd: make bio_zstd_read return -1 on hard errors
2025-10-27  Richard LevitteCleanup: Remove include/crypto/bn_conf.h.in
2025-10-25  Neil Hormanexclude no-docs from 3.0 build in openssh interop testing
2025-10-25  Simo SorceChange SLH-DSA tests to be deferred
2025-10-25  Simo SorceRun on-demand self-tests when requested
2025-10-25  Simo SorceAllow running individual FIPS self-tests
2025-10-24  Paulistore: check for NULL uri argument
2025-10-24  Norbert PocsAdd interop CI testing with openssh
2025-10-24  Bob BeckWe no longer need to have an exception n the tests...
2025-10-24  Bob BeckRemove the hack to accept tests failing for out of...
2025-10-24  Bob BeckAdd some tests for the OPENSSL_gmtime family of public...
2025-10-23  Simo SorceFIPS: Fix RSA X.931 padding check
2025-10-23  Ondřej Surýthreads: Replace CRYPTO_THREAD_clean_local_for_fips...
2025-10-23  Ondřej Surýthreads: Cleanup master key sparse array in OPENSSL_thr...
2025-10-23  Andrey TsygunkaFix memory leak in x509_pubkey_ex_d2i_ex()
2025-10-23  Neil HormanCopy impls stack when calling ossl_method_store_do_all
2025-10-22  Tomas MrazDisable also argon2, scrypt and slh-dsa with no-bulk
2025-10-22  Tomas Mrazscrypt.c: Do not include the param with OPENSSL_NO_SCRYPT
2025-10-22  Simo SorceClear keymgmt params containing sensitive data
2025-10-22  Simo SorceTest OSSL_PARAM_clear_free()
2025-10-22  Simo SorceAdd a way to cleanse params arrays
2025-10-22  Nikola Pajkovskyx509-store: reduce number of pre-allocated hashtable...
2025-10-21  Nikola Pajkovskyx509_store: fix unreliable value of objs inside the...
2025-10-21  Bernd EdlingerFix heap-buffer-overflow in CI fuzzing tests
2025-10-21  Bob BeckAdd tests for the posix time functions.
2025-10-21  Bob BeckAdapt the tests to not care about failures from platfor...
2025-10-21  Bob BeckBring in posix time conversion functions, originally...
2025-10-21  Nikola Pajkovskyprovider: reduce lock contention in ossl_provider_find
2025-10-21  Nikola Pajkovskyclang deprecates sprintf on macos
2025-10-20  Kai PastorScope aes_cfb128_vaes_encdec_wrapper to x64
2025-10-20  Simo Sorcesignature: Use include file for generated code
2025-10-20  Simo Sorcerands: Use include file for generated code
2025-10-20  Simo Sorcemacs: Use include file for generated code
2025-10-20  Simo Sorcekeymgmt: Use include file for generated code
2025-10-20  Simo SorceFix handling of include files in libtemplate
2025-10-20  Simo Sorcekem: Use include file for generated code
2025-10-20  Simo Sorcekdfs: Use include file for generated code
2025-10-20  Simo Sorceexchange: Use include file for generated code
2025-10-20  Simo Sorceencode_decode: Use include file for generated code
2025-10-20  Simo Sorcedigests: Use include file for generated code
2025-10-20  Simo Sorceciphers: Use include file for generated code
next