openssl.git
2023-06-06 Vladimír Kotalallow to disable http
2023-06-06 Paulidoc: note that out ChaCha20 isn't standard compliant.
2023-06-04 Matt CaswellDon't take a write lock to retrieve a value from a...
2023-06-04 Matt CaswellAvoid an unneccessary lock if we didn't add anything...
2023-06-03 Dmitry BelyavskiyRemove pointless warning on pkcs12 import
2023-06-02 Tomas MrazUpdate fuzz/corpora submodule to latest data
2023-06-02 DaranaFix documentation where openssl-genrsa is listed as
2023-06-02 Paulipossible workaround
2023-06-02 PauliUpdate .gitignore
2023-06-02 Pauligcm: use the new faster param location mechanism.
2023-06-02 Pauliparams: provide a faster TRIE based param lookup.
2023-06-02 Jairus Christensen[feat] SSL RTT in both client and server statem. SSL_ge...
2023-06-01 Matt CaswellAvoid taking a write lock in ossl_provider_doall_activa...
2023-06-01 Matt CaswellEnable obtaining certain DRBG params without a lock
2023-06-01 Matt CaswellRefactor the DRBG implementations to manage locking...
2023-06-01 Dr. David von... openssl-cmp.pod.in: tweak doc of -subject, -issuer...
2023-06-01 Dr. David von... cmp_mock_srv.c: improve comment on cert to be produced...
2023-06-01 Dr. David von... cmp_client.c: add comment on certConf and add 'ossl_unu...
2023-06-01 Dr. David von... apps.c: add comment to do_X509_sign() referring to...
2023-06-01 Dr. David von... apps/cmp.c: make management of http_cb_arg pointer...
2023-06-01 Dr. David von... apps/cmp.c: improve warnings on option use
2023-06-01 Dr. David von... CMS_ContentInfo_free(): fix mem leak on encrypted conte...
2023-06-01 Dr. David von... SMIME_crlf_copy(): check for NULL pointer arguments
2023-06-01 Yuri PenkinIgnore the fetch error when a legacy algorithm is found
2023-06-01 Dr. David von... CMP: add support for genm/genp messages with id-it...
2023-06-01 PauliQUIC: CID conformance
2023-06-01 Paulidoc: update FIPS provider version information
2023-06-01 Paulitags: fix `make tags` target for out of tree builds
2023-06-01 Kurt RoeckxAdd PEM fuzzer
2023-06-01 Tomas MrazCompute RSA-PSS algorithm params in libcrypto for legacy
2023-05-31 Xiaokang QianFix arm64 asm code back compatible issue with gcc 4.9.4
2023-05-30 dependabot... Bump actions/setup-python from 4.6.0 to 4.6.1
2023-05-30 Dr. David von... CMS, PKCS7, and CRMF: simplify use of EVP_PKEY_decrypt...
2023-05-30 Dr. David von... ssl/statem_srvr.c: clean up handling of EVP_PKEY_decryp...
2023-05-30 Dr. David von... cmp_http.c: Remove obsolete comment w.r.t. ERR_clear_er...
2023-05-30 Rajarshi KarmakarOSSL_sleep(): Calling sleep() function if sleepTime...
2023-05-30 Matt CaswellOptimise locking in rsa_get_blinding()
2023-05-30 Matt CaswellWhen we're just reading EX_CALLBACK data just get a...
2023-05-30 Matt CaswellAvoid taking a write lock in RAND_get_rand_method()
2023-05-29 Matt CaswellDon't take a write lock when freeing an EVP_PKEY
2023-05-29 Clemens Langx509: Handle ossl_policy_level_add_node errors
2023-05-29 Clemens Langx509: Fix possible use-after-free when OOM
2023-05-29 Tomas MrazAdd missing CHANGES.md entries
2023-05-29 Hugo LandauSSL_handle_events(): Minor fixes to documentation
2023-05-29 Hugo LandauQUIC: Rename SSL_tick etc. in s_client
2023-05-29 Hugo LandauQUIC: Rename SSL_tick etc. in man(7) docs
2023-05-29 Hugo LandauQUIC: Update documentation to reflect compatibility...
2023-05-29 Hugo LandauQUIC APL: Allow DTLSv1 APIs to be used for compatibility
2023-05-29 Hugo LandauQUIC: Update documentation for SSL_get_event_timeout
2023-05-29 Hugo LandauQUIC APL: Change SSL_get_event_timeout API design
2023-05-29 Hugo LandauQUIC: Rename SSL_tick, SSL_get_tick_timeout
2023-05-29 Hugo LandauQUIC Documentation: Rename SSL_tick, SSL_get_tick_timeout
2023-05-25 Anis-cpu-13Replace __attribute__((malloc)) with __attribute__...
2023-05-25 Watson LaddClarify how to return string data
2023-05-25 minyong.haFix a bug where the result of rehash is unstable
2023-05-25 Dr. David von... APPS: replace awkward and error-prone pattern by calls...
2023-05-25 Dr. David von... APPS: replace awkward and error-prone pattern by calls...
2023-05-25 Dr. David von... APPS/ca: remove spurious errors when certain config...
2023-05-24 Matt CaswellCreate internal/ssl.h
2023-05-24 Matt CaswellRename msg_callback_s to msg_callback_ssl for greater...
2023-05-24 Matt CaswellUse the %llu format specifier for uint64_t
2023-05-24 Matt CaswellCreate setter functions for the msg_callback and msg_ca...
2023-05-24 Matt CaswellAdd a test for the new QUIC tracing capability
2023-05-24 Matt CaswellFix an SSL_trace bug
2023-05-24 Matt CaswellUpdate the msg_callback documentation
2023-05-24 Matt CaswellAdd more trace details for the remaining frame types
2023-05-24 Matt CaswellProperly handling stream/crypto frames while tracing
2023-05-24 Matt CaswellEnable tracing of datagrams we have sent
2023-05-24 Matt CaswellEnable tracing of packets that have been sent
2023-05-24 Matt CaswellExtend tracing of frames to transmitted frames
2023-05-24 Matt CaswellSupport trace for QUIC Frames
2023-05-24 Matt CaswellSupport trace for QUIC Packets
2023-05-24 Matt CaswellSupport trace for QUIC datagrams
2023-05-24 Matt CaswellAdd initial QUIC support for the msg_callback
2023-05-24 Hugo LandauResolve a djgpp function name conflict
2023-05-24 Hugo LandauAdd note about Windows LONG
2023-05-24 Hugo LandauMake testutil text output functions thread safe (tsan)
2023-05-24 Hugo LandauQUIC APL: Unlock mutex before freeing (clang tsan error)
2023-05-24 Hugo LandauRemove an unused variable (clang 16 warning)
2023-05-24 Hugo LandauQUIC: Add to threads sanitizer CI
2023-05-24 Hugo LandauQUIC Glossary: Add QCTX
2023-05-24 Hugo LandauAdd no-threads build to CI
2023-05-24 Hugo LandauQUIC: Fix bugs where threading is disabled
2023-05-24 Hugo LandauQUIC TSERVER: Use a random port in the tserver test
2023-05-24 Hugo LandauQUIC MSMT: macOS robustness fixes
2023-05-24 Hugo LandauQUIC APL: Make SSL_get_error per-stream, error raising...
2023-05-24 Hugo LandauQUIC MSMT TESTS: Add tests to exercise MAX_STREAMS
2023-05-24 Hugo LandauQUIC RXDP: Ensure all stream-related frames autocreate...
2023-05-24 Hugo LandauQUIC FC: Correct operation of stream count mode
2023-05-24 Hugo LandauQUIC QSM: Correct the logic for determining stream...
2023-05-24 Hugo LandauQUIC QSM: Allow QSM to know if we are in the server...
2023-05-24 Hugo LandauQUIC MSMT: Stress tests, support for repeating test...
2023-05-24 Hugo LandauQUIC MSMT: Add a basic multithreading test
2023-05-24 Hugo LandauQUIC MSMT: Revise tests to support multithreading
2023-05-24 Hugo LandauQUIC TSERVER: Allow detection of new incoming streams
2023-05-24 Richard LevitteDrop the last reference of SHLIB_EXT
2023-05-24 lan1120Fix incorrect parameter verification in EVP_MD_CTX_get_...
2023-05-23 Richard Levittedoc/fingerprints.txt: Add the OpenSSL OMC PGP key finge...
2023-05-23 Dmitry BelyavskiyIf oaep_md is not initialized, correctly initialize it
2023-05-22 Tomas MrazUpdate the FIPS checksums
next