summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2021-08-27cms: fix memleaks in cms_env.czhaozg
2021-08-27Fix libdir path on darwinXiaofei Bai
2021-08-27Darwin platform allows to build on releases before Yosemite/ios 8.David Carlier
2021-08-27doc: Add note about operation parameters validationTomas Mraz
2021-08-27Add a test for running the config twiceMatt Caswell
2021-08-27Add locking for the provider_conf.cMatt Caswell
2021-08-27When activating providers via config check we've not already activated themMatt Caswell
2021-08-26APPS/req: Fix AKID generation in case -CA option is usedDr. David von Oheimb
2021-08-26APPS/req: Fix misconceptions on -CA, -CAkey, and -key options. -CA now implie...Dr. David von Oheimb
2021-08-26APPS/x509: fix -extfile option, which was ignored with -x509toreqDr. David von Oheimb
2021-08-26EVP_DigestSign/VerifyFinal: Duplicate the pctx to allow multiple callsTomas Mraz
2021-08-26ts: fix memleaks caused by TS_VERIFY_CTX_set_imprintzhaozg
2021-08-26doc: document the rsa_oaep_md: pkeyoptPauli
2021-08-26aes-wrap: improve error handlingPauli
2021-08-26Add invalid input length errorPauli
2021-08-25CMS app: Fix new -wrap optionDr. David von Oheimb
2021-08-25changes: add note about 3DES key wrap matching the standardPauli
2021-08-25test: add unit tests for TDES key wrapPauli
2021-08-25Avoid using undefined value in generate_stateless_cookie_callbackBernd Edlinger
2021-08-25Avoid invoking memcpy if size is zero or the supplied buffer is NULLPaul Dreik
2021-08-25Fix the array size of dtlsseq in tls1_encBernd Edlinger
2021-08-25Add multilib to the NonStop configuration definitions.Richard Levitte
2021-08-25VMS: Correct faulty source directory specificationRichard Levitte
2021-08-25apps/ciphers: Fix wrong return value when using -convert parameterTianjia Zhang