summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* acvp-test: disable the ACVP testing code by defaultPauli2021-05-022-2/+3
* ssl: fix possible ref counting fields use before init.FdaSilvaYY2021-05-011-7/+9
* man: s_server: fix text repetition in -alpn descriptionHubert Kario2021-05-011-1/+1
* APPS: Document the core of the opt_ APIRich Salz2021-05-014-7/+306
* Use OCSP-specific error code for clarityDmitry Belyavskiy2021-05-014-1/+6
* Simplify AppVeyor configurationTomas Mraz2021-05-011-15/+4
* Add -latomic to threads enabled 32bit linux buildsTomas Mraz2021-05-011-2/+8
* Fix no-fips-securitychecks test failureShane Lontis2021-05-011-0/+1
* apps/ca,req,x509: Switch to EVP_DigestSignInit_exPetr Gotthard2021-04-305-66/+58
* Fix typo in OSSL_DECODER_CTX_set_input_structureDaniel Bevenius2021-04-301-2/+2
* STORE: Fix the repeated prompting of passphraseRichard Levitte2021-04-301-1/+5
* SM2 signatures work correctly only with SM3 digestsTomas Mraz2021-04-301-0/+1
* sm2: Cleanup handling of DIGEST and DIGEST_SIZE parametersTomas Mraz2021-04-301-43/+47
* CORE: Rework the pre-population of the namemapRichard Levitte2021-04-301-40/+31
* STORE: Use the 'expect' param to limit the amount of decoders usedRichard Levitte2021-04-301-4/+10
* acvp: fix the no-acvp_test buildPauli2021-04-304-5/+7
* Update OSSL_STORE_attach() documentation to indicate it increases the ref_cou...Shane Lontis2021-04-301-2/+3
* Fix memory leak in load_key_certs_crls() when using stdin.Shane Lontis2021-04-301-1/+3
* Fix CRL app so that stdin works.Shane Lontis2021-04-306-11/+26
* Document the API breaking constification changesTomas Mraz2021-04-303-3/+21
* Remove dated term and fixed typo antherEric Curtin2021-04-301-2/+2
* remove end of line whitespacePauli2021-04-308-16/+16
* 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