aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Deprecate EVP_PKEY_cmp() and EVP_PKEY_cmp_parameters().Shane Lontis2021-04-278-24/+36
* Doc updates for DH/DSA examplesShane Lontis2021-04-272-9/+14
* Fixes related to separation of DH and DHX typesShane Lontis2021-04-2618-222/+638
* Add type_name member to provided methods and use itTomas Mraz2021-04-2631-66/+207
* Documentation fix for openssl-verify certificatesKlaas van Schelven2021-04-261-5/+5
* APPS: Improve diagnostics for string options and options expecting int >= 0Dr. David von Oheimb2021-04-2411-130/+151
* APPS: Prevent ASAN hickup on idempotent strncpy() in opt_progname()Dr. David von Oheimb2021-04-241-2/+4
* TEST: correct test/recipes/30-test_evp_data/evppkey_ecdh.txtRichard Levitte2021-04-231-0/+8
* STORE: Simplify error filtering in der2obj_decode()Richard Levitte2021-04-231-18/+6
* crypto/store/ossl_result.c: Better filtering of errorsRichard Levitte2021-04-231-40/+23
* EVP: evp_keymgmt_util_try_import() should clean up on failed importRichard Levitte2021-04-231-9/+16
* Don't remove $(TARFILE) when cleaningRichard Levitte2021-04-231-1/+0
* test: separate some DES based tests out to permit a no-des build to workPauli2021-04-235-30/+59
* test: fix test_evp_kdf when DES is disabled.Pauli2021-04-231-2/+2
* Runchecker fix for the no-autoerrinit buildPauli2021-04-231-1/+5
* Runchecker: fix failure with no-autoalginit option by disabling FIPSPauli2021-04-231-1/+1
* Runchecker: fix TLS curves test failure with no-tls1_3 optionPauli2021-04-231-1/+2
* Runchecker: fix no-ec2m build which was trying to validate the e2cm curvesPauli2021-04-231-3/+8
* Trivial shortcuts for EVP_PKEY_eq()Tomas Mraz2021-04-232-7/+20
* Remove obsolete commentDr. Matthias St. Pierre2021-04-221-1/+0
* Added Perl installation instructions to NOTES-PERL.md for HPE NonStop.Randall S. Becker2021-04-221-0/+12
* BIO_s_connect.pod: Improve doc of BIO_set_conn_hostname() etc.Dr. David von Oheimb2021-04-223-23/+17
* apps/cmp.c and APP_HTTP_TLS_INFO: Fix use-after-free and add proper free() fu...Dr. David von Oheimb2021-04-223-14/+16