summaryrefslogtreecommitdiffstats
path: root/test/CAtsa.cnf (unfollow)
Commit message (Expand)AuthorFilesLines
2020-11-12Optimize AES-XTS mode in OpenSSL for aarch64XiaokangQian3-0/+1468
2020-11-11apps/passwd: remove the -crypt option.Pauli4-52/+14
2020-11-11rsa_test: add return value checkPauli1-11/+13
2020-11-11Do not prepend $OPENSSL_CONF_INCLUDE to absolute include pathsTomas Mraz1-2/+9
2020-11-11Add ossl_is_absolute_path function to detect absolute pathsTomas Mraz2-4/+27
2020-11-11Avoid duplicate ends_with_dirsep functionsTomas Mraz4-30/+55
2020-11-11test/recipes/30-test_evp_libctx.t: use fips-and-base.cnfRichard Levitte1-1/+1
2020-11-11test/evp_libctx_test.c: use OSSL_ENCODER instead of i2d_PublicKey()Richard Levitte1-2/+11
2020-11-11test/endecode_test.c: Update to specify output structuresRichard Levitte2-85/+75
2020-11-11Adapt libcrypto functionality to specify the desired output structureRichard Levitte9-133/+142
2020-11-11PROV: Re-implement all the keypair encodersRichard Levitte5-223/+842
2020-11-11ENCODER: Add tracingRichard Levitte4-7/+86
2020-11-11ENCODER: Add output structure support for EVP_PKEY encodingRichard Levitte4-209/+287
2020-11-11ENCODER: Add support for OSSL_FUNC_encoder_does_selection()Richard Levitte4-8/+22
2020-11-11ENCODER: Add support for specifying the outermost output structureRichard Levitte7-48/+135
2020-11-11CORE: Add support for specifying the outermost object structureRichard Levitte2-5/+11
2020-11-11Convert all {NAME}err() in providers/ to their corresponding ERR_raise() callRichard Levitte8-64/+64
2020-11-11SSL: refactor all SSLfatal() callsRichard Levitte27-2181/+1055
2020-11-11SSL: refactor ossl_statem_fatal() and SSLfatal()Richard Levitte2-13/+16
2020-11-11Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() callRichard Levitte27-370/+340
2020-11-11OSSL_STORE: Make sure the called OSSL_DECODER knows what to expectRichard Levitte1-7/+32
2020-11-11PEM: Have pem_read_bio_key() set the OSSL_STORE expected typeRichard Levitte1-0/+3
2020-11-11Restore the legacy implementation of PEM_read_bio_DHparams()Richard Levitte2-61/+44
2020-11-11TEST: Adapt test/endecoder_test.cRichard Levitte1-0/+2
2020-11-11DH: Move the code to set the DH sub-typeRichard Levitte2-5/+7
2020-11-11Adapt libcrypto functionality to specify the desired input structureRichard Levitte2-13/+7
2020-11-11PROV: Re-implement all the keypair decodersRichard Levitte8-125/+582
2020-11-11DECODER: Add tracingRichard Levitte4-3/+41
2020-11-11DECODER: Add input structure support for EVP_PKEY decodingRichard Levitte3-10/+86
2020-11-11DECODER: Add support for OSSL_FUNC_decoder_does_selection()Richard Levitte3-3/+12
2020-11-11DECODER: Add support for specifying the outermost input structureRichard Levitte5-7/+87
2020-11-1125-test_x509.t: Re-add and improve a test on non-existence of ASN.1 parse errorsDr. David von Oheimb1-2/+6
2020-11-11cmp_msg.c: Use issuer of reference cert as default issuer entry in certTemplateDr. David von Oheimb3-6/+12
2020-11-11Add support for making all of KBKDF FixedInput fields optional.Shane Lontis4-16/+134
2020-11-10Remove some redundant error messages in the appsMatt Caswell1-8/+1
2020-11-10Fix the reading of DSA parameters files using the dsaparam appMatt Caswell3-12/+15
2020-11-10Document pkcs12 alg NONEPali Rohár1-0/+2
2020-11-10openssl-cmp.pod.in: Clean up doc of -verify_email, -verify_hostname, and -ver...Dr. David von Oheimb1-65/+28
2020-11-10openssl.pod: Improve doc of -verify_email, -verify_hostname, and -verify_ipDr. David von Oheimb1-6/+6
2020-11-10openssl-*.pod.in: Prevent newlines on empty engine_synopsis causing layout er...Dr. David von Oheimb33-67/+35
2020-11-10openssl-cmp.pod.in: Align order of options with apps/cmp.c; improve structuri...Dr. David von Oheimb1-115/+119
2020-11-10apps/cmp.c: Improve order of -path option: just after -serverDr. David von Oheimb1-5/+6
2020-11-10PEM: Always use PEM_def_callback() when cb == NULL in pem_read_bio_key()Richard Levitte1-5/+2
2020-11-10UI: Use OPENSSL_zalloc() in general_allocate_prompt()Richard Levitte1-1/+1
2020-11-10Fix REF_PRINT_COUNT argument in ecx_key_freeDaniel Bevenius1-1/+1
2020-11-08Remove test that breaks on AIX.Shane Lontis1-3/+1
2020-11-08This should fix a lock-order-inversionBernd Edlinger1-2/+3
2020-11-07test/evp_extra_test.c: Modify to reflect provider support in test_EVP_PKEY_checkRichard Levitte1-2/+2
2020-11-07EVP: Have all EVP_PKEY check functions export to provider if possibleRichard Levitte1-36/+41
2020-11-07Fix test/recipes/80-test_ca.t to skip_all properly in a subtestRichard Levitte1-9/+11