aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-04-29Amend references to "OpenSSL license"Shourya Shukla44-44/+44
2020-04-29Update EVP_PKEY_fromdata.podopensignature1-4/+4
2020-04-29include/openssl/ts.h: clean away a misplaced EVP_MD stack definitionRichard Levitte1-2/+0
2020-04-29include/openssl/x509v3.h: restore previous stack definition arrangementRichard Levitte12-62/+76
2020-04-28Update README.ssltests.mdMatt Caswell1-3/+4
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte89-458/+458
2020-04-28Configurations: Identify the shell variables around MANSUFFIXSebastian Andrzej Siewior1-20/+20
2020-04-28Fix GOST curve sec bitsNikolay Morozov1-7/+7
2020-04-28Configure: change all references to INSTALL to INSTALL.mdRichard Levitte1-6/+7
2020-04-28Configurations/unix-Makefile.tmpl: fix typoRichard Levitte1-1/+1
2020-04-27sslapitest: only compile test when it will be usedBenjamin Kaduk1-1/+1
2020-04-28doc: Random spellcheckingSebastian Andrzej Siewior8-15/+15
2020-04-28fuzz/asn1.c: Add missing #includeRichard Levitte1-0/+1
2020-04-27i2b_PVK_bio: don't set PEM_R_BIO_WRITE_FAILURE in case of successChristian Hohnstaedt1-1/+1
2020-04-27Fix type cast in SSL_CTX_set1_groups macroArne Schwabe1-1/+1
2020-04-27crypto/x509/v3_alt.c: make 'othername' a bit biggerRichard Levitte1-1/+1
2020-04-27Fix links in CONTRIBUTING.mdNicola Tuveri1-6/+8
2020-04-25Configurations/windows-makefile.tmpl: Fix template code for INSTALL_MODULESRichard Levitte1-6/+4
2020-04-25Add support for unusal 'othername' subjectAltNamesDirk-Willem van Gulik3-2/+73
2020-04-25travis: remove GENERATE=yes from some non no-deprecated buildsPauli1-2/+2
2020-04-25travis: add GENERATE=yes no-makedepend to the ARM64 build.Pauli1-1/+1
2020-04-25keymgmt: convert to use the params modification detection.Pauli1-6/+4
2020-04-25params: change OSSL_PARAM_set_unmodified() to operate on a params arrayPauli5-10/+44
2020-04-25evp: convert existing code to use the new modified sentinel for params.Pauli2-39/+14
2020-04-25params: handle the modified sentinel.Pauli2-2/+2
2020-04-25Configure: Allow quoted values in VERSIONRichard Levitte1-1/+7
2020-04-25Fix dev/release-aux-openssl-announce-pre-release.tmplRichard Levitte1-5/+2
2020-04-24Code cleanup in X509v3 String ExtentionsNikolay Morozov2-4/+5
2020-04-24Clean up the use of ERR_print_errors() in apps.c and in four appsDr. David von Oheimb5-73/+60
2020-04-24Remove a bad 'goto end' and a few superfluous ones in apps/lib/apps.cDavid von Oheimb1-9/+3
2020-04-24Improve feedback on wrong format with new print_format_error() in apps/lib/opt.cDavid von Oheimb3-5/+62
2020-04-24Add function load_csr(file,format,desc) to apps/lib/apps.cDavid von Oheimb10-94/+125
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz227-140/+797
2020-04-24Fix typo from #10631Nicola Tuveri1-1/+1
2020-04-24Rewrite man5/config.pod and related conf code cleanupRich Salz2-434/+329
2020-04-24SSL_CTX_config.pod: Remove needless "NOTE" headingRich Salz1-2/+0
2020-04-24Rename fipsinstall.cnf->fipsmodule.cnfRich Salz4-4/+4
2020-04-24Update some nits around the FIPS moduleRich Salz7-15/+27
2020-04-23Prepare for 3.0 alpha 2Matt Caswell3-4/+4
2020-04-23Prepare for release of 3.0 alpha 1openssl-3.0.0-alpha1Matt Caswell3-4/+4
2020-04-23Update copyright yearMatt Caswell1188-1188/+1188
2020-04-23Add info on the CMP implementation and HTTP client to NEWS.md and CHANGES.mdDr. David von Oheimb2-0/+18
2020-04-23Fix a typo in the makefile templatesMatt Caswell2-2/+2
2020-04-23Mention the 3.0 wiki page in the release announcement emailsMatt Caswell2-2/+12
2020-04-23PROV: Ensure that EC keys have a default digestRichard Levitte1-0/+5
2020-04-23PROV: Ensure that ED25519 & ED448 keys have a mandatory digestRichard Levitte2-5/+55
2020-04-23EVP: Fix EVP_Digest{Sign,Verify}Init() to handle no default digestRichard Levitte1-4/+10
2020-04-23EVP: add internal evp_keymgmt_util_get_deflt_digest_name() and use itRichard Levitte4-24/+57
2020-04-23FIPS: remove algorithms that are not being validated.Pauli1-12/+0
2020-04-22Fix no-errMatt Caswell1-2/+3