summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2021-05-19apps/cms.c: Make -sign and -verify handle binary inputDr. David von Oheimb
2021-05-18Move ossl_sleep() to e_os.h and use it in appsDr. David von Oheimb
2021-05-18seal: make EVP_SealInit() library context awarePauli
2021-05-18test: conditionally exclude unused code for no-tls1.2 buildPauli
2021-05-17Add SSL_OP_ALLOW_CLIENT_RENEGOTIATIONRich Salz
2021-05-17Fix compiler error when using config option 'enable-acvp-tests'Shane Lontis
2021-05-16Adapt 80-test_cmp_http.t and its data for random accept portsRichard Levitte
2021-05-15Add extensive test coverage for SSL_get_negotiated_group()Benjamin Kaduk
2021-05-15move group lists out of test_key_exchange() in preparation for reuseBenjamin Kaduk
2021-05-15Extend SSL_get_negotiated_group() tests for TLS 1.2Benjamin Kaduk
2021-05-15Regenerate testsid.pemBenjamin Kaduk
2021-05-15Load the default provider into the p_test provider laterMatt Caswell
2021-05-15Fix a memleak on an error path in the pkcs12 test helpersMatt Caswell
2021-05-14Add OSSL_ prefix to HTTP_DEFAULT_MAX_{LINE_LENGTH,RESP_LEN}Dr. David von Oheimb
2021-05-14HTTP: Implement persistent connections (keep-alive)Dr. David von Oheimb
2021-05-13Implement pem_read_key directly through OSSL_DECODERTomas Mraz
2021-05-13test: fix thread test config file problemPauli
2021-05-13Export/import flags for FFC params changed to seperate fields.Shane Lontis
2021-05-12Update expected results for tls13kexmodes testsBenjamin Kaduk
2021-05-12HTTP client: Minimal changes that include the improved APIDr. David von Oheimb
2021-05-12Allow arbitrary digests with ECDSA and DSATomas Mraz
2021-05-12property: add test case for setting default user properties before fetchingMatt Caswell
2021-05-1180-test_cmp_http.t: Improve fuzzing exclusion pattern - fixup!Dr. David von Oheimb
2021-05-11Add additional testing of child libctx/providersMatt Caswell
2021-05-11Add support for child provider to up_ref/free their parentMatt Caswell
2021-05-11Add a test to check that child provider callbacks are workingMatt Caswell
2021-05-11Add a test for OSSL_LIB_CTX_new_child()Matt Caswell
2021-05-11Add the concept of a child OSSL_LIB_CTXMatt Caswell
2021-05-11Add the ability for ex_data to have a priorityMatt Caswell
2021-05-11Add convenience functions and macros for asymmetric key generationDr. David von Oheimb
2021-05-11Tests for creating req from PKCS8 keys with extra attrsDmitry Belyavskiy
2021-05-11Reduce the runtime/output from the gmdiff testPauli
2021-05-10Fix i2d_PKCS8PrivateKey_nid_bio() regression.Shane Lontis
2021-05-09Mark pop/clear error stack in der2key_decode_p8Daniel Bevenius
2021-05-09Test oct2point for hybrid point encoding of (0, y)Theo Buehler
2021-05-0880-test_cmp_http.t: Improve fuzzing exclusion patternDr. David von Oheimb
2021-05-08Add quick one-shot EVP_Q_mac() and deprecation compensation decls for MAC fun...Dr. David von Oheimb
2021-05-08apps/mac: Add digest and cipher command line optionsPauli
2021-05-08apps: remove initial newline from mac outputPauli
2021-05-08apps: add mac, cipher and digest arguments to the kdf applet.Pauli
2021-05-07test: add a provider load/unload cache flush test.Pauli
2021-05-07Fixes #14662. Return all EC parameters even for named curvesJon Spillett
2021-05-07Fixes #15070. Allow custom algorithm ID ASN.1 encoding for provided ciphersJon Spillett
2021-05-06evp_extra_test: Avoid potential double free of paramsTomas Mraz
2021-05-06Update copyright yearMatt Caswell
2021-05-06Add some tests for -inform/keyform enforcementTomas Mraz
2021-05-06Make the -inform option to be respected if possibleTomas Mraz
2021-05-05APPS: Slightly extend and improve documentation of the opt_ APIDr. David von Oheimb
2021-05-05adapt tests to SSL_OP_LEGACY_SERVER_CONNECT changeBenjamin Kaduk
2021-05-05mac: allow XOF MACs to be specified either via control or via the dedicated f...Pauli