summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Standardise type for epochMatt Caswell2022-08-181-1/+1
* Remove some redundant codeMatt Caswell2022-08-181-4/+0
* Update the tls13encryptiontest for new read record layerMatt Caswell2022-08-181-13/+21
* Move some fields out of the SSL object and into the record layer objectMatt Caswell2022-08-181-4/+4
* Move some DTLS read code into the read record layerMatt Caswell2022-08-181-17/+5
* Move the sequence number into the OSSL_RECORD_LAYER objectMatt Caswell2022-08-181-4/+5
* Update the oqs-provider submodule to a more recent commitMatt Caswell2022-08-181-4/+0
* Add a test for read_ahead data crossing a key changeMatt Caswell2022-08-181-0/+69
* Implement KTLS in the new read record layer codeMatt Caswell2022-08-181-3/+2
* Ensure various SSL options are passed down to the record layerMatt Caswell2022-08-181-0/+12
* Convert ssl3_get_record to tls_read_recordMatt Caswell2022-08-181-5/+18
* Add a DTLSv1_listen() testMatt Caswell2022-08-185-17/+107
* cms: Create test for for purpose verification in cms applicationLutz Jaenicke2022-08-184-1/+113
* X509: add tests for purpose code signing in verify applicationLutz Jaenicke2022-08-189-3/+150
* Add testcases for EVP_PKEY_get1_encoded_public_keyTomas Mraz2022-08-181-0/+12
* Fix ossl_x509v3_cache_extensions(): EXFLAG_NO_FINGERPRINT should not be an errorDr. David von Oheimb2022-08-182-16/+7
* Don't incorrectly skip the multiblock testMatt Caswell2022-08-171-1/+1
* SHAKE documentation updates for default output length.slontis2022-08-171-1/+27
* APPS: genrsa: Support setting propertiesClemens Lang2022-08-171-1/+12
* APPS: dgst: Support properties when signingClemens Lang2022-08-171-1/+13
* TEST: Check property query support of apps/pkeyClemens Lang2022-08-172-1/+32
* APPS: pkeyparam: Support setting propertiesClemens Lang2022-08-171-1/+14
* APPS: ecparam: Support setting propertiesClemens Lang2022-08-171-1/+19
* APPS: dhparam: Support setting propertiesClemens Lang2022-08-171-2/+32
* test/timing_load_creds.c: fix coding style and other (mostly minor) issuesDr. David von Oheimb2022-08-161-47/+82
* Rename the "timing" program to "timing_load_creds" and integrate it with test...Dr. David von Oheimb2022-08-164-5/+9
* Add a stand-alone "timing" programRich Salz2022-08-163-0/+214
* Fix asan finding in bio_tfo_testJuergen Christ2022-08-121-0/+2
* Make OSSL_TIME a structurePauli2022-08-122-15/+27
* test/evp_test: Test if EVP_DigestSign() set signature's length.Sebastian Andrzej Siewior2022-08-041-0/+2
* Add test for EC_KEY_set_private_key()Roberto Hueso Gomez2022-08-041-0/+34
* Free up space in the session cache before adding.Todd Short2022-08-011-0/+26
* Test that swapping the first app data record with Finished msg worksMatt Caswell2022-08-013-0/+122
* Implement AES-GCM-SIV (RFC8452)Todd Short2022-07-293-1/+422
* QUIC Frame Encoding and Decoding FunctionsHugo Landau2022-07-293-1/+1388
* test_external_oqsprovider: Use working checkout of liboqsTomas Mraz2022-07-281-1/+2
* SSL object refactoring using SSL_CONNECTION objectTomas Mraz2022-07-285-42/+71
* Add a test for BIO_s_mem() when using datagramsMatt Caswell2022-07-283-1/+140
* 80-test_cmp_http.t: fix adaption of plan on 'certstatus' aspect of Mock serverDr. David von Oheimb2022-07-261-1/+1
* Fix no-dtls1_2Matt Caswell2022-07-251-0/+6
* Add test from "Fix re-signing certificates with different key sizes"Todd Short2022-07-221-1/+56
* Fix a crash in v2i_IPAddrBlocks()Matt Caswell2022-07-221-0/+99
* Add OSSL_CMP_CTX_get0_validatedSrvCert(), correcting OSSL_CMP_validate_msg()Dr. David von Oheimb2022-07-202-6/+18
* Coverity 1507372: explicit null dereferencePauli2022-07-201-3/+2
* libcrypto and test: rename asn1_string_to_time_t to ossl_asn1_string_to_time_tDr. David von Oheimb2022-07-192-3/+3
* ossl_ffc_params_copy: Copy the keylength tooTomas Mraz2022-07-181-0/+34
* Test that we generate a short private key for known DH primeTomas Mraz2022-07-181-0/+10
* dhparam_test: Test that we add private key length on generation and print itTomas Mraz2022-07-181-8/+16
* dh_to_text: Print the dh->length if setTomas Mraz2022-07-182-0/+2
* Use as small dh key size as possible to support the securityTomas Mraz2022-07-181-3/+8