summaryrefslogtreecommitdiffstats
path: root/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add PBKDF1 to the legacy providerJon Spillett2021-05-244-49/+276
* Rename the field 'provctx and data' to 'algctx' inside some objects containingShane Lontis2021-05-242-3/+3
* test: fix typo in comment in threadstest.cPauli2021-05-241-1/+1
* test: add test case to reliably reproduce RAND leak during POSTPauli2021-05-245-68/+160
* 80-test_cmp_http: Invert and correct the logic of success vs. failure exitDr. David von Oheimb2021-05-226-286/+286
* apps/cms.c: Correct -sign output and -verify input with -binaryDr. David von Oheimb2021-05-222-10/+11
* property: convert integers to strings properly.Pauli2021-05-221-44/+41
* test/params_conversion_test.c: fix the use of strtoumax and strtoimax on VMSRichard Levitte2021-05-221-0/+5
* Include "internal/numbers.h" in test programs using SIZE_MAXRichard Levitte2021-05-222-0/+2
* HMAC doesn't work with a default digestDmitry Belyavskiy2021-05-211-1/+15
* CMP test server: move apps/{,lib/}cmp_mock_srv.c and apps/{,include/}cmp_mock...Dr. David von Oheimb2021-05-202-2/+2
* Update copyright yearMatt Caswell2021-05-204-4/+4
* test/evp_extra_test2.c: Try EVP_PKEY_export() with a legacy RSA keyRichard Levitte2021-05-201-7/+33
* Ensure mirroring of properties works for subsequent updatesMatt Caswell2021-05-202-0/+36
* Test that properties are mirrored as we expectMatt Caswell2021-05-203-4/+41
* Add a test for converting a property list to a stringMatt Caswell2021-05-201-0/+56
* Test d2i_PrivateKey_bio() does not add errors to stack when decoding a X25519...Shane Lontis2021-05-201-10/+33
* Test new SSL_new_session_ticket() functionalityBenjamin Kaduk2021-05-191-3/+23
* danetest.c: Improve code formattingDr. David von Oheimb2021-05-191-11/+9
* 80-test_cms.t: Disable new tests for binary input in WindowsDr. David von Oheimb2021-05-191-0/+1
* apps/cms.c: Make -sign and -verify handle binary inputDr. David von Oheimb2021-05-192-3/+44
* Move ossl_sleep() to e_os.h and use it in appsDr. David von Oheimb2021-05-181-2/+1
* seal: make EVP_SealInit() library context awarePauli2021-05-181-4/+14
* test: conditionally exclude unused code for no-tls1.2 buildPauli2021-05-181-1/+3
* Add SSL_OP_ALLOW_CLIENT_RENEGOTIATIONRich Salz2021-05-174-9/+55
* Fix compiler error when using config option 'enable-acvp-tests'Shane Lontis2021-05-171-6/+9
* Adapt 80-test_cmp_http.t and its data for random accept portsRichard Levitte2021-05-164-25/+32
* Add extensive test coverage for SSL_get_negotiated_group()Benjamin Kaduk2021-05-161-0/+225
* move group lists out of test_key_exchange() in preparation for reuseBenjamin Kaduk2021-05-161-8/+8
* Extend SSL_get_negotiated_group() tests for TLS 1.2Benjamin Kaduk2021-05-161-4/+7
* Regenerate testsid.pemBenjamin Kaduk2021-05-161-2/+2
* Load the default provider into the p_test provider laterMatt Caswell2021-05-151-29/+30
* Fix a memleak on an error path in the pkcs12 test helpersMatt Caswell2021-05-151-17/+12
* Add OSSL_ prefix to HTTP_DEFAULT_MAX_{LINE_LENGTH,RESP_LEN}Dr. David von Oheimb2021-05-141-2/+2
* HTTP: Implement persistent connections (keep-alive)Dr. David von Oheimb2021-05-142-79/+196
* Implement pem_read_key directly through OSSL_DECODERTomas Mraz2021-05-132-11/+28
* test: fix thread test config file problemPauli2021-05-132-8/+17
* Export/import flags for FFC params changed to seperate fields.Shane Lontis2021-05-131-16/+3
* Update expected results for tls13kexmodes testsBenjamin Kaduk2021-05-121-7/+5
* HTTP client: Minimal changes that include the improved APIDr. David von Oheimb2021-05-122-22/+23
* Allow arbitrary digests with ECDSA and DSATomas Mraz2021-05-121-5/+7
* property: add test case for setting default user properties before fetchingMatt Caswell2021-05-123-5/+150
* 80-test_cmp_http.t: Improve fuzzing exclusion pattern - fixup!Dr. David von Oheimb2021-05-111-1/+1
* Add additional testing of child libctx/providersMatt Caswell2021-05-112-2/+60
* Add support for child provider to up_ref/free their parentMatt Caswell2021-05-111-1/+1
* Add a test to check that child provider callbacks are workingMatt Caswell2021-05-111-10/+31
* Add a test for OSSL_LIB_CTX_new_child()Matt Caswell2021-05-113-10/+140
* Add the concept of a child OSSL_LIB_CTXMatt Caswell2021-05-111-1/+1
* Add the ability for ex_data to have a priorityMatt Caswell2021-05-111-0/+1
* Add convenience functions and macros for asymmetric key generationDr. David von Oheimb2021-05-116-56/+18