aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-03TEST: Ensure that the base provider i activated when neededRichard Levitte10-11/+13
2020-09-03Revert "TEST: separate out NIST ECC tests from non-NIST"Richard Levitte5-2126/+2093
2020-09-03EVP: Don't report malloc failure in new_raw_key_int()Richard Levitte1-3/+1
2020-09-03TEST: have key_unsupported() in evp_test.c look at the last errorRichard Levitte1-1/+1
2020-09-03STORE: Stop the flood of errorsRichard Levitte1-6/+35
2020-09-03CORE: Fix small bug in passphrase cachingRichard Levitte1-1/+2
2020-09-03STORE: Fix potential memory leakRichard Levitte1-0/+1
2020-09-03"Downgrade" provider-native keys to legacy where neededRichard Levitte6-13/+83
2020-09-03EVP: Downgrade EVP_PKEYs in EVP_PKEY2PKCS8()Richard Levitte1-0/+5
2020-09-03TEST: Modify test/recipes/90-test_store.t for use with different 'file:' loadersRichard Levitte1-147/+174
2020-09-03STORE: Deprecate legacy / ENGINE functionsRichard Levitte10-75/+140
2020-09-03STORE: Add a built-in 'file:' storemgmt implementation (loader)Richard Levitte21-50/+1266
2020-09-03STORE: Move the built-in 'file:' loader to become an engine moduleRichard Levitte27-241/+504
2020-09-03OSSL_ENCODER / OSSL_DECODER post-rename cleanupRichard Levitte6-38/+42
2020-09-03ASN1: Fix d2i_KeyParams() to advance |pp| like all other d2i functions doRichard Levitte1-2/+1
2020-09-03Ensure EVP_MAC_update() passes the length even if it is 0Matt Caswell5-2/+12
2020-09-03Convert ssl3_cbc_digest_record() to use EVP_MD_is_a()Matt Caswell1-14/+7
2020-09-03Update the EVP_PKEY MAC documentationMatt Caswell8-16/+55
2020-09-03Enable PKEY MAC bridge signature algs to take ctx paramsMatt Caswell1-0/+46
2020-09-03Make ssl3_cbc_digest_record() use the real data_sizeMatt Caswell4-13/+10
2020-09-03Start using the provider side TLS HMAC implementationMatt Caswell2-28/+22
2020-09-03Add an HMAC implementation that is TLS awareMatt Caswell7-22/+146
2020-09-03Avoid AIX compiler issue by making the macro argument names not match any sub...Jon Spillett2-8/+8
2020-09-03Fix typo in FIPS_MODULE endif macro commentDaniel Bevenius1-1/+1
2020-09-02Fix post-condition in algorithm_do_thisTodd Short1-4/+4
2020-09-02Fix use of OPENSSL_realloc in providerTodd Short1-3/+6
2020-09-02apps/cmp.c: Clean up loading of certificates and CRLsDr. David von Oheimb2-112/+67
2020-09-02Avoid uninitialised variable warning for jobsJon Spillett1-3/+3
2020-09-01Add -verbosity option to apps/cmp.c and add log output also in crypto/cmpDr. David von Oheimb9-47/+110
2020-09-01also zero pad DHE public key in ClientKeyExchange message for interopFelix Monninger1-5/+9
2020-08-31Use global 'libctx' with RAND_bytes_ex to generate sendfile temp data.John Baldwin1-1/+3
2020-08-31Fix two issues with AES-CCM KTLS tests.Vadim Fedorenko1-2/+4
2020-08-31Skip tests using KTLS RX for TLS 1.3.John Baldwin1-0/+4
2020-08-31Skip tests using KTLS RX if KTLS RX is not supported.John Baldwin1-0/+5
2020-08-31Refactor the KTLS tests to minimize code duplication.John Baldwin1-341/+24
2020-08-31Move KTLS inline functions only used by libssl into ssl/ktls.c.John Baldwin4-223/+247
2020-08-31Support for KTLS TX on FreeBSD for TLS 1.3.John Baldwin2-5/+6
2020-08-31Don't check errno if ktls_read_record() returned 0.John Baldwin1-1/+1
2020-08-31Add support for KTLS receive for TLS 1.1-1.2 on FreeBSD.John Baldwin1-4/+88
2020-08-31Add helper functions for FreeBSD KTLS.John Baldwin3-69/+135
2020-08-31Add a ktls_crypto_info_t typedef.John Baldwin3-5/+8
2020-08-31Update test data for DSA public key textJon Spillett1-5/+1
2020-08-31Add the correct enum value for DSA public key serializationJon Spillett1-1/+1
2020-08-30Fix ECX serializer import calls to use correct selection flags.Shane Lontis1-3/+3
2020-08-30Fix RSA serializer import calls to use correct selection flags.Shane Lontis2-6/+12
2020-08-30Fix DSA serializer import calls to use correct selection flags.Shane Lontis3-10/+15
2020-08-30Fix DH serializer import calls to use correct selection flags.Shane Lontis3-9/+15
2020-08-29Fix PKCS#7 so that it still works with non fetchable cipher algorithms.Dmitry Belyavskiy1-7/+36
2020-08-29Fix PKCS#7 so that it still works with non fetchable digest algorithms.Dmitry Belyavskiy1-5/+36
2020-08-29Check whether we have MD5-SHA1 and whether we need itMatt Caswell1-6/+49