summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-05-06Prepare for release of 3.0 alpha 16openssl-3.0.0-alpha16Matt Caswell
2021-05-06Update copyright yearMatt Caswell
2021-05-06Update the FIPS checksumsMatt Caswell
2021-05-06Add some tests for -inform/keyform enforcementTomas Mraz
2021-05-06Document the behavior of the -inform and related optionsTomas Mraz
2021-05-06provider-storemgmt: Document the input-type and properties parameters.Tomas Mraz
2021-05-06Update gost-engine to make it compatible with the added paramsTomas Mraz
2021-05-06Make the -inform option to be respected if possibleTomas Mraz
2021-05-06try to document changes in salt handling for the 'enc' commandEasySec
2021-05-06change salt handling, way 1EasySec
2021-05-06coverity: fix 1478169: dereference after NULL checkPauli
2021-05-06Remove all trace of FIPS_mode functionsRich Salz
2021-05-05Deprecate X509{,_CRL}_http_nbio() and simplify their definitionDr. David von Oheimb
2021-05-05APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb
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-05Correct ssl_conf logic for "legacy_server_connect"Benjamin Kaduk
2021-05-05Enforce secure renegotiation support by defaultBenjamin Kaduk
2021-05-05Fix missing symbols in no-cms and no-ts buildTomas Mraz
2021-05-05mac: add EVP_MAC_finalXOF() functionPauli
2021-05-05mac: allow XOF MACs to be specified either via control or via the dedicated f...Pauli
2021-05-05mac: update life-cycle description and diagrams to include finalXOFPauli
2021-05-05doc: document EVP_MAC_finalXOF()Pauli
2021-05-05Add .includedir pragmaRich Salz
2021-05-05Allow absolute paths to be setRich Salz
2021-05-05Note that dhparam does support X9.42Rich Salz
2021-05-05cleanup where purpose is not needed in 25-test_verify.tDr. David von Oheimb
2021-05-05test/certs/setup.sh: Fix two glitchesDr. David von Oheimb
2021-05-05update test/certs/ee-pathlen.pem to contain SKID and AKIDDr. David von Oheimb
2021-05-05test/certs/setup.sh: structural cleanupDr. David von Oheimb
2021-05-05Fetch cipher-wrap after loading providers.Rich Salz
2021-05-05Fix KMAC bounds checks.Shane Lontis
2021-05-05Bump HMAC_MAX_MD_CBLOCK to 200 due to SHA-3Tomas Mraz
2021-05-05DOCS: Mention that libcrypto has helper functions for OSSL_PARAMsRichard Levitte
2021-05-04HTTP client: Correct the use of optional proxy URL and its documentationDr. David von Oheimb
2021-05-04testutil/load.c: Add checks for file(name) == NULLDr. David von Oheimb
2021-05-04BIO_eof() and OSSL_STORE_eof(): Make sure to return 1 on error; improve relat...Dr. David von Oheimb
2021-05-04OSSL_DECODER_from_bio() Prevent spurious decoding error at EOFDr. David von Oheimb
2021-05-04APPS load_key_certs_crls(): Correct the 'expect' arg calculation for OSSL_STO...Dr. David von Oheimb
2021-05-04OSSL_STORE_expect(): Improve error handling and documentationDr. David von Oheimb
2021-05-04OCSP: Minor improvements of documentation and header fileDr. David von Oheimb
2021-05-04fips-checksums: The define for fips module is FIPS_MODULETomas Mraz
2021-05-04Document the new core BIO public API supportMatt Caswell
2021-05-04Add a test for the public core bio APIMatt Caswell
2021-05-04Create libcrypto support for BIO_new_from_core_bio()Matt Caswell
2021-05-04Run coveralls daily and not exactly at midnightTomas Mraz
2021-05-04coveralls: Enable fips as it is disabled by defaultTomas Mraz
2021-05-04apps: Switch to X509_REQ_verify_exPetr Gotthard
2021-05-04test: fix failure with FIPS and no-des configured.Pauli
2021-05-04APPS: Add passphrase handling in the "rsa" and "dsa" commandsRichard Levitte