]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2025-11-28  Dmitry Misharovadd release notes from NEWS.md when making a release
2025-11-28  Shohei YOSHIDADOC: fix typo in openssl-cmp
2025-11-28  Shohei YOSHIDADOC: put an empty line before '=for' directive
2025-11-28  Clemens Langtest: Add test for #29196
2025-11-28  Clemens LangDo not make key share choice in tls1_set_groups()
2025-11-28  Nachel72crypto/cms/cms_enc.c: Add ASN1_TYPE_free before goto err
2025-11-28  Norbert PocsConfigure: Warn about deprecated option when enabled
2025-11-28  Tomas MrazMove CRL extensions from v3_ocsp.c to v3_crldp.c
2025-11-28  martinFixed non-compliant handling of missing stapled OCSP...
2025-11-28  Caolán McNamaraconst up various low hanging things
2025-11-28  Caolán McNamaraformat embedded struct declaration for check-format.pl
2025-11-26  Bernd EdlingerDocument CVE-2021-4160
2025-11-26  Daniel KubecCRL: Enforce proper handling of ASN1_TIME validation...
2025-11-26  Igor UstinovRemove Ed25519ctx from the FIPS provider
2025-11-25  Simo SorceDisable buggy markdownlint rule MD032
2025-11-25  Simo SorceClarify and expand FIPS deferred tests design
2025-11-25  Simo SorceDescribe FIPS deferred tests implementation
2025-11-25  Simo SorceAdd design for deferred FIPS self-tests
2025-11-25  Dimitri John... pbkdf2: enable setting minimum password length at build...
2025-11-25  Tomas MrazUpdate the ssl trace reference for test_sslapi
2025-11-25  David von OheimbRemove extra leading '00:' when printing key material...
2025-11-24  David Benjamindoc: Discuss calling X509_verify_cert in cert_verify_ca...
2025-11-24  Bob BeckRemoved ASN1_STRING_data()
2025-11-24  Joshua Rogersasn1: clear error mark on success in asn1_d2i_read_bio
2025-11-24  bleeqerCRYPTO_secure_used(), CRYPTO_secure_actual_size():...
2025-11-24  Joshua Rogerscrypto/bio/bss_acpt: reset accept_sock and b->num after...
2025-11-21  Viktor DukhovniExpand and clarify SSL_CTX_config(3) docs.
2025-11-21  Viktor DukhovniEditorial: future proofing -> future-proofing
2025-11-21  Igor UstinovCorrect information about the default value of the...
2025-11-21  Eugene Syromiatnikovdoc/man3/OPENSSL_malloc.pod: mention rationale for...
2025-11-21  Shohei YOSHIDADOC: fix description of '-self_test_oninstall'
2025-11-21  Neil HormanAdd test for recordpadding
2025-11-21  Neil HormanIgnore RecordPadding option in config file for QUIC...
2025-11-21  Neil HormanAdd SSL_CTX_is_quic API
2025-11-21  Teshan Kannangararand_lib.c: Use ERR_LIB_RAND with RAND_R errors
2025-11-21  Daniel KubecCHANGES.md: CRL Certificate Issuer and IDP extensions
2025-11-21  zhoulusm4-riscv64-zvksed.pl: Code comment corrections
2025-11-20  Dr. David von... OCSP_request_set1_name(): make use of GENERAL_NAME_set1...
2025-11-20  Tomas Mrazcms_sd.c: Code style cleanup and removed redundant...
2025-11-19  Samaresh Kumar... doc: Add HISTORY entry for message signing functions...
2025-11-19  Joshua Rogersapps/s_time: enable peer verification when -verify...
2025-11-19  Lars Erik Wikbio_ok.c: Fixed undefined identifier 'SIZE_MAX'
2025-11-19  Anton Moryakovdsaparam.c: Check return value of PEM_write_bio_Private...
2025-11-19  Tom CosgroveEnable AES and SHA3 optimisations on Apple Silicon...
2025-11-19  Neil Hormanmerge x509 and handshake memfail test
2025-11-19  Neil HormanAdd x509 memfail test to run_checker_daily
2025-11-19  Neil Hormanadd a memfail test for x509 operations
2025-11-19  Dr. David von... CMP doc: update RFC 4210 -> 9810, RFC 6712 -> 9811
2025-11-19  Tomas Mraz80-test_cms.t: Fix regression in provider compatibility CI
2025-11-19  Leon TimmermansAllow get_params to return length of the AES-GCM tag...
2025-11-19  Leon TimmermansAllow get_params to return length of AES-GCM IV parameters
2025-11-19  Dmitry Misharovadd CI job for linux-x86 platform
2025-11-18  Igor UstinovRemoved ossl_assert() calls from public OSSL_EN/DECODER...
2025-11-18  Igor UstinovAdded finalized flag to the OSSL_ENCODER/DECODER_CTX...
2025-11-18  Soumik Sarkerapps/enc.c: Moved -pass, -k, -kfile to encryption options
2025-11-18  Joshua Rogersasn1: raise NOT_ENOUGH_DATA on header EOF
2025-11-18  Anton MoryakovPrevent NULL deref in BN_is_zero when cofactor is missing
2025-11-18  Igor UstinovML_KEM init refactoring, unconditional entropy cleanup
2025-11-18  KubaBoiasn1_gen: add ASN1_object_size() return check and fix...
2025-11-18  Tomas MrazCRYPTO_R_ cannot be used with ERR_LIB_OSSL_STORE
2025-11-18  Stefan BergerImplement EVP_SIGNATURE_hash_message_update() and use it
2025-11-18  Stefan Bergertests: Add CMS tests for no-attribute signing for ML...
2025-11-18  Stefan Bergercms: Enable signature verification for no-attribute...
2025-11-18  Stefan Bergercms: Enable signing with hashless signing for no-attrib...
2025-11-18  Stefan Bergercms: Get a default hash for hash-less signing schemes
2025-11-18  Joshua Rogersapps/s_socket: fix FD and addrinfo leak on SCTP failure...
2025-11-18  Joshua Rogerscrypto/bio/bss_acpt: set b->init only on successful...
2025-11-18  Joshua Rogersasn_mime: Harden SMIME_write_ASN1_ex() against an empty...
2025-11-18  Joshua Rogersasn_mime: Harden multi_split() against pushing NULL...
2025-11-18  Joshua Rogersasn_mime: Harden strip_eol()
2025-11-18  Joshua Rogersasn_mime: Harden strip_end() against empty strings
2025-11-18  Joshua Rogerscomp/zstd: fix BIO_CTRL_RESET to properly reset state
2025-11-18  slontisFix CI Provider compatibility test breakage
2025-11-17  Joshua Rogersquic/quic_demux: Mirror int overflow check from demux_a...
2025-11-14  Tomas MrazAdd negative test for PKCS12_SAFEBAG_get0_bag*() functions
2025-11-14  Tomas MrazAdd safety checks to PKCS12_SAFEBAG_get0_bag*() functions
2025-11-14  Bob BeckSimplify x509 time checking
2025-11-14  Tomas MrazTest invalid out of range character handling in UTF8_getc()
2025-11-14  Tomas MrazUTF8_getc(): Fail with UTF8 values outside UNICODE_LIMIT
2025-11-13  Angel BaezTLS 1.3 session resumption convert nonce_label to ASCII hex
2025-11-13  dependabot... Dependabot update
2025-11-13  dependabot... Dependabot update
2025-11-13  dependabot... Dependabot update
2025-11-13  dependabot... Dependabot update
2025-11-13  niainfo: Print CPUINFO for SPARCv9 processors
2025-11-13  Igor UstinovNote about different exclusion of GREASE extensions
2025-11-13  slontisRSA: Update RSA keygen.
2025-11-12  Dmitry Misharovrevert changes in "FIPS Check and ABIDIFF" workflow
2025-11-12  Dmitry MisharovRun CIFuzz workflow on schedule
2025-11-10  Eugene Syromiatnikovdoc/man3/X509_STORE_get0_param.pod: mention how to...
2025-11-10  Igor UstinovDJGPP configuration fix, based on the PR #27595
2025-11-10  Orgad ShanehConfigure: Add missing variables in build.info
2025-11-10  Alexandr NedvedickyClarify processing of CRYPTO frame in SSL_set_quic_tls_...
2025-11-10  Gowtham Suresh... Enable ARMV8_UNROLL12_EOR3 optimization for Neoverse...
2025-11-10  Paul ElliottAdd support for Arm V3_AE platform
2025-11-10  Lidong Yanslh_dsa: fix leak in early return of slh_sign_internal()
2025-11-10  Eugene Syromiatnikovcrypto/bn/rsaz_exp.h: use constant_time_select_bn in...
2025-11-10  Daniel KubecCRL: RFC 5280 compliance for Certificate Issuer extension
2025-11-10  MatteoCorrection of grammar error in doc/man1/openssl-req...
2025-11-10  Nikola Pajkovskynamemap: use NID_undef instead of hardcoded 0
next