summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* stack.c: add missing direct error reporting and improve coding styleDr. David von Oheimb2022-09-161-5/+8
* Add tests for trace_api.Daniel Fiala2022-09-163-0/+152
* Add documentation and test for EVP_PBE_alg_addDaniel Fiala2022-09-161-0/+31
* With fips provider 3.0.0 skip tests related to explicit curves handlingTomas Mraz2022-09-167-77/+178
* Fix default padding regression against 3.0.0 FIPS providerPauli2022-09-161-0/+2
* TDES: fix test with old FIPS providerPauli2022-09-161-0/+2
* evp_test: allow FIPS provider version based escapes in evp_testPauli2022-09-161-20/+110
* test: make unit tests FIPS provider version awarePauli2022-09-162-0/+101
* Add support for PBE using hmacWithSM3K12022-09-151-0/+40
* update oqsprovider/liboqs to v0.7.2Michael Baentsch2022-09-121-2/+1
* Fix tests when configured with -DOPENSSL_USE_IPV6=0Tom Cosgrove2022-09-121-6/+8
* Add some API tests for TLSv1.3 record paddingMatt Caswell2022-09-091-0/+122
* bio_dgram_test.c: Fix warning from older clang compilersTomas Mraz2022-09-091-5/+6
* Coverity: explicit null dereferencePauli2022-09-071-2/+14
* test/pkcs12_api_test.c: fix failure on MinGWxtkoba2022-09-051-1/+1
* list: add a doubly linked list type.Pauli2022-09-053-1/+181
* TX key update support, RX time and PN reporting, general refactoringHugo Landau2022-09-021-4/+592
* QUIC Record Layer (Refactor and TX Side)Hugo Landau2022-09-021-319/+735
* QUIC Demuxer and Record Layer (RX Side)Hugo Landau2022-09-024-3/+2467
* BIO_dgram support for BIO_sendmmsg/BIO_recvmmsgHugo Landau2022-09-013-1/+480
* Test that we ignore a bad record version in a plaintext TLSv1.3 recordMatt Caswell2022-08-291-2/+38
* Convert serverinfo in SSL_CTX_use_serverinfo() to v2.Daniel Fiala2022-08-261-55/+119
* Updates for OSSL_TIME changesHugo Landau2022-08-241-19/+22
* QUIC ACK Manager, Statistics Manager and Congestion Control APIHugo Landau2022-08-243-1/+1064
* Support decode SM2 parametersK12022-08-233-0/+14
* 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