]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2025-07-04  Neil HormanUpdate util/analyze-contention-log.sh
2025-07-04  Neil HormanAdd lock contention log analyzer
2025-07-03  Matt CaswellFix some conversion from size_t to const int errors
2025-07-03  Daniel Van... The check-ansi job is failing in the openssl-3.5 branch...
2025-07-03  Andrew DinhExtend create_accept_stream test
2025-07-03  Andrew DinhAdd test for SSL_accept_stream
2025-07-03  Andrew DinhAdd stream type flags to SSL_accept_stream
2025-07-02  Neil HormanRemove need for BN_BLINDING lock
2025-07-02  Tomas Mrazdemos: Silence warnings on Win64 builds
2025-07-02  Tomas MrazCI: Enable strict warnings on all Windows CI builds
2025-07-02  Tomas Mraztest: Silence warnings on Win64 builds
2025-07-02  Tomas Mrazfuzz: Silence warnings on Win64 builds
2025-07-02  Tomas Mrazapps: Silence warnings on Win64 builds
2025-07-02  Tomas Mrazengines: Silence warnings on Win64 builds
2025-07-02  Tomas Mrazlibssl: Silence warnings on Win64 builds
2025-07-02  Tomas Mrazproviders: Silence warnings on Win64 builds
2025-07-02  Tomas Mrazlibapps + libcrypto: Silence warnings on Win64 builds
2025-07-01  ChrisRemove accidentally left debug statements from ec.c
2025-07-01  Jiasheng Jiangtest/quic-openssl-docker/hq-interop/quic-hq-interop...
2025-07-01  Jiasheng Jiangtest/quic_multistream_test.c: Add OPENSSL_free() to...
2025-07-01  Jiasheng Jiangapps/openssl.c: Add OPENSSL_free() to avoid memory...
2025-07-01  slontisRemove unused data from self test.
2025-07-01  slontisUpdate FIPS provider doc to match the current code.
2025-07-01  Jiasheng Jiangtest/bio_pw_callback_test.c: Add BIO_free() to avoid...
2025-07-01  Jiasheng Jiangdemos/cms/cms_denc.c: Add check for BIO_new_file()
2025-07-01  Jiasheng Jiangdemos/cms/cms_ddec.c: Replace "in" with "dcont" to...
2025-07-01  Jiasheng Jiangapps/lib/apps.c: Add check for BIO_new()
2025-07-01  Tomas MrazFix internal documentation of ossl_namemap_num2name()
2025-07-01  Daniel Van... decoders: Fix prioritization of decoders via property...
2025-07-01  Jakub ZelenkaIntroduce cms kekcipher option to select cipher for...
2025-07-01  Neil HormanCHANGES.md / NEWS.md fixups ahead of release
2025-06-30  INDIA\kanagavelsFixes #27831: Decreased NAMEMAP_HT_BUCKETS to 512.
2025-06-30  noctuellesfix: msg callback in dtls1_do_write that incorrectly...
2025-06-30  Christian VöglFix nullpointer dereference in OSSL_PARAM_merge
2025-06-30  Dmitry BelyavskiyEnforce permissions 0600 for SSLKEYLOGFILE
2025-06-30  Dmitry BelyavskiyBetter lookup for openssl executable
2025-06-26  Ingo Franzkispeed: Increase MAX_SIG_NUM and fix its usage in loopar...
2025-06-26  Dr. David von... test/build.info: minimize use of static libcrypto.a...
2025-06-25  Paulieddsa: convert to using struct based TRIE decoder for...
2025-06-25  Pauliupdate build infrastructure to support generated eddsa_...
2025-06-25  Paulirename eddsa_sig.c for autogeneration
2025-06-25  Paulieddsa: remove impossible parameters from gettable array
2025-06-25  Paulidigest: convert algorithm gettable parameters to use...
2025-06-25  Pauliupdate build infrastructure for digestcommon.c.in
2025-06-25  Paulimlx: use TRIE & struct based param decoding
2025-06-25  Pauliupdate build instructions for mlx key management
2025-06-25  Paulirename mlx_kmgmt.c to mlx_kmgmt.c.in
2025-06-25  Pauliml-dsa: use TRIE & struct based param name decoders
2025-06-25  Paulibuild infrastructure updates for ml_dsa signatures
2025-06-25  Paulirename ml_dsa_sig.c to ml_dsa_sig.c.in
2025-06-25  Paulicipher: use table based param decoding for ciphers
2025-06-25  Paulicipher: declare common OSSL_PARAM structures and helper...
2025-06-25  Pauliparamnams: add new line to break long function declaration
2025-06-25  Pauli3des: remove redundant OSSL_PARAMs from settable list
2025-06-23  Tomas Mrazinit_master_key(): Check return of CRYPTO_THREAD_init_l...
2025-06-23  Tomas Mrazevp_extra_test2.c: Fix doublefree of PKEY and leak...
2025-06-21  Richard LevitteNit: macro parameters should always be parenthesised...
2025-06-20  Neil HormanFix exit code for s_time when -new command line switch...
2025-06-20  Neil HormanClean up thread_local function names in initthread.c
2025-06-20  Neil HormanRefactor init_get_thread_local to be more understandable
2025-06-20  Neil HormanRestore use of crypto_thread_default_context
2025-06-20  Neil HormanFix fips cleanup of master key
2025-06-20  Neil HormanAllow for differentiating between default and NULL...
2025-06-20  Neil HormanCheck setting of master key value
2025-06-20  Neil Hormanreduce memory overhead of CTX_TABLE_ENTRY
2025-06-20  Neil Hormanconvert master_key to use a top level fixed array
2025-06-20  Neil HormanMove the async-job api to use the new thread-local api
2025-06-20  Neil HormanUpdate ERR lib to use new thread-local storage api
2025-06-20  Neil HormanMove thread-event handlers to the new thread-local api
2025-06-20  Neil HormanAdjust rand_lib to use new thread-local mgmt api
2025-06-20  Neil Hormanupdate RCU to use the new thread-local key mgmt api
2025-06-20  Neil HormanAdd new CRYPTO_THREAD_[get|set]_local_ex api
2025-06-20  icy17Add return check to BIO_new, SSL_CTX_new and EVP_PKEY_new
2025-06-20  noctuellesfix: difference between parameter name between doc...
2025-06-20  Vladimír ChlupSkip CI jobs for custom runners in forks
2025-06-20  Neil HormanFix buggy stringop-overflow error on s390
2025-06-20  JohnnySavagesAdd params precondition in ASN1_STRING_TABLE_add, ASN1_...
2025-06-20  Sergey KandaurovPreserve connection custom extensions in SSL_set_SSL_CTX()
2025-06-20  Sergey KandaurovAdd a helper function to copy custom extensions with...
2025-06-20  sashanThe comment should refer `ossl_quic_stream_has_recv_buf...
2025-06-20  Samson S. KolgeUpdate pkeyutl documentation for PQC algorithms (Fixes...
2025-06-20  Levi ZimAvoid potential double close of client_skt in sslecho
2025-06-20  Neil HormanAdd a target to generate local coverage reports
2025-06-20  Neil HormanAdd target for local coverage report generation
2025-06-20  Neil HormanAdd branch coverage to our coveralls run
2025-06-20  Neil HormanAdd pgo build type
2025-06-19  Paulichange _ettable to _list
2025-06-19  Pauliparams: sort structure fields for repeatability
2025-06-19  Pauliparams: remove obsolete functionality from param genera...
2025-06-19  Pauliciphercommon: rework to support improved parameter...
2025-06-19  Paulichacha20: update to use improved parameter handling
2025-06-19  Pauligcm: update to use improved parameter handling
2025-06-19  Pauliccm: update to use improved parameter handling
2025-06-19  Pauliprov: rework cipher include files to support improved...
2025-06-19  Pauliml-dsa: update to use improved parameter handling
2025-06-19  Pauliml-kem: update to use improved parameter handling
2025-06-19  Paulibuild: build struct based param files
2025-06-19  Pauliparams: update TRIE builder script to emit structs...
2025-06-19  PauliRemove param_names.h
2025-06-19  Paulirename CCM and GCM mode common code files
next