summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2021-09-03VMS: Compensate for x86_64 cross compiler type incompatibilityRichard Levitte
2021-09-03Fix indentation of tls13_hkdf_expand parametersDaniel Bevenius
2021-09-02CI: add last run-checker fuzzing CIs to ActionsPauli
2021-09-02always use the same perl in $PATHa1346054
2021-09-02Openssl fails to compile on Debian with kfreebsd kernelsMattias Ellert
2021-08-31Add a test for verifying an email with a bad othername typeMatt Caswell
2021-08-31Ensure that we check the ASN.1 type of an "otherName" before using itMatt Caswell
2021-08-31Add the self test type OSSL_SELF_TEST_TYPE_PCT_SIGNATUREslontis
2021-08-31Add a warning about locking in the child provider callback docsMatt Caswell
2021-08-31Add additional test to thread sanitizer buildPauli
2021-08-31Refactor provider_core.c to adhere to the locking rulesMatt Caswell
2021-08-31Add commentary about lock usage in provider_core.cMatt Caswell
2021-08-31CI: add builds covering a number of different compiler versionsPauli
2021-08-31apps/pkcs12: Do not assume null termination of ASN1_UTF8STRINGTomas Mraz
2021-08-31ci: Add -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION to asan buildTomas Mraz
2021-08-31Make the -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION pass testsTomas Mraz
2021-08-31Document that EVP_get_cipherbyname() does not work for some new algorithm names.slontis
2021-08-30Typo correction.Jaime Hablutzel
2021-08-30Use applink to fix windows testsNicola Tuveri
2021-08-30[ec] Do not default to OPENSSL_EC_NAMED_CURVE for curves without OIDNicola Tuveri
2021-08-30Fix d2i_ECPKParameters_fp and i2d_ECPKParameters_fp macrosNicola Tuveri
2021-08-30Add tests for i2d_TYPE_fp and d2i_TYPE_fpNicola Tuveri
2021-08-29Ensure that _GNU_SOURCE is defined for bss_dgram.cDaniel Krügler
2021-08-28Adjust the list of default provider's algorithmsDmitry Belyavskiy
2021-08-28Fix the "Out of memory" EVP KDF scrypt testBernd Edlinger
2021-08-28Yet another doc-nits fixRich Salz