aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-06Prepare for release of 3.0 alpha 16openssl-3.0.0-alpha16Matt Caswell3-4/+4
2021-05-06Update copyright yearMatt Caswell80-80/+80
2021-05-06Update the FIPS checksumsMatt Caswell2-2/+2
2021-05-06Add some tests for -inform/keyform enforcementTomas Mraz4-8/+40
2021-05-06Document the behavior of the -inform and related optionsTomas Mraz21-112/+79
2021-05-06provider-storemgmt: Document the input-type and properties parameters.Tomas Mraz1-0/+10
2021-05-06Update gost-engine to make it compatible with the added paramsTomas Mraz1-0/+0
2021-05-06Make the -inform option to be respected if possibleTomas Mraz38-143/+212
2021-05-06try to document changes in salt handling for the 'enc' commandEasySec1-3/+7
2021-05-06change salt handling, way 1EasySec1-33/+41
2021-05-06coverity: fix 1478169: dereference after NULL checkPauli1-3/+11
2021-05-06Remove all trace of FIPS_mode functionsRich Salz11-28/+3
2021-05-05Deprecate X509{,_CRL}_http_nbio() and simplify their definitionDr. David von Oheimb4-8/+19
2021-05-05APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb53-57/+68
2021-05-05APPS: Slightly extend and improve documentation of the opt_ APIDr. David von Oheimb7-78/+98
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