aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-11-26Update copyright yearMatt Caswell120-120/+120
2020-11-26DOC: Add note on how to terminate an OSSL_PARAM arrayRichard Levitte1-2/+12
2020-11-25Fix no-rc2Matt Caswell1-8/+12
2020-11-25Remove deprecation warning suppression from genpkeyMatt Caswell3-28/+35
2020-11-25apps/cmp.c: fix crash with -batch option on OPENSSL_NO_UI_CONSOLEDr. David von Oheimb3-7/+4
2020-11-25apps/cmp.c: Improve description of key loaded due to -newkew optionDr. David von Oheimb1-2/+3
2020-11-25re-encrypt 81-test_cmp_cli_data/Mock/signer.p12 with AES-256-CBC (avoiding DES)Dr. David von Oheimb1-0/+0
2020-11-25Re-enable testing of ciphersuitesMatt Caswell3-80/+107
2020-11-25Fix RC4-MD5 based ciphersuitesMatt Caswell6-10/+24
2020-11-25Ensure Stream ciphers know how to remove a TLS MACMatt Caswell1-9/+20
2020-11-25Test that OSSL_STORE can load various types of paramsMatt Caswell5-2/+123
2020-11-25Test various deprecated PEM_read_bio_* APIsMatt Caswell10-1/+349
2020-11-25Don't forget the datatype when decoding a PEM fileMatt Caswell1-2/+2
2020-11-25APPS: Guard use of IPv6 functions and constants with a check of AF_INET6Richard Levitte1-0/+4
2020-11-24Undeprecate the -dsaparam option in the dhparam appMatt Caswell2-7/+1
2020-11-24Add missing ERR_load_KDF_strings(3) to util/missingcrypto111.txt as well.Richard Levitte1-0/+1
2020-11-24ERR: Rebuild all generated error headers and source filesRichard Levitte124-376/+1286
2020-11-24Modify the ERR init functions to use the internal ERR string loadersRichard Levitte19-227/+373
2020-11-24ERR: Modify util/mkerr.pl to produce internal err string loadersRichard Levitte2-166/+330
2020-11-24Turn on Github CIMatt Caswell1-0/+83
2020-11-24Fix double-free in decoder_pkey.cPetr Gotthard1-1/+1
2020-11-24TEST: Make our test data binaryRichard Levitte5-6/+7
2020-11-23Move some libssl global variables into SSL_CTXMatt Caswell4-48/+49
2020-11-23Add a test for the dhparam CLI applicationMatt Caswell9-0/+194
2020-11-23Remove some unneeded variables from dhparamMatt Caswell1-2/+0
2020-11-23Add encoder support to dhparamMatt Caswell1-28/+19
2020-11-23Convert dhparam to be fully based on EVPMatt Caswell1-109/+166
2020-11-23Support for Android NDK r22-beta1Fred Hornsey1-31/+51
2020-11-23RSA: Fix guard mixupRichard Levitte2-1/+5
2020-11-22x509_vfy.c: Remove superfluous assignment to 'ret' in check_chain()Ankita Shetty1-4/+1
2020-11-20util/fix-deprecation: DEPRECATEDIN conversion util for public headersRichard Levitte1-0/+114
2020-11-20ossl_cmp_certreq_new(): Fix POPO key mismatch in case newPkey is just public keyDr. David von Oheimb1-1/+6
2020-11-20CMP: prevent misleading PKIStatusInfo output if not response availableDr. David von Oheimb2-0/+3
2020-11-20apps/cmp.c: Improve diagnostics on -server URL parse errorDr. David von Oheimb1-1/+3
2020-11-20apps/cmp.c: Add diagnostics on config file section(s) usedDr. David von Oheimb1-4/+4
2020-11-20apps.c: re-enable loading single certs and CRLs over HTTPDr. David von Oheimb1-6/+22
2020-11-20SSL: Change SSLerr() to ERR_raise()Richard Levitte2-3/+3
2020-11-20Fix crash in genpkey app when -pkeyopt digest:name is used for DH or DSA.Shane Lontis4-10/+42
2020-11-20Haiku system build fix.David Carlier1-0/+3
2020-11-20test RNG: set state to uninitialised as part of uninstantiate call.Pauli2-1/+2
2020-11-20disassociate test RNG from the DRBGsPauli1-161/+120
2020-11-20prov: move the entropy source out of the FIPS providerPauli22-239/+276
2020-11-20test: changes resulting from moving the entropy source out of the FIPS providerPauli1-1/+1
2020-11-20rand: move the entropy source out of the FIPS providerPauli14-15/+131
2020-11-20doc: Documentation changes for moving the entropy source out of the fips prov...Pauli7-6/+108
2020-11-19Add a test for setting, popping and clearing error marksMatt Caswell1-0/+119
2020-11-19Allow multiple nested marksMatt Caswell3-5/+7
2020-11-19Fix some warnings from clang 10 in params.cPauli1-8/+44
2020-11-19apps/pkcs12: Clean up the order in which many options are presentedDr. David von Oheimb2-26/+29
2020-11-19e_loader_attic.c: Improve result handling of file_load_try_decode()Dr. David von Oheimb1-1/+4