summaryrefslogtreecommitdiffstats
path: root/oqs-provider (unfollow)
Commit message (Expand)AuthorFilesLines
2024-11-08Add a test for setting TLSv1.2 ciphersuites on a QUIC objectMatt Caswell1-1/+11
2024-11-08Don't complain with "no cipher match" for QUIC objectsMatt Caswell1-3/+5
2024-11-07Add a test for the new_session_cb from a QUIC objectMatt Caswell1-0/+72
2024-11-07Make sure we use the correct SSL object when making a callbackMatt Caswell16-72/+87
2024-11-07Keep hold of a reference to the user SSL in QUICMatt Caswell4-5/+17
2024-11-07Bugfixes for params to legacy control translations for EC parametersVladimirs Ambrosovs1-1/+11
2024-11-07Adjust naming authority formatting when printing out admission extensionoleg.hoefling1-18/+16
2024-11-07Fix memory leak on failure in copy_issuer()Niels Dossche1-1/+2
2024-11-05Remove unnecessary sk_GENERAL_NAME_free() calls on NULLNiels Dossche1-3/+0
2024-11-05x509: add a newline after printing Full NameCeleste Liu1-0/+1
2024-11-05interop-tests.yml: Update to Fedora 40 and fix provisioning breakageTomas Mraz1-2/+2
2024-11-05Fix uses of `EVP_PKEY_Q_keygen` with `size_t` variadic argumentArtSin4-4/+4
2024-11-05Fix the default_md example in the ca docsMatt Caswell1-1/+1
2024-11-04Document extensibility of -groups parameter via providersMichael Baentsch1-5/+8
2024-11-04Remove two unused union members from struct x509_object_st.Gábor Tóthvári2-4/+2
2024-11-04Use correct alerts for some cert comp errorsTodd Short1-4/+12
2024-11-04Support DEFAULT keyword and '-' prefix in SSL_CTX_set1_groups_list()Frederik Wedel-Heinen4-13/+130
2024-11-04APPS/pkeyutl: strengthen error message on too long sign/verify inputDr. David von Oheimb1-6/+8
2024-11-04APPS/pkeyutl: -digest implies -rawin and can only be used with -sign and -verifyDr. David von Oheimb3-19/+25
2024-11-04APPS/pkeyutl: improve -rawin usability (implied by Ed25519 and Ed448) and docDr. David von Oheimb4-57/+122
2024-11-04CHANGES.md: re-word 'app' to 'command' and 'apps' to 'commands' for consistencyDr. David von Oheimb1-5/+6
2024-11-04apps/speed.c: Fix the benchmarking for AEAD ciphersMohammed Alhabib1-75/+285
2024-11-04apps: Change default cipher to aes-256-cbc for req, cms and smime appsAditya8-33/+31
2024-11-01Fix incorrect openssl-smime doc sample command for encryptZheyu Shen1-2/+2
2024-10-31speed.c: Check for 0 block sizeTomas Mraz1-1/+6
2024-10-30Fix potential memory leak in OSSL_HPKE_CTX_new()Niels Dossche1-0/+1
2024-10-30test: Add test cases for req -cipher optionAditya2-2/+51
2024-10-30req: Add -cipher option to specify private key encryption cipherAditya2-1/+22
2024-10-30Remove sslkeylog file setup from quic-hq-interopNeil Horman1-97/+0
2024-10-30fix: util/check-format-commit.sh - fix ending checkRichard Levitte1-1/+1
2024-10-30output negotiated TLS1.3 groupMichael Baentsch1-5/+6
2024-10-28speed.c: Check block size before running EVP_Cipher_loop()Tomas Mraz1-0/+23
2024-10-28test_speed: Explicitly test the crashing command line on sparcTomas Mraz1-2/+7
2024-10-28Fix builds on riscv64 using muslMatt Caswell1-1/+8
2024-10-28Fix ambiguous output of Signature AlgorithmsBernd Edlinger1-2/+22
2024-10-26check-format-commit.sh: various improvements; check unstaged changes on empty...Dr. David von Oheimb1-79/+67
2024-10-26check-format-commit.sh: make awk patterns more robust for MacOS and certain f...Dr. David von Oheimb1-5/+5
2024-10-24Dependabot updatedependabot[bot]1-1/+1
2024-10-24github: add fips configuration, with legacy transitions turned offDimitri John Ledkov1-0/+1
2024-10-24fips no-des: compile out TDES KATDimitri John Ledkov1-0/+4
2024-10-24tls_common.c: Align the calculation of maximal alignment valueFrederik Wedel-Heinen1-7/+7
2024-10-23Do not confuse TAP::Parser by mixing up stderr with stdout.Alexandr Nedvedicky1-1/+7
2024-10-23Dependabot: no longer set an "approval: otc review pending" labelKurt Roeckx1-1/+0
2024-10-23Fix missing sendmmsg/recvmmsg on AIXTomas Mraz1-1/+1
2024-10-23TRACE: automatically respect disabled categoriesDr. David von Oheimb2-3/+7
2024-10-23Fix memory leaks in ossl_quic_calculate_retry_integrity_tag()Niels Dossche1-5/+5
2024-10-23Improve documentation about duplicate algorithm registrationsMichael Baentsch3-2/+21
2024-10-23s390x: Don't probe crypto cards for ME/CRT offloading during initializationIngo Franzki3-50/+39
2024-10-23work around oqsprovider out-of-source build bugMichael Baentsch2-2/+72
2024-10-23Updated oqsprovider to v0.7.0Michael Baentsch3-51/+0