]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
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
2025-06-19  Tomas MrazAdd strlen to symbols allowed on Windows
2025-06-18  Ingo FranzkiCI: Remove -Wno-stringop-overflow for s390x builds
2025-06-18  Viktor DukhovniReport errors in ML-KEM pkey hash
2025-06-18  Jiasheng Jiangtest/evp_extra_test.c: Add OPENSSL_free() to avoid...
2025-06-17  Jessica Clarkearmv*-mont.pl: Correct a carry flag comment
2025-06-17  Matt CaswellAdd a test for SSL_set_verify with QUIC
2025-06-17  Matt CaswellEnsure we pass the user SSL object for the SSL_set_veri...
2025-06-16  Dr. David von... check-format.pl: prevent false positive on typedef...
2025-06-16  Dr. David von... check-format-test-negatives.c: add 2nd macro indent...
2025-06-16  Dr. David von... check-format.pl: prevent reporting "{ 1 stmt }" on...
2025-06-16  Dr. David von... check-format.pl: allow block for switch case/default
2025-06-16  Dr. David von... check-format-test-positives.c slightly improve comment...
2025-06-16  Dr. David von... adapt check-format-test-positives.c for too long lines...
2025-06-13  Alexis GoodfellowBegin incorporating stdbool usage when json encoding
2025-06-13  noctuellesfix: Better documentation on DTLS_set_timer_cb()
2025-06-13  sashanossl_rio_poll_builder_add_fd(): Fixup pfds after reallo...
2025-06-13  JiashengJiangtest/helpers/quictestlib.c: Use goto instead of return...
2025-06-13  Ingo Franzkis390x: Fix HMAC to fail update or final call when alrea...
2025-06-12  Bartel Artemreturn NULL if gctx allocation fails.
2025-06-12  Bartel Artemcheck gctx for NULL before cleanup.
2025-06-12  Matt CaswellAllow our *_gen_cleanup functions to tolerate a NULL ctx
2025-06-10  sashanDocument transition from ANSI-C towards C-99
2025-06-10  Bartel Artemgenpkey.c: Fix filename copy & paste bug in error output
2025-06-10  Ingo FranzkiSilence -Wstringop-overflow warnings with gcc 14 on...
2025-06-10  Viktor DukhovniAllow keygen after dup of minimal PKEY ctx
2025-06-10  Daniel Van... Fix SHAKE AlgorithmIdentifier encodings
2025-06-10  yexiaochuanfix: add parsing check in TLS compress_certificate...
2025-06-09  Dr. David von... crypto/evp/ctrl_params_translate.c: prevent clashes...
2025-06-09  Paulirand: add argument error checking to EVP_RAND_nonce()
2025-06-09  Paulirand: document the EVP_RAND_nonce() return correctly
2025-06-09  Paulirand: produce correct return from EVP_RAND_nonce
2025-06-09  Paulirand: fix memory overrun bug
2025-06-09  Paulirand: add unit test exhibiting memory overrun
2025-06-06  Neil HormanAdd a test to confirm that we can repeatedly create...
2025-06-06  Neil HormanAllow for reuse of thread_local keys in threads_none
2025-06-06  Yaroslav LelkinFix NIST ACVP server URLs in SLH-DSA test files
2025-06-06  Neil HormanRemove _strlen31
next