summaryrefslogtreecommitdiffstats
path: root/.gitignore (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-08providers/build.info: Tag the FIPS module, for the build fileRichard Levitte1-1/+1
2020-10-08descrip.mms.tmpl: Add a target to install the FIPS module configRichard Levitte1-0/+19
2020-10-08windows-makefile.tmpl: Add a target to install the FIPS module configRichard Levitte1-0/+19
2020-10-08unix-Makefile.tmpl: Add a target to install the FIPS module configRichard Levitte1-0/+20
2020-10-08ERR: fix comment typo in err.cDaniel Bevenius1-1/+1
2020-10-07ocsp.h: Fix backward compatibility declaration of OCSP_parse_url()Dr. David von Oheimb1-1/+2
2020-10-07apps: remove internal/cryptlib.h include that isn't usedPauli1-4/+9
2020-10-07rsa: add ossl_ prefix to internal rsa_ calls.Pauli34-444/+449
2020-10-07Avoid memory leak of parent on allocation failure for child structureBenny Baumann1-2/+4
2020-10-07Use size of target buffer for allocationBenny Baumann1-1/+1
2020-10-06Move CMP CLI test output files to BLDTOP/test-runs/test_cmp_cli/Dr. David von Oheimb5-129/+140
2020-10-06Test.pm: Add result_dir and export both result_dir and result_fileDr. David von Oheimb1-9/+40
2020-10-06Change CVE link style in CHANGES and NEWSDr. Matthias St. Pierre2-505/+505
2020-10-06Update CHANGES and NEWS for 1.1.1h releaseDr. Matthias St. Pierre2-2/+95
2020-10-06ffc: add _ossl to exported but internal functionsPauli28-379/+406
2020-10-06doc: remove duplicated code in examplePauli1-4/+0
2020-10-05Some OIDs used in Russian X.509 certificates.Dmitry Belyavskiy7-9/+113
2020-10-04APPS: Reduce deprecation warning suppression - ENGINERichard Levitte6-102/+162
2020-10-04DECODER: Allow precise result type for OSSL_DECODER_CTX_new_by_EVP_PKEY()Richard Levitte7-16/+30
2020-10-04DECODER: Handle abstract object data typeRichard Levitte2-6/+69
2020-10-03Configuration: add initial NonStop values in OpenSSL::configRichard Levitte1-0/+19
2020-10-03Ensure that _GNU_SOURCE is defined for NI_MAXHOST and NI_MAXSERVdrgler1-0/+4
2020-10-03Fix segfault on missing provider_query_operation()Nicola Tuveri1-1/+2
2020-10-02TLS AEAD ciphers: more bytes for key_block than neededMaxim Masiutin1-9/+15
2020-10-01EVP: use evp_pkey_ctx_is_legacy() to find what implementation to useRichard Levitte5-4/+20
2020-10-01Fix memory leak in req_cb() of x_req.c - handle distinguishing_id also with N...Dr. David von Oheimb1-2/+0
2020-10-01Fix some things the rename script didn't quite get rightMatt Caswell18-75/+74
2020-10-01Run the withlibctx.pl scriptMatt Caswell162-1240/+1091