summaryrefslogtreecommitdiffstats
path: root/test/servername_test.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-02APPS: Add OSSL_STORE loader for engine keysRichard Levitte6-1/+230
2020-12-02Fix no-dtlsMatt Caswell1-1/+2
2020-12-02Fix a compile error with the no-sock optionMatt Caswell1-4/+3
2020-12-02openssl dgst: add option to specify output length for XOFDaiki Ueno3-13/+64
2020-12-02Adapt everything else to the updated OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte12-41/+31
2020-12-02ENCODER: Don't pass libctx to OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte3-7/+28
2020-12-02cmp_client.c: Fix indentation and remove empty lineAnkita Shetty1-4/+3
2020-12-02cmp_client.c: Remove dead code of variable 'txt' in cert_response()Ankita Shetty1-6/+1
2020-12-02Don't Overflow when printing Thawte Strong Extranet VersionMatt Caswell2-3/+15
2020-12-02Add EVP_KDF-X942 to the fips moduleShane Lontis22-196/+414
2020-12-02Fix s390 EDDSA HW support in providers.Shane Lontis1-2/+141
2020-12-02Print random seed on test failure.Pauli1-6/+9
2020-12-01Correct system guessing for darwin64-arm64 targetTim Hudson1-2/+2
2020-12-01apps/pkcs12.c: Correct default legacy algs and make related doc consistentDr. David von Oheimb2-19/+26
2020-12-01Fix simpledynamic.c - a typo and missed a headerKelvin Lee1-1/+2
2020-12-01TEST: Add a simple module loader, and test the FIPS module with itRichard Levitte3-0/+83
2020-12-01TEST: Break out the local dynamic loading code from shlibloadtest.cRichard Levitte4-83/+143
2020-12-01endecode_test.c: Add warning that 512-bit DH key size is for testing onlyDr. David von Oheimb1-1/+4
2020-12-01test cleanup: move helper .c and .h files to test/helpers/Dr. David von Oheimb42-89/+79
2020-12-01remove obsolete test/drbg_cavs_data.hDr. David von Oheimb1-88/+0
2020-12-01remove obsolete test/drbg_extra_test.hDr. David von Oheimb1-188/+0
2020-11-30RSA: correct digestinfo_ripemd160_der[]Richard Levitte1-4/+4
2020-11-30aes/asm/aesv8-armx.pl: avoid 32-bit lane assignment in CTR modeArd Biesheuvel1-14/+14
2020-11-30Fix builds that specify both no-dh and no-ecMatt Caswell6-48/+59
2020-11-30Fix TLS1.2 CHACHA20-POLY1305 ciphersuites with OPENSSL_SMALL_FOOTPRINTMatt Caswell1-5/+7
2020-11-30Fix instances of pointer addition with the NULL pointerMatt Caswell6-19/+33
2020-11-29endecode_test.c: Significant speedup in generating DH and DHX keysDr. David von Oheimb6-169/+242
2020-11-29Collapse two identical if statements into a single body.John Baldwin1-4/+0
2020-11-29Allow zero-byte writes to be reported as success.John Baldwin1-1/+9
2020-11-28TEST: Fix path length in test/ossl_store_test.cRichard Levitte1-1/+10
2020-11-28[DOC]Fix two broken links in INSTALL.md; Change name of zlib flag to the curr...Liang Liu1-2/+2
2020-11-28README: Move Travis link to .com from .org.J08nY1-2/+2
2020-11-28ERR: drop err_delete_thread_state() TODO markerRichard Levitte1-2/+1
2020-11-28ERR: Drop or deprecate dangerous or overly confusing functionsRichard Levitte6-96/+88
2020-11-27Fix no-engineMatt Caswell1-1/+1
2020-11-27X509_dup: fix copying of libctx and propq using new ASN1_OP_DUP_POST cb opera...Dr. David von Oheimb4-16/+40
2020-11-27asn1t.h: Improve comments documenting ASN1_ITYPE_... and the 'funcs' fieldDr. David von Oheimb1-54/+51
2020-11-27EVP_PKEY & DSA: Make DSA EVP_PKEY_CTX parameter ctrls / setters more availableRichard Levitte5-173/+193
2020-11-27Update bio_ok.cihsinme1-1/+1
2020-11-27Remove d2i_DHparams.pod and move documentation to d2i_RSAPrivateKey.podMatt Caswell2-44/+8
2020-11-27Updates the CHANGES.md entry regarding DH deprecationMatt Caswell1-4/+15
2020-11-27Convert DH deprecations to the new way of deprecating functionsMatt Caswell1-120/+117
2020-11-27Deprecate more DH functionsMatt Caswell4-50/+61
2020-11-27Don't test a deprecated function in a no-deprecated buildMatt Caswell1-2/+2
2020-11-27Remove fuzzing of deprecated functions in a no-deprecated buildMatt Caswell1-1/+1
2020-11-27Deprecate the DHparams and DHxparams PEM routinesMatt Caswell5-15/+21
2020-11-27Deprecate EVP_PKEY_assign_DH and other similar macrosMatt Caswell4-29/+10
2020-11-27Deprecate functions for getting and setting DH values in an EVP_PKEYMatt Caswell1-2/+2
2020-11-27Deprecate DH_new as well as i2d_DHparams and d2i_DHparamsMatt Caswell3-9/+14
2020-11-27TEST: Adapt test/errtest for the 'no-err' configurationRichard Levitte1-9/+26