summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add library context and property query support into the PKCS12 APIJon Spillett2021-04-3050-341/+2305
* Adjust ssl_test_new for SHA1 security levelMatt Caswell2021-04-295-28/+68
* Adjust sslapitest for SHA1 security levelMatt Caswell2021-04-291-0/+55
* Adjust dtlstest for SHA1 security levelMatt Caswell2021-04-291-0/+32
* asn1_lib.c: ASN1_put_object: Remove comment about "class 0".Scott McPeak2021-04-291-1/+1
* Add test case for openssl crl -noout -hash outputTomas Mraz2021-04-291-1/+4
* crl: noout is not an output itemTomas Mraz2021-04-291-1/+1
* CHANGES: document the FIPS provider configuration and installationDr. Matthias St. Pierre2021-04-291-0/+16
* README-FIPS: document the installation of the FIPS providerDr. Matthias St. Pierre2021-04-292-19/+42
* Configure: disable fips mode by defaultDr. Matthias St. Pierre2021-04-291-0/+1
* Configure: sort the disablables alphabeticallyDr. Matthias St. Pierre2021-04-291-6/+6
* build.info: add the Perl wrapper to build generator programs on WindowsDr. Matthias St. Pierre2021-04-291-2/+2
* Configure/Makefile: install the fips provider if it was configuredDr. Matthias St. Pierre2021-04-292-2/+19
* Configure/Makefile: don't generate a fresh fipsmodule.cnf when installing itDr. Matthias St. Pierre2021-04-292-12/+6
* Configure/Makefile: separate install of the FIPS moduleDr. Matthias St. Pierre2021-04-292-8/+43
* Configure/Makefile: correct the FIPS module configuration file pathDr. Matthias St. Pierre2021-04-292-7/+5
* Configure/Makefile: use the correct openssl app for FIPS installationDr. Matthias St. Pierre2021-04-292-6/+8
* Configure/Makefile: fix the `-macopt` argument of the fipsinstall commandDr. Matthias St. Pierre2021-04-293-3/+3
* runchecker: fix no-sock build by conditioning clean up on the NO_SOCK symbol.Pauli2021-04-291-0/+2
* test: never run fipsinstall if the tests are not enabled.Pauli2021-04-291-5/+7
* util/add-depends.pl: Adapt to localized /showIncludes outputRichard Levitte2021-04-281-5/+12
* Configuration: rework how dependency making is handledRichard Levitte2021-04-289-41/+92
* Windows bulding: Make dependency generation not quite as talkativeRichard Levitte2021-04-283-3/+6
* Test a Finished message at the wrong time results in unexpected messageMatt Caswell2021-04-281-0/+74
* Defer Finished MAC handling until after state transitionMatt Caswell2021-04-283-23/+50
* Store the list of activated providers in the libctxMatt Caswell2021-04-282-14/+39
* Properly protect access to the provider flag_activated fieldMatt Caswell2021-04-281-41/+69
* Add a threading test for loading/unloading providersMatt Caswell2021-04-281-1/+25
* CMS ESS: Move four internal aux function to where they belong in crypto/cmsDr. David von Oheimb2021-04-287-159/+112
* TS ESS: Move four internal aux function to where they belong in crypto/tsDr. David von Oheimb2021-04-284-100/+73
* ESS: Export three core functions, clean up TS and CMS CAdES-BES usageDr. David von Oheimb2021-04-2815-66/+168
* Skip test_fipsload when fips is disabled.Tomas Mraz2021-04-281-0/+1
* Explicitly enable or disable fips if it is or is not relevant for the testTomas Mraz2021-04-281-16/+16
* Add X509 version constants.David Benjamin2021-04-2812-17/+29
* memleaktest with MSVC's AddressSanitizerKevin Cadieux2021-04-281-1/+4
* OPENSSL_sk functions are effectively already documentedTomas Mraz2021-04-282-32/+15
* Improve the implementation of X509_STORE_CTX_get1_issuer()Tomas Mraz2021-04-287-29/+55
* Add testing for updated cipher IVJon Spillett2021-04-289-1/+220
* Use "canonical" names when matching the output of the commandsTomas Mraz2021-04-282-3/+3
* Skip GOST engine tests in out of tree buildsTomas Mraz2021-04-281-1/+3
* Prefer fetch over legacy get_digestby/get_cipherbyTomas Mraz2021-04-288-126/+171
* Rename some globals, add ossl prefix.Rich Salz2021-04-281-30/+30
* Add system guessing for linux64-riscv64 targetAndreas Schwab2021-04-271-0/+1
* Test that we don't have a memory leak in d2i_ASN1_OBJECT.Shane Lontis2021-04-271-0/+26
* ASN1: Ensure that d2i_ASN1_OBJECT() frees the strings on ASN1_OBJECT reuseRichard Levitte2021-04-271-5/+8
* add verbosity for pyca jobPaul Kehrer2021-04-271-1/+1
* re-add pyca/cryptography testingPaul Kehrer2021-04-272-10/+37
* add wycheproof submodulePaul Kehrer2021-04-272-0/+3
* updated pyca/cryptography submodule versionPaul Kehrer2021-04-271-0/+0
* Avoid #include with inline function on C++BuilderTanzinul Islam2021-04-271-1/+8