summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add action to cross validate FIPS providersPauli2023-04-111-0/+228
* Ignore SIGPIPE if client closes connection abruptlyVishwa Pravin2023-04-061-0/+6
* Alternative fix for CVE-2022-4304Bernd Edlinger2023-04-046-69/+112
* Revert "Fix Timing Oracle in RSA decryption"Bernd Edlinger2023-04-046-670/+22
* Erase temporary buffer in EVP_PKEY_get_bn_param()Anatolii Lishchynskyi2023-04-041-1/+8
* Don't call OPENSSL_init_crypto from inside a RUN_ONCEMatt Caswell2023-04-041-3/+2
* Update the documentation for SSL_version et alMatt Caswell2023-04-041-4/+44
* Add a test for SSL_version(), SSL_get_version() etcMatt Caswell2023-04-042-0/+190
* Make sure we can query the SSL object for version info when using QUICMatt Caswell2023-04-044-0/+48
* FFC cleanupsslontis2023-04-039-85/+112
* Avoid calling into provider with the same iv_len or key_lenTomas Mraz2023-04-031-0/+8
* Fix compilation error when using clang-cl 16 or higherAnthony Roberts2023-04-031-1/+1
* Make DSA_sign() test for negative p,q,g values.slontis2023-03-313-2/+84
* Incorrect null pointer checkafshinpir2023-03-311-1/+1
* Fix mem leak in ECDSA_sign().slontis2023-03-313-3/+20
* doc: Fix typo in EVP_EncryptInit.podSamuel Lee (ENS/CRYPTO)2023-03-311-1/+1
* Provider-based KEM and SIG alg speed testing addedMichael Baentsch2023-03-312-27/+905
* /dev/crypto: Suppress warning when open /dev/crypto fails with ENXIO.Taylor R Campbell2023-03-311-1/+1
* Add a test for an app data record appearing before epoch change in DTLSMatt Caswell2023-03-313-108/+67
* Handle app data records from the next epochMatt Caswell2023-03-311-5/+3
* Coverity 1524597: null pointer dereferencePauli2023-03-301-7/+11
* Use correct function to wait for condvarHugo Landau2023-03-302-8/+7
* Revise build.infoHugo Landau2023-03-302-11/+9
* QUIC: Ensure locking when injecting datagramsHugo Landau2023-03-301-4/+14
* QUIC test fixHugo Landau2023-03-301-7/+15
* QUIC Thread Assisted mode: miscellaneous fixesHugo Landau2023-03-309-43/+43
* Refactor build.infoHugo Landau2023-03-301-2/+2
* QUIC Thread Assisted Mode: Refactor locking to be infallibleHugo Landau2023-03-303-26/+13
* QUIC Thread Assisted Mode: Fix typos and use of CRYPTO_RWLOCK typeHugo Landau2023-03-307-9/+9
* QUIC Thread Assisted Mode: Support Windows XPHugo Landau2023-03-307-37/+137
* Avoid races in tserver test codeHugo Landau2023-03-301-1/+18
* Minor fixes to thread assisted modeHugo Landau2023-03-304-3/+13
* QUIC Thread Assisted Mode: Add design documentHugo Landau2023-03-301-0/+104
* Enhance quic_tserver test to fully test thread assisted modeHugo Landau2023-03-305-16/+177
* QUIC CHANNEL: Fix idle timeout handlingHugo Landau2023-03-301-7/+8
* QUIC CHANNEL: Allow time source to be overriddenHugo Landau2023-03-308-9/+58
* QUIC TXP: Allow caller to determine if an ACK-eliciting packet was sentHugo Landau2023-03-303-11/+27
* Add basic test for thread assisted modeHugo Landau2023-03-301-10/+20
* Switch to using ossl_crypto_mutex from CRYPTO_RWLOCKHugo Landau2023-03-303-28/+33
* Add channel-only tick mode and use it for thread assisted modeHugo Landau2023-03-306-18/+27
* Front End for QUIC Thread Assisted ModeHugo Landau2023-03-302-10/+29
* QUIC Thread Assist CoreHugo Landau2023-03-304-0/+257
* Fix handshake lockingHugo Landau2023-03-301-40/+30
* Add mutex to tserverHugo Landau2023-03-301-0/+8
* Add locking to QUIC front-endHugo Landau2023-03-302-62/+188
* Move channel mutex out of QUIC_CHANNEL for init/teardown flexibilityHugo Landau2023-03-305-46/+70
* Annotate functions needing lockingHugo Landau2023-03-303-0/+20
* QUIC Channel: Add a mutexHugo Landau2023-03-304-0/+63
* QUIC Reactor: Allow a mutex to be released during waitsHugo Landau2023-03-303-7/+58
* threading: Add ossl_crypto_condvar_wait_timeoutHugo Landau2023-03-304-0/+69