summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-06-10Generate error queue entry on FFC_CHECK_BAD_LN_PAIR for DH and DSADr. David von Oheimb
2020-06-10Silence gcc false positive warning on refdatalen in test/tls13encryptiontest.cDr. David von Oheimb
2020-06-10Silence gcc false positive warning on alpn_protos_len in test/handshake_helper.cDr. David von Oheimb
2020-06-10Update RSA keygen to use sp800-56b by defaultShane Lontis
2020-06-09Add a test for renegotiation with EXTMS droppedTomas Mraz
2020-06-09Do not allow dropping Extended Master Secret extension on renegotiatonTomas Mraz
2020-06-09use safe primes in ssl_get_auto_dh()Hubert Kario
2020-06-08APPS: Fix 'openssl dhparam'Richard Levitte
2020-06-08APPS: Fix 'openssl dsaparam -genkey'Richard Levitte
2020-06-08EVP: Let EVP_PKEY_gen() initialize ctx->keygen_infoRichard Levitte
2020-06-08TLSv1.3: additional checks in SSL_set_record_padding_callbackVadim Fedorenko
2020-06-08test: TLS1.3 and new ciphers for kTLSVadim Fedorenko
2020-06-08TLSv13: add kTLS supportVadim Fedorenko
2020-06-08kTLS: add support for AES_CCM128 and AES_GCM256Vadim Fedorenko
2020-06-08kTLS: add Linux-specific kTLS helpersVadim Fedorenko
2020-06-08kTLS: add new algo definitionsVadim Fedorenko
2020-06-08kTLS: make ktls_start type independedVadim Fedorenko
2020-06-08fix doc typo in bn_dh.cHubert Kario
2020-06-08Fix 90-test_store.t for latest config, limits, providers, and disabled algosDr. David von Oheimb
2020-06-08Fix documentation of OSSL_STOREDr. David von Oheimb
2020-06-08Fix mem leaks and allow missing pkey and/or cert in try_decode_PKCS12()Dr. David von Oheimb
2020-06-08Add chain to PKCS#12 test file generation in 90-test_store.tDr. David von Oheimb
2020-06-08Fix code layout in crypto/store/loader_file.c satisfying check-format.pl -lDr. David von Oheimb
2020-06-06TEST: Adjust test/bioprinttest.c to behave like the testutil routinesRichard Levitte
2020-06-06TESTUTIL: Adjust the rest of testutilRichard Levitte
2020-06-06TESTUTIL: Separate TAP output and other output by BIO filterRichard Levitte
2020-06-06Consolidate doc of BIO_do_connect() and its alias BIO_do_handshake()Dr. David von Oheimb
2020-06-06APPS: Remove unnecessary NULL check of uri in load_cert_pass()Richard Levitte
2020-06-06APPS: Make it possible to load_cert() from stdin againRichard Levitte
2020-06-05Fix a typo in SSL_CTX_set_session_ticket_cb.podBenjamin Kaduk
2020-06-05Don't downgrade keys in libsslMatt Caswell
2020-06-05When asked if an ECX key has parameters we should answer "true"Matt Caswell
2020-06-05Always create a key when importingMatt Caswell
2020-06-05Make EVP_PKEY_[get1|set1]_tls_encodedpoint work with provided keysMatt Caswell
2020-06-05Fix error path in int create_ssl_ctx_pair()Matt Caswell
2020-06-05Implement a test for sigalgs not being presentMatt Caswell
2020-06-05Implement a Filtering ProviderMatt Caswell
2020-06-05Implement OSSL_PROVIDER_get0_provider_ctx()Matt Caswell
2020-06-05Enable applications to directly call a provider's query operationMatt Caswell
2020-06-05Check that Signature Algorithms are available before using themMatt Caswell
2020-06-05APPS: Drop interactive mode in the 'openssl' programRichard Levitte
2020-06-05Announce renamed EVP_PKEY_cmp() and EVP_PKEY_cmp_parameters() in CHANGES.mdDr. David von Oheimb
2020-06-05fips: add additional algorithms to the FIPS provider.Pauli
2020-06-05Minor doc fix for EVP_PKEY_CTX_new_from_pkeyJaimee Brown
2020-06-04Add github sponsor buttonKurt Roeckx
2020-06-04[crypto/ec] Remove unreachable AVX2 code in NISTZ256 implementationNicola Tuveri
2020-06-04Add cipher list ciphersuites which using encryption algorithm in mode CBC.Otto Hollmann
2020-06-04CORE: make sure activated fallback providers stay activatedRichard Levitte
2020-06-04TEST: Add provider_fallback_test, to test aspects of fallback providersRichard Levitte
2020-06-04Fix missed fields in EVP_PKEY_meth_copy.Aaron Thompson