summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for release of 3.0 alpha 16openssl-3.0.0-alpha16Matt Caswell2021-05-063-4/+4
* Update copyright yearMatt Caswell2021-05-0680-80/+80
* Update the FIPS checksumsMatt Caswell2021-05-062-2/+2
* Add some tests for -inform/keyform enforcementTomas Mraz2021-05-064-8/+40
* Document the behavior of the -inform and related optionsTomas Mraz2021-05-0621-112/+79
* provider-storemgmt: Document the input-type and properties parameters.Tomas Mraz2021-05-061-0/+10
* Update gost-engine to make it compatible with the added paramsTomas Mraz2021-05-061-0/+0
* Make the -inform option to be respected if possibleTomas Mraz2021-05-0638-143/+212
* try to document changes in salt handling for the 'enc' commandEasySec2021-05-061-3/+7
* change salt handling, way 1EasySec2021-05-061-33/+41
* coverity: fix 1478169: dereference after NULL checkPauli2021-05-061-3/+11
* Remove all trace of FIPS_mode functionsRich Salz2021-05-0611-28/+3
* Deprecate X509{,_CRL}_http_nbio() and simplify their definitionDr. David von Oheimb2021-05-054-8/+19
* APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb2021-05-0553-57/+68
* APPS: Slightly extend and improve documentation of the opt_ APIDr. David von Oheimb2021-05-057-78/+98
* adapt tests to SSL_OP_LEGACY_SERVER_CONNECT changeBenjamin Kaduk2021-05-052-1/+3
* Correct ssl_conf logic for "legacy_server_connect"Benjamin Kaduk2021-05-053-2/+2
* Enforce secure renegotiation support by defaultBenjamin Kaduk2021-05-055-20/+14
* Fix missing symbols in no-cms and no-ts buildTomas Mraz2021-05-051-7/+1
* mac: add EVP_MAC_finalXOF() functionPauli2021-05-056-10/+50
* mac: allow XOF MACs to be specified either via control or via the dedicated f...Pauli2021-05-052-15/+92
* mac: update life-cycle description and diagrams to include finalXOFPauli2021-05-054-5/+15
* doc: document EVP_MAC_finalXOF()Pauli2021-05-051-3/+7
* Add .includedir pragmaRich Salz2021-05-057-15/+45
* Allow absolute paths to be setRich Salz2021-05-057-31/+55
* Note that dhparam does support X9.42Rich Salz2021-05-051-10/+6
* cleanup where purpose is not needed in 25-test_verify.tDr. David von Oheimb2021-05-051-67/+67
* test/certs/setup.sh: Fix two glitchesDr. David von Oheimb2021-05-053-12/+12
* update test/certs/ee-pathlen.pem to contain SKID and AKIDDr. David von Oheimb2021-05-051-9/+10
* test/certs/setup.sh: structural cleanupDr. David von Oheimb2021-05-051-41/+32
* Fetch cipher-wrap after loading providers.Rich Salz2021-05-052-15/+17
* Fix KMAC bounds checks.Shane Lontis2021-05-057-39/+66
* Bump HMAC_MAX_MD_CBLOCK to 200 due to SHA-3Tomas Mraz2021-05-051-1/+1
* DOCS: Mention that libcrypto has helper functions for OSSL_PARAMsRichard Levitte2021-05-051-0/+6
* HTTP client: Correct the use of optional proxy URL and its documentationDr. David von Oheimb2021-05-044-50/+48
* testutil/load.c: Add checks for file(name) == NULLDr. David von Oheimb2021-05-041-7/+4
* BIO_eof() and OSSL_STORE_eof(): Make sure to return 1 on error; improve relat...Dr. David von Oheimb2021-05-043-4/+4
* OSSL_DECODER_from_bio() Prevent spurious decoding error at EOFDr. David von Oheimb2021-05-041-4/+5
* APPS load_key_certs_crls(): Correct the 'expect' arg calculation for OSSL_STO...Dr. David von Oheimb2021-05-041-18/+16
* OSSL_STORE_expect(): Improve error handling and documentationDr. David von Oheimb2021-05-042-4/+11
* OCSP: Minor improvements of documentation and header fileDr. David von Oheimb2021-05-044-11/+16
* fips-checksums: The define for fips module is FIPS_MODULETomas Mraz2021-05-043-82/+82
* Document the new core BIO public API supportMatt Caswell2021-05-044-13/+106
* Add a test for the public core bio APIMatt Caswell2021-05-043-1/+124
* Create libcrypto support for BIO_new_from_core_bio()Matt Caswell2021-05-0410-6/+211
* Run coveralls daily and not exactly at midnightTomas Mraz2021-05-041-1/+1
* coveralls: Enable fips as it is disabled by defaultTomas Mraz2021-05-041-1/+1
* apps: Switch to X509_REQ_verify_exPetr Gotthard2021-05-041-1/+2
* test: fix failure with FIPS and no-des configured.Pauli2021-05-041-2/+2
* APPS: Add passphrase handling in the "rsa" and "dsa" commandsRichard Levitte2021-05-042-0/+28