summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-11-26Prepare for release of 3.0 alpha 9openssl-3.0.0-alpha9Matt Caswell
2020-11-26Update copyright yearMatt Caswell
2020-11-26DOC: Add note on how to terminate an OSSL_PARAM arrayRichard Levitte
2020-11-25Fix no-rc2Matt Caswell
2020-11-25Remove deprecation warning suppression from genpkeyMatt Caswell
2020-11-25apps/cmp.c: fix crash with -batch option on OPENSSL_NO_UI_CONSOLEDr. David von Oheimb
2020-11-25apps/cmp.c: Improve description of key loaded due to -newkew optionDr. David von Oheimb
2020-11-25re-encrypt 81-test_cmp_cli_data/Mock/signer.p12 with AES-256-CBC (avoiding DES)Dr. David von Oheimb
2020-11-25Re-enable testing of ciphersuitesMatt Caswell
2020-11-25Fix RC4-MD5 based ciphersuitesMatt Caswell
2020-11-25Ensure Stream ciphers know how to remove a TLS MACMatt Caswell
2020-11-25Test that OSSL_STORE can load various types of paramsMatt Caswell
2020-11-25Test various deprecated PEM_read_bio_* APIsMatt Caswell
2020-11-25Don't forget the datatype when decoding a PEM fileMatt Caswell
2020-11-25APPS: Guard use of IPv6 functions and constants with a check of AF_INET6Richard Levitte
2020-11-24Undeprecate the -dsaparam option in the dhparam appMatt Caswell
2020-11-24Add missing ERR_load_KDF_strings(3) to util/missingcrypto111.txt as well.Richard Levitte
2020-11-24ERR: Rebuild all generated error headers and source filesRichard Levitte
2020-11-24Modify the ERR init functions to use the internal ERR string loadersRichard Levitte
2020-11-24ERR: Modify util/mkerr.pl to produce internal err string loadersRichard Levitte
2020-11-24Turn on Github CIMatt Caswell
2020-11-24Fix double-free in decoder_pkey.cPetr Gotthard
2020-11-24TEST: Make our test data binaryRichard Levitte
2020-11-23Move some libssl global variables into SSL_CTXMatt Caswell
2020-11-23Add a test for the dhparam CLI applicationMatt Caswell
2020-11-23Remove some unneeded variables from dhparamMatt Caswell
2020-11-23Add encoder support to dhparamMatt Caswell
2020-11-23Convert dhparam to be fully based on EVPMatt Caswell
2020-11-23Support for Android NDK r22-beta1Fred Hornsey
2020-11-23RSA: Fix guard mixupRichard Levitte
2020-11-22x509_vfy.c: Remove superfluous assignment to 'ret' in check_chain()Ankita Shetty
2020-11-20util/fix-deprecation: DEPRECATEDIN conversion util for public headersRichard Levitte
2020-11-20ossl_cmp_certreq_new(): Fix POPO key mismatch in case newPkey is just public keyDr. David von Oheimb
2020-11-20CMP: prevent misleading PKIStatusInfo output if not response availableDr. David von Oheimb
2020-11-20apps/cmp.c: Improve diagnostics on -server URL parse errorDr. David von Oheimb
2020-11-20apps/cmp.c: Add diagnostics on config file section(s) usedDr. David von Oheimb
2020-11-20apps.c: re-enable loading single certs and CRLs over HTTPDr. David von Oheimb
2020-11-20SSL: Change SSLerr() to ERR_raise()Richard Levitte
2020-11-20Fix crash in genpkey app when -pkeyopt digest:name is used for DH or DSA.Shane Lontis
2020-11-20Haiku system build fix.David Carlier
2020-11-20test RNG: set state to uninitialised as part of uninstantiate call.Pauli
2020-11-20disassociate test RNG from the DRBGsPauli
2020-11-20prov: move the entropy source out of the FIPS providerPauli
2020-11-20test: changes resulting from moving the entropy source out of the FIPS providerPauli
2020-11-20rand: move the entropy source out of the FIPS providerPauli
2020-11-20doc: Documentation changes for moving the entropy source out of the fips prov...Pauli
2020-11-19Add a test for setting, popping and clearing error marksMatt Caswell
2020-11-19Allow multiple nested marksMatt Caswell
2020-11-19Fix some warnings from clang 10 in params.cPauli
2020-11-19apps/pkcs12: Clean up the order in which many options are presentedDr. David von Oheimb