summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* Make the data field for get_record() constMatt Caswell2023-04-121-1/+1
* Add support for rstream get/release record in the QUIC TLS layerMatt Caswell2023-04-121-3/+12
* Revert "Fix Timing Oracle in RSA decryption"Bernd Edlinger2023-04-041-6/+0
* Make sure we can query the SSL object for version info when using QUICMatt Caswell2023-04-042-0/+6
* FFC cleanupsslontis2023-04-031-1/+1
* QUIC Thread Assisted mode: miscellaneous fixesHugo Landau2023-03-301-1/+0
* QUIC Thread Assisted Mode: Fix typos and use of CRYPTO_RWLOCK typeHugo Landau2023-03-301-1/+1
* QUIC Thread Assisted Mode: Support Windows XPHugo Landau2023-03-301-0/+4
* Minor fixes to thread assisted modeHugo Landau2023-03-301-0/+4
* Enhance quic_tserver test to fully test thread assisted modeHugo Landau2023-03-301-0/+7
* QUIC CHANNEL: Allow time source to be overriddenHugo Landau2023-03-303-0/+17
* QUIC TXP: Allow caller to determine if an ACK-eliciting packet was sentHugo Landau2023-03-301-1/+5
* Switch to using ossl_crypto_mutex from CRYPTO_RWLOCKHugo Landau2023-03-301-2/+8
* Add channel-only tick mode and use it for thread assisted modeHugo Landau2023-03-301-3/+9
* QUIC Thread Assist CoreHugo Landau2023-03-301-0/+97
* Add locking to QUIC front-endHugo Landau2023-03-301-0/+21
* Move channel mutex out of QUIC_CHANNEL for init/teardown flexibilityHugo Landau2023-03-301-27/+26
* Annotate functions needing lockingHugo Landau2023-03-301-0/+4
* QUIC Channel: Add a mutexHugo Landau2023-03-302-0/+37
* QUIC Reactor: Allow a mutex to be released during waitsHugo Landau2023-03-301-1/+10
* threading: Add ossl_crypto_condvar_wait_timeoutHugo Landau2023-03-302-0/+6
* SM4 check should be for __aarch64__, not __ARM_MAX_ARCH__ >= 8Tom Cosgrove2023-03-291-14/+12
* fips: rework the option handling codePauli2023-03-292-1/+11
* RFC7250 (RPK) supportTodd Short2023-03-285-20/+69
* CMP add: fix -reqin option, which requires adding OSSL_CMP_MSG_update_recipNo...Dr. David von Oheimb2023-03-251-0/+1
* Do not build P10-specific AES-GCM assembler on macOSEvan Miller2023-03-221-2/+2
* QUIC: Add support for datagram injectionHugo Landau2023-03-222-0/+8
* cmp: fix --strict-warnings windows buildsFdaSilvaYY2023-03-211-1/+1
* nit: tidy-up code, and fix a typo.FdaSilvaYY2023-03-211-2/+2
* thread: remove remnants of ossl_crypto_mem_barrierČestmír Kalina2023-03-211-2/+0
* Add a simple QUIC test for blocking modeMatt Caswell2023-03-201-0/+3
* Fix SSL_has_pending() for QUIC connectionsMatt Caswell2023-03-201-0/+1
* Provide better errors for some QUIC failuresMatt Caswell2023-03-201-1/+2
* providers: add Argon2 KDFČestmír Kalina2023-03-172-1/+7
* e_os2: add ossl_static_assert_type_eqČestmír Kalina2023-03-171-0/+9
* proverr: add PROV_R_{INVALID_MEMORY_SIZE,INVALID_THREAD_POOL_SIZE}Čestmír Kalina2023-03-171-0/+2
* riscv: Clean up extension test macrosChristoph Müllner2023-03-162-3/+5
* Add a flag so finalised contexts are not reusedSimo Sorce2023-03-152-1/+3
* Add option to FIPS module to enforce EMS check during KDF TLS1_PRF.slontis2023-03-073-6/+16
* Improve the QUIC_RSTREAM implementationTomas Mraz2023-03-063-1/+382
* VMS knows POSIX threads too!Richard Levitte2023-03-061-0/+2
* Remove ossl_rsa_pss_params_30_set_maskgenalg().slontis2023-03-011-2/+0
* Fix potential infinite loops in ECDSA signing.slontis2023-03-012-2/+3
* Fix infinite loops in DSA sign code.slontis2023-03-012-2/+3
* Add OSSL_FUNC_keymgmt_im/export_types function that gets the provider contextIngo Franzki2023-02-241-0/+8
* first cut at sigalg loadingMichael Baentsch2023-02-241-0/+15
* Add const to some test tserver functionsMatt Caswell2023-02-221-4/+4
* Rename various functions OSSL_QUIC_FAULT -> QTEST_FAULTMatt Caswell2023-02-222-10/+8
* Don't treat the Tserver as connected until the handshake is confirmedMatt Caswell2023-02-222-1/+2
* Add a test for a server that doesn't provide transport paramsMatt Caswell2023-02-221-2/+4