]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2025-12-23  Bob BeckConstify return value of X509_get_X509_PUBKEY()
2025-12-23  Bob BeckConstify the return value of X509_get0_pubkey_bitstr()
2025-12-23  Norbert PocsInterop: c_rehash was removed; don't look for it
2025-12-23  xxcuiSHA512 performance optimized by RISCV RVV
2025-12-23  Nick NuonAdded AVX2 encoding + scalar improvements
2025-12-21  Tomas MrazRemove BIO_f_reliable() as it is broken
2025-12-20  Theo BuehlerAdd ASN1_BIT_STRING_get_length()
2025-12-19  SashanUpdate doc/man3/OPENSSL_init_crypto.pod
2025-12-19  SashanUpdate NEWS.md
2025-12-19  SashanUpdate CHANGES.md
2025-12-19  sashan- update NEWS.md
2025-12-19  sashan- fix CHANGES.md style
2025-12-19  sashan- fix .cstyle
2025-12-19  Alexandr NedvedickyIntroduce OPENSSL_ATEXIT_CLEANUP env. variable.
2025-12-19  Tomas MrazBIO_send/recvmmsg(): Pass msgs_processed to the return...
2025-12-19  Norbert Pocswin-makefile.tmpl: Fix program install check
2025-12-19  Norbert PocsRemove the c_rehash script
2025-12-19  Richard Levittetest/run_tests.pl: Ensure that all HARNESS_VERBOSE...
2025-12-19  Danny Tsenppc64le: Restore VSX registers in AES/GCM ppc64le encry...
2025-12-19  Milan BrozAdd engine stubs test
2025-12-19  Milan BrozRemove ossl_err_load_ENGINE_strings from stubs
2025-12-19  Milan BrozFix stub definitions for no-deprecated config
2025-12-19  Milan BrozFix typo in engine.h stub
2025-12-19  Simo SorceHarden digest context deserialization
2025-12-19  slontisevp_test Fix tests that were always skipped
2025-12-19  Eugene Syromiatnikovutil: add reformat-patches script
2025-12-19  Richard LevitteUse 'codespell:ignore' where justifiable
2025-12-19  Richard LevitteFix legitimate spelling errors
2025-12-19  Richard LevitteAdjust .codespellrc
2025-12-18  Bob BeckAdd new public API for checking certificate times.
2025-12-18  Weizhi AoFix silent failure in ASYNC_start_job when size is 0
2025-12-18  Matthias KraftEnsure path to libcrypto can be resolved on AIX.
2025-12-18  martinAdd documentation for X509_V_FLAG_OCSP_RESP_CHECK and...
2025-12-18  Dr. David von... apps/x509.c: factor out add_object() for handling ...
2025-12-18  Milan BrozAdd mention of OPENSSL_ENGINE_STUBS to openssl_user_mac...
2025-12-18  Matt CaswellAdd removed EVP_PKEY_meth* functions to ossl-removed...
2025-12-18  Matt CaswellRemove all EVP_PKEY_meth_* functions from the documentation
2025-12-18  Matt CaswellClean up some final vistigial remnants of EVP_PKEY_METHOD
2025-12-18  Matt CaswellRemove references to the pmeth field in an EVP_PKEY_CTX
2025-12-18  Matt CaswellDelete the EC EVP_PKEY_METHOD
2025-12-18  Matt CaswellDelete the DSA EVP_PKEY_METHOD
2025-12-18  Matt CaswellDelete the RSA EVP_PKEY_METHOD
2025-12-18  Matt CaswellDelete the ECX EVP_PKEY_METHOD
2025-12-18  Matt CaswellDelete the DH EVP_PKEY_METHOD
2025-12-18  Matt CaswellRemove custom EVP_PKEY_METHODs
2025-12-18  Norbert PocsCheck return code of UTF8_putc
2025-12-18  Norbert PocsHarden ASN1_mbstring_ncopy
2025-12-18  Alexandr NedvedickyThe stream garbage collector loop in ossl_quic_stream_m...
2025-12-17  Ondrej MorisRevert "tests: temporarily skip MLDSA pkcs11-provider...
2025-12-17  Richard LevitteAdd a couple of DH related StatementMacros, and adjust
2025-12-17  Richard LevitteUnbreak some function signature that got broken up...
2025-12-17  Richard LevitteRedo source reformatting with the TypeNames added
2025-12-17  Richard LevitteDump all known typedefs into .clang-format
2025-12-17  Richard LevitteRefactor types that are '#define'd into proper typedefs
2025-12-17  Richard LevitteAdd a few more ASN.1 related StatementMacros
2025-12-17  Richard LevitteMissed a spot!
2025-12-17  Bob BeckDefang the lhash test
2025-12-17  Tomas Mrazapps/req.c: Always set permissions for private key...
2025-12-17  Neil HormanFix Coverity issue in kdf_snmpkdf_set_ctx_params
2025-12-17  Viktor DukhovniNew -encopt option for pkey(1) and genpkey(1)
2025-12-17  Viktor DukhovniFix codespell error in sslapitest
2025-12-17  Paul ElliottFix error in PAC/BTI AArch64 build
2025-12-17  Bob BeckMake the test output show how long each test takes...
2025-12-17  Nikola Pajkovskymethod store performance improvements
2025-12-17  Matt CaswellUpdate ossl-removed-api to mention the EVP_MD_meth...
2025-12-17  Matt CaswellRemove mentions of EVP_MD_meth* from the documentation
2025-12-17  Matt CaswellRemove support for custom MD methods
2025-12-16  Neil HormanPrevent freeing of parent listener in SSL_listen_ex
2025-12-15  Alexandr Nedvedickymake snmpkdf.c good openssl citizen
2025-12-15  Alexandr Nedvedickymake snmpkdf.c good openssl citizen
2025-12-15  Simo SorceDerive EC public key from private key if missing
2025-12-15  Igor UstinovDocumentation for BIO flags and related functions.
2025-12-14  Stanislav Zidekinterop: fix for engine removal
2025-12-13  Neil HormanRemove crypto-mdebug-backtrace option from config
2025-12-12  Daniel KubecCONF_modules_load_file.pod: The ssl_module no longer...
2025-12-12  Daniel KubecASN1: Reject negative BIGNUM components
2025-12-12  Matt CaswellUpdate ossl-removed-api to mention the EVP_CIPHER_meth...
2025-12-12  Matt CaswellRemove mentions of EVP_CIPHER_meth* from the documentation
2025-12-12  Matt CaswellRemove support for custom cipher methods
2025-12-12  Simo SorceFail serialization of finalized MD contexts
2025-12-12  Simo SorceAdd documentation for digest serialization
2025-12-12  Simo SorceUse generated param decoders in SHA provider
2025-12-12  Simo SorceAdd EVP_MD_CTX serialization for SHA3/SHAKE
2025-12-12  Simo SorceAdd serialization for SHA-2 digest contexts
2025-12-12  Simo SorceAdd EVP digest context serialization
2025-12-11  Bob BeckAdd static_ASN1_SEQUENCE_END to the list of statment...
2025-12-11  Matthias KraftEnable send-/recvmmsg for AIX >= 7.2 and disable SUPPOR...
2025-12-11  Niels DosscheFix memory leak in error path of ec_gen_init()
2025-12-11  Viktor DukhovniThe return value of RSA_*_{en,de}crypt() is signed
2025-12-11  lan1120Fix memory leak in abnormal branch of mlx_kem_dup function
2025-12-11  Viktor DukhovniFix ML-KEM/ML-DSA macro typo
2025-12-11  George Wilsondoc/man3: Add OPENSSL_ppccap.pod
2025-12-11  Joshua Rogersdtls: fix DTLSv1_listen msg_callback to report HelloVer...
2025-12-11  Joshua Rogersktls_read_record(): Harden linux recv path
2025-12-11  Carter ThaxtonFix regression when X509_V_FLAG_CRL_CHECK_ALL is set...
2025-12-11  Dr. David von... apps/cmp.c: add -ta_in_ip_extracerts permitting non...
2025-12-11  Dr. David von... OSSL_CMP_OPT_PERMIT_TA_IN_EXTRACERTS_FOR_IR: use new...
2025-12-10  Dmitry Misharovrun codespell pre-commit hook on staged files only
2025-12-10  Dmitry BelyavskiyDocument skey decoder
2025-12-10  Dmitry BelyavskiyImplementing store support for EVP_SKEY
next