summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2020-05-28Fix errtest for older compilersShane Lontis
2020-05-28ossl_shim: use the correct ticket key call back.Pauli
2020-05-28fips: add AES OFB mode ciphers to FIPS provider.Pauli
2020-05-28fips: add AES CFB mode ciphers to FIPS provider.Pauli
2020-05-27Avoid undefined behavior with unaligned accessesBernd Edlinger
2020-05-27Rename EVP_PKEY_cmp() to EVP_PKEY_eq() and EVP_PKEY_cmp_parameters() to EVP_P...Dr. David von Oheimb
2020-05-27crypto/cms: add CAdES-BES signed attributes validationFdaSilvaYY
2020-05-27PROV: Use rsa_padding_add_PKCS1_OAEP_mgf1_with_libctx() in RSA-OAEPRichard Levitte
2020-05-27doc: fix trace category namesDr. Matthias St. Pierre
2020-05-27Clean up some doc nitsRich Salz
2020-05-26Fix X509_PUBKEY_cmp(), move to crypto/x509/x_pubkey.c, rename, export, and do...Dr. David von Oheimb
2020-05-26Constify X509_PUBKEY_get(), X509_PUBKEY_get0(), and X509_PUBKEY_get0_param()Dr. David von Oheimb
2020-05-26PROV: Fix RSA-OAEP memory leakRichard Levitte
2020-05-26Update core_names.h fields and document most fields.Shane Lontis
2020-05-26Fix ERR_print_errors so that it matches the documented format in doc/man3/ERR...Shane Lontis
2020-05-26ossl_shim: add deprecation guards around the -use-ticket-callback option.Pauli
2020-05-26Coverity 1463830: Resource leaks (RESOURCE_LEAK)Pauli
2020-05-25Update the gost-engine submoduleDmitry Belyavskiy
2020-05-25Fix omissions in providers/common/der/build.infoRichard Levitte
2020-05-25Drop special case of time interval calculation for VMSTomas Mraz
2020-05-25Revert "Guard use of struct tms with #ifdef __TMS"Tomas Mraz