summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for release of 3.0 alpha 3openssl-3.0.0-alpha3Matt Caswell2020-06-043-4/+4
* Update copyright yearMatt Caswell2020-06-0453-53/+53
* ossl_shim: const cast the param arguments to avoid errorsPauli2020-06-031-2/+4
* Fix a buffer overflow in drbg_ctr_generateBernd Edlinger2020-06-031-3/+5
* Update manpage to fix examples, other minor tweaksRich Salz2020-06-034-21/+19
* Cleanup cert config files for testsRich Salz2020-06-0315-345/+198
* ossl_shim: include core_names.h to resolve undeclared symbolsPauli2020-06-031-0/+1
* TEST: Test i2d_PKCS8PrivateKey_bio() and PEM_write_bio_PKCS8PrivateKey()Richard Levitte2020-06-021-0/+35
* PEM: Make PKCS8 serializers aware of OSSL_SERIALIZERsRichard Levitte2020-06-021-35/+82
* fix a docs typoJack O'Connor2020-06-021-1/+1
* Prevent extended tests run unexpectedly in appveyorBernd Edlinger2020-06-021-1/+2
* Move EC_METHOD to internal-onlyBilly Brumley2020-06-0218-163/+177
* APPS: Remove make_config_name, use CONF_get1_default_config_file insteadRichard Levitte2020-06-024-36/+26
* Remove getenv(OPENSSL_FIPS) in openssl commandBernd Edlinger2020-06-011-5/+0
* Revert the check for NaN in %f formatBernd Edlinger2020-06-012-36/+1
* undeprecate SSL_CTX_load_verify_locations and X509_STORE_load_locationsTim Hudson2020-06-019-29/+11
* Make BIO_do_connect() and friends handle multiple IP addressesDr. David von Oheimb2020-06-011-1/+10
* add FFDH to speed commandHubert Kario2020-06-011-5/+320
* bio printf: Avoid using rounding errors in range checkBernd Edlinger2020-05-292-1/+41
* DOCS: add openssl-core_names.h(7)Richard Levitte2020-05-291-0/+49
* DOCS: add openssl-core_numbers.h(7)Richard Levitte2020-05-292-1/+56
* EVP_EncryptInit.pod: fix examplePatrick Steuer2020-05-281-1/+1
* RSA: Do not set NULL OAEP labelsBenjamin Kaduk2020-05-281-1/+2
* params: do not ignore zero-length stringsBenjamin Kaduk2020-05-281-4/+3
* test HKDF with empty IKMBenjamin Kaduk2020-05-281-0/+42
* Add a test for fetching EVP_PKEY style algs without a providerMatt Caswell2020-05-281-0/+42
* Fail if we fail to fetch the EVP_KEYMGMTMatt Caswell2020-05-282-4/+49
* Update gost-engine commit to match the API changesDmitry Belyavskiy2020-05-281-0/+0
* util/mkpod2html.pl: Fix unbalanced quotesRichard Levitte2020-05-281-1/+1
* Fix errtest for older compilersShane Lontis2020-05-281-2/+6
* ossl_shim: use the correct ticket key call back.Pauli2020-05-283-17/+12
* fips: add AES OFB mode ciphers to FIPS provider.Pauli2020-05-282-24/+3
* fips: add AES CFB mode ciphers to FIPS provider.Pauli2020-05-282-24/+9
* Avoid undefined behavior with unaligned accessesBernd Edlinger2020-05-2712-72/+147
* Rename EVP_PKEY_cmp() to EVP_PKEY_eq() and EVP_PKEY_cmp_parameters() to EVP_P...Dr. David von Oheimb2020-05-2712-22/+55
* crypto/cms: add CAdES-BES signed attributes validationFdaSilvaYY2020-05-2719-150/+462
* PROV: Use rsa_padding_add_PKCS1_OAEP_mgf1_with_libctx() in RSA-OAEPRichard Levitte2020-05-273-12/+14
* doc: fix trace category namesDr. Matthias St. Pierre2020-05-272-4/+4
* Clean up some doc nitsRich Salz2020-05-272-8/+5
* Fix X509_PUBKEY_cmp(), move to crypto/x509/x_pubkey.c, rename, export, and do...Dr. David von Oheimb2020-05-265-22/+35
* Constify X509_PUBKEY_get(), X509_PUBKEY_get0(), and X509_PUBKEY_get0_param()Dr. David von Oheimb2020-05-2612-20/+20
* PROV: Fix RSA-OAEP memory leakRichard Levitte2020-05-261-0/+1
* Update core_names.h fields and document most fields.Shane Lontis2020-05-2641-472/+1375
* Fix ERR_print_errors so that it matches the documented format in doc/man3/ERR...Shane Lontis2020-05-267-37/+271
* ossl_shim: add deprecation guards around the -use-ticket-callback option.Pauli2020-05-263-0/+15
* Coverity 1463830: Resource leaks (RESOURCE_LEAK)Pauli2020-05-261-0/+1
* Update the gost-engine submoduleDmitry Belyavskiy2020-05-251-0/+0
* Fix omissions in providers/common/der/build.infoRichard Levitte2020-05-251-27/+55
* Drop special case of time interval calculation for VMSTomas Mraz2020-05-251-34/+0
* Revert "Guard use of struct tms with #ifdef __TMS"Tomas Mraz2020-05-251-16/+3