aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unused dummy functions from ktls.h.John Baldwin2020-09-051-28/+0
* Fix the socket BIO control methods to use ktls_crypto_info_t.John Baldwin2020-09-052-15/+8
* X509_STORE_CTX_print_verify_cb(): add AKID and SKID output for (non-)trusted ...Dr. David von Oheimb2020-09-053-7/+22
* OSSL_CMP_CTX: rename field and its getter/setter from 'untrusted_certs' to 'u...Dr. David von Oheimb2020-09-0512-48/+46
* Strengthen chain building for CMPDr. David von Oheimb2020-09-0514-66/+157
* Add OSSL_CMP_CTX_get1_newChain() and related CLI option -chainoutDr. David von Oheimb2020-09-058-37/+84
* test/drbgtest: improve the reseed after fork testDr. Matthias St. Pierre2020-09-051-35/+310
* Fix coverity CID #1454815 - NULL ptr dereference in initthread.cShane Lontis2020-09-051-1/+2
* Fix coverity CID #1452769 & #1452771 - Arg passed to function that cannot be ...Shane Lontis2020-09-051-4/+4
* Fix coverity CID #1457935 - Check return value in ffc_params.c for BIO_indent...Shane Lontis2020-09-051-4/+6
* Fix coverity CID #1465967 & #1465968 - fix NULL dereference in dh_ameth.cShane Lontis2020-09-051-3/+2
* Fix coverity CID #1466371 - fix dereference before NULL check.Shane Lontis2020-09-051-3/+6
* Fix coverity CID #1466375 - Remove dead code.Shane Lontis2020-09-051-16/+13
* Fix coverity CID #1466377 - resource leak due to early return in ec_get_param...Shane Lontis2020-09-051-5/+5
* Fix coverity CID #1466378 - Incorrect expression in ec_backend.cShane Lontis2020-09-051-1/+1
* ASN1: Make ASN1_item_verify_ctx() work with provider-native keysRichard Levitte2020-09-031-1/+1
* EC: Remove one error record that shadows anotherRichard Levitte2020-09-032-3/+2
* TEST: Ensure that the base provider i activated when neededRichard Levitte2020-09-0310-11/+13
* Revert "TEST: separate out NIST ECC tests from non-NIST"Richard Levitte2020-09-035-2126/+2093
* EVP: Don't report malloc failure in new_raw_key_int()Richard Levitte2020-09-031-3/+1
* TEST: have key_unsupported() in evp_test.c look at the last errorRichard Levitte2020-09-031-1/+1
* STORE: Stop the flood of errorsRichard Levitte2020-09-031-6/+35
* CORE: Fix small bug in passphrase cachingRichard Levitte2020-09-031-1/+2
* STORE: Fix potential memory leakRichard Levitte2020-09-031-0/+1
* "Downgrade" provider-native keys to legacy where neededRichard Levitte2020-09-036-13/+83
* EVP: Downgrade EVP_PKEYs in EVP_PKEY2PKCS8()Richard Levitte2020-09-031-0/+5
* TEST: Modify test/recipes/90-test_store.t for use with different 'file:' loadersRichard Levitte2020-09-031-147/+174
* STORE: Deprecate legacy / ENGINE functionsRichard Levitte2020-09-0310-75/+140
* STORE: Add a built-in 'file:' storemgmt implementation (loader)Richard Levitte2020-09-0321-50/+1266
* STORE: Move the built-in 'file:' loader to become an engine moduleRichard Levitte2020-09-0327-241/+504
* OSSL_ENCODER / OSSL_DECODER post-rename cleanupRichard Levitte2020-09-036-38/+42
* ASN1: Fix d2i_KeyParams() to advance |pp| like all other d2i functions doRichard Levitte2020-09-031-2/+1
* Ensure EVP_MAC_update() passes the length even if it is 0Matt Caswell2020-09-035-2/+12
* Convert ssl3_cbc_digest_record() to use EVP_MD_is_a()Matt Caswell2020-09-031-14/+7
* Update the EVP_PKEY MAC documentationMatt Caswell2020-09-038-16/+55
* Enable PKEY MAC bridge signature algs to take ctx paramsMatt Caswell2020-09-031-0/+46
* Make ssl3_cbc_digest_record() use the real data_sizeMatt Caswell2020-09-034-13/+10
* Start using the provider side TLS HMAC implementationMatt Caswell2020-09-032-28/+22
* Add an HMAC implementation that is TLS awareMatt Caswell2020-09-037-22/+146
* Avoid AIX compiler issue by making the macro argument names not match any sub...Jon Spillett2020-09-032-8/+8
* Fix typo in FIPS_MODULE endif macro commentDaniel Bevenius2020-09-031-1/+1
* Fix post-condition in algorithm_do_thisTodd Short2020-09-021-4/+4
* Fix use of OPENSSL_realloc in providerTodd Short2020-09-021-3/+6
* apps/cmp.c: Clean up loading of certificates and CRLsDr. David von Oheimb2020-09-022-112/+67
* Avoid uninitialised variable warning for jobsJon Spillett2020-09-021-3/+3
* Add -verbosity option to apps/cmp.c and add log output also in crypto/cmpDr. David von Oheimb2020-09-019-47/+110
* also zero pad DHE public key in ClientKeyExchange message for interopFelix Monninger2020-09-011-5/+9
* Use global 'libctx' with RAND_bytes_ex to generate sendfile temp data.John Baldwin2020-08-311-1/+3
* Fix two issues with AES-CCM KTLS tests.Vadim Fedorenko2020-08-311-2/+4
* Skip tests using KTLS RX for TLS 1.3.John Baldwin2020-08-311-0/+4