summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2020-06-04Prepare for 3.0 alpha 4Matt Caswell
2020-06-04Prepare for release of 3.0 alpha 3openssl-3.0.0-alpha3Matt Caswell
2020-06-04Update copyright yearMatt Caswell
2020-06-03ossl_shim: const cast the param arguments to avoid errorsPauli
2020-06-03Fix a buffer overflow in drbg_ctr_generateBernd Edlinger
2020-06-03Update manpage to fix examples, other minor tweaksRich Salz
2020-06-03Cleanup cert config files for testsRich Salz
2020-06-03ossl_shim: include core_names.h to resolve undeclared symbolsPauli
2020-06-02TEST: Test i2d_PKCS8PrivateKey_bio() and PEM_write_bio_PKCS8PrivateKey()Richard Levitte
2020-06-02PEM: Make PKCS8 serializers aware of OSSL_SERIALIZERsRichard Levitte
2020-06-02fix a docs typoJack O'Connor
2020-06-02Prevent extended tests run unexpectedly in appveyorBernd Edlinger
2020-06-02Move EC_METHOD to internal-onlyBilly Brumley
2020-06-02APPS: Remove make_config_name, use CONF_get1_default_config_file insteadRichard Levitte
2020-06-01Remove getenv(OPENSSL_FIPS) in openssl commandBernd Edlinger
2020-06-01Revert the check for NaN in %f formatBernd Edlinger
2020-06-01undeprecate SSL_CTX_load_verify_locations and X509_STORE_load_locationsTim Hudson
2020-06-01Make BIO_do_connect() and friends handle multiple IP addressesDr. David von Oheimb
2020-06-01add FFDH to speed commandHubert Kario
2020-05-29bio printf: Avoid using rounding errors in range checkBernd Edlinger
2020-05-29DOCS: add openssl-core_names.h(7)Richard Levitte
2020-05-29DOCS: add openssl-core_numbers.h(7)Richard Levitte
2020-05-28EVP_EncryptInit.pod: fix examplePatrick Steuer
2020-05-28RSA: Do not set NULL OAEP labelsBenjamin Kaduk
2020-05-28params: do not ignore zero-length stringsBenjamin Kaduk
2020-05-28test HKDF with empty IKMBenjamin Kaduk
2020-05-28Add a test for fetching EVP_PKEY style algs without a providerMatt Caswell
2020-05-28Fail if we fail to fetch the EVP_KEYMGMTMatt Caswell
2020-05-28Update gost-engine commit to match the API changesDmitry Belyavskiy
2020-05-28util/mkpod2html.pl: Fix unbalanced quotesRichard Levitte