summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-09-21ci: add copyright header to CI scriptsPauli
2021-09-21Add missing mention of mandatory function OSSL_FUNC_keymgmt_hasArne Schwabe
2021-09-20Document that the openssl fipsinstall self test callback may not be used.slontis
2021-09-18Configurations/platform/Unix.pm: account for variants in sharedlib_simple()Richard Levitte
2021-09-17Correct the documentation for SSL_set_num_tickets()Matt Caswell
2021-09-17Clarify what SSL_get_session() does on the server side in TLSv1.3Matt Caswell
2021-09-17APPS/cmp.c: Move warning on overlong section name to make it effective againDr. David von Oheimb
2021-09-15providers: Do not use global EVP_CIPHERs and EVP_MDsTomas Mraz
2021-09-1480-test_cmp_http.t: Fix handling of empty HTTP proxy stringDr. David von Oheimb
2021-09-14MacOS prior to 10.12 does not support random API correctlylprimak
2021-09-14convert tabs to spaces in two distributed Perl scriptsViktor Szakats
2021-09-13Fix the build file templates where uplink mattersRichard Levitte
2021-09-13linux-x86-clang target: Add -latomicTomas Mraz
2021-09-13Fix nc_email to check ASN1 strings with NULL byte in the middleNikita Ivanov
2021-09-10install_fips: Create the OPENSSLDIR as it might not existTomas Mraz
2021-09-10Fix 'openssl speed' information printoutRichard Levitte
2021-09-10dh_ameth: Fix dh_cmp_parameters to really compare the paramsTomas Mraz
2021-09-10VMS: Fix descrip.mms templateRichard Levitte
2021-09-10Fixed state transitions for the HTML version of the life_cycle-kdf.pod.astraujums
2021-09-09OpenSSL::Ordinals::set_version() should only be given the short versionRichard Levitte
2021-09-09Remove end of line whitespace to appease CI checksPauli
2021-09-09Fix some documentation errorsPW Hu
2021-09-09Fix the example SSH KDF code.Pauli
2021-09-08Fix test/recipes/90-test_fipsload.t to use bldtop_file for the FIPS moduleRichard Levitte
2021-09-08DOCS: Update the page for 'openssl passwd' to not duplicate some infoRichard Levitte
2021-09-07Prepare for 3.0.1Richard Levitte
2021-09-07Prepare for release of 3.0.0openssl-3.0.0Richard Levitte
2021-09-07make updateRichard Levitte
2021-09-07dev/release.sh: Adjust release branch names to votesRichard Levitte
2021-09-07Update copyright yearRichard Levitte
2021-09-07Last minute NEWS and CHANGES entries for the 3.0 releaseTomas Mraz
2021-09-07Mention the concept of providers in NEWS.md and CHANGES.mdRichard Levitte
2021-09-07fix documentation error caused by commit 6882652e65d39310c98ba506ceb55a87c702...PW Hu
2021-09-07 fix documentation error caused by commit 9067cf6ccdce0a73922f06937e54c2fce27...PW Hu
2021-09-07 imporve documentationPW Hu
2021-09-07Added a NEWS entry about the enhanced 'openssl list'Richard Levitte
2021-09-07Add missing OSSL_DECODER entry in NEWS.md and CHANGES.mdRichard Levitte
2021-09-07Correct the "Out of memory" EVP testsRichard Levitte
2021-09-06Fix a few tests that fail on VMSRichard Levitte
2021-09-06Configuration: support building for OpenVMS for x86_64Richard Levitte
2021-09-05test/recipes/25-test_verify.t: Add a couple of tests of mixed PEM filesRichard Levitte
2021-09-05ENCODER PROV: Add encoders with EncryptedPrivateKeyInfo outputRichard Levitte
2021-09-05Adjust test/endecoder_test.cRichard Levitte
2021-09-05OSSL_STORE 'file:' scheme: Set input structure for certificates and CRLsRichard Levitte
2021-09-05PEM to DER decoder: Specify object type and data structure more consistentlyRichard Levitte
2021-09-05DECODER: check the first decoded structure name against user given structureRichard Levitte
2021-09-03Add KEM dupctx testslontis
2021-09-03Fix dh dupctx refcount errorslontis
2021-09-03Fix double free in EVP_PKEY_CTX_dup()slontis
2021-09-03EVP_PKEY_gettable_params.pod: Update argument namesPW Hu