summaryrefslogtreecommitdiffstats
path: root/test/ecdsatest.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-05-05adapt tests to SSL_OP_LEGACY_SERVER_CONNECT changeBenjamin Kaduk2-1/+3
2021-05-05Correct ssl_conf logic for "legacy_server_connect"Benjamin Kaduk3-2/+2
2021-05-05Enforce secure renegotiation support by defaultBenjamin Kaduk5-20/+14
2021-05-05Fix missing symbols in no-cms and no-ts buildTomas Mraz1-7/+1
2021-05-05mac: add EVP_MAC_finalXOF() functionPauli6-10/+50
2021-05-05mac: allow XOF MACs to be specified either via control or via the dedicated f...Pauli2-15/+92
2021-05-05mac: update life-cycle description and diagrams to include finalXOFPauli4-5/+15
2021-05-05doc: document EVP_MAC_finalXOF()Pauli1-3/+7
2021-05-05Add .includedir pragmaRich Salz7-15/+45
2021-05-05Allow absolute paths to be setRich Salz7-31/+55
2021-05-05Note that dhparam does support X9.42Rich Salz1-10/+6
2021-05-05cleanup where purpose is not needed in 25-test_verify.tDr. David von Oheimb1-67/+67
2021-05-05test/certs/setup.sh: Fix two glitchesDr. David von Oheimb3-12/+12
2021-05-05update test/certs/ee-pathlen.pem to contain SKID and AKIDDr. David von Oheimb1-9/+10
2021-05-05test/certs/setup.sh: structural cleanupDr. David von Oheimb1-41/+32
2021-05-05Fetch cipher-wrap after loading providers.Rich Salz2-15/+17
2021-05-05Fix KMAC bounds checks.Shane Lontis7-39/+66
2021-05-05Bump HMAC_MAX_MD_CBLOCK to 200 due to SHA-3Tomas Mraz1-1/+1
2021-05-05DOCS: Mention that libcrypto has helper functions for OSSL_PARAMsRichard Levitte1-0/+6
2021-05-04HTTP client: Correct the use of optional proxy URL and its documentationDr. David von Oheimb4-50/+48
2021-05-04testutil/load.c: Add checks for file(name) == NULLDr. David von Oheimb1-7/+4
2021-05-04BIO_eof() and OSSL_STORE_eof(): Make sure to return 1 on error; improve relat...Dr. David von Oheimb3-4/+4
2021-05-04OSSL_DECODER_from_bio() Prevent spurious decoding error at EOFDr. David von Oheimb1-4/+5
2021-05-04APPS load_key_certs_crls(): Correct the 'expect' arg calculation for OSSL_STO...Dr. David von Oheimb1-18/+16
2021-05-04OSSL_STORE_expect(): Improve error handling and documentationDr. David von Oheimb2-4/+11
2021-05-04OCSP: Minor improvements of documentation and header fileDr. David von Oheimb4-11/+16
2021-05-04fips-checksums: The define for fips module is FIPS_MODULETomas Mraz3-82/+82
2021-05-04Document the new core BIO public API supportMatt Caswell4-13/+106
2021-05-04Add a test for the public core bio APIMatt Caswell3-1/+124
2021-05-04Create libcrypto support for BIO_new_from_core_bio()Matt Caswell10-6/+211
2021-05-04Run coveralls daily and not exactly at midnightTomas Mraz1-1/+1
2021-05-04coveralls: Enable fips as it is disabled by defaultTomas Mraz1-1/+1
2021-05-04apps: Switch to X509_REQ_verify_exPetr Gotthard1-1/+2
2021-05-04test: fix failure with FIPS and no-des configured.Pauli1-2/+2
2021-05-04APPS: Add passphrase handling in the "rsa" and "dsa" commandsRichard Levitte2-0/+28
2021-05-04APPS: Set a default passphrase UI for the "ec" commandRichard Levitte1-0/+3
2021-05-04[TEMPORARY] make 'make update' verbose in ci.ymlRichard Levitte1-1/+1
2021-05-04GitHub CI: ensure that unifdef is installedRichard Levitte1-0/+4
2021-05-04FIPS module checksums: add scripts and Makefile ruleRichard Levitte6-0/+751
2021-05-04Unix build file: Add a target to create providers/fips.module.sourcesRichard Levitte2-0/+503
2021-05-04Add OpenSSL::Config::Query and use it in configdata.pmRichard Levitte2-2/+201
2021-05-04Windows build file: add forgotten quotes on POD->html command lineRichard Levitte1-1/+1
2021-05-04OpenSSL::Test: When prefixing command with $^X on Windows, fix it up!Richard Levitte1-1/+1
2021-05-02acvp-test: disable the ACVP testing code by defaultPauli2-2/+3
2021-05-01ssl: fix possible ref counting fields use before init.FdaSilvaYY1-7/+9
2021-05-01man: s_server: fix text repetition in -alpn descriptionHubert Kario1-1/+1
2021-05-01APPS: Document the core of the opt_ APIRich Salz4-7/+306
2021-05-01Use OCSP-specific error code for clarityDmitry Belyavskiy4-1/+6
2021-05-01Simplify AppVeyor configurationTomas Mraz1-15/+4
2021-05-01Add -latomic to threads enabled 32bit linux buildsTomas Mraz1-2/+8