summaryrefslogtreecommitdiffstats
path: root/gost-engine (unfollow)
Commit message (Expand)AuthorFilesLines
2020-06-03ossl_shim: const cast the param arguments to avoid errorsPauli1-2/+4
2020-06-03Fix a buffer overflow in drbg_ctr_generateBernd Edlinger1-3/+5
2020-06-03Update manpage to fix examples, other minor tweaksRich Salz4-21/+19
2020-06-03Cleanup cert config files for testsRich Salz15-345/+198
2020-06-03ossl_shim: include core_names.h to resolve undeclared symbolsPauli1-0/+1
2020-06-02TEST: Test i2d_PKCS8PrivateKey_bio() and PEM_write_bio_PKCS8PrivateKey()Richard Levitte1-0/+35
2020-06-02PEM: Make PKCS8 serializers aware of OSSL_SERIALIZERsRichard Levitte1-35/+82
2020-06-02fix a docs typoJack O'Connor1-1/+1
2020-06-02Prevent extended tests run unexpectedly in appveyorBernd Edlinger1-1/+2
2020-06-02Move EC_METHOD to internal-onlyBilly Brumley18-163/+177
2020-06-02APPS: Remove make_config_name, use CONF_get1_default_config_file insteadRichard Levitte4-36/+26
2020-06-01Remove getenv(OPENSSL_FIPS) in openssl commandBernd Edlinger1-5/+0
2020-06-01Revert the check for NaN in %f formatBernd Edlinger2-36/+1
2020-06-01undeprecate SSL_CTX_load_verify_locations and X509_STORE_load_locationsTim Hudson9-29/+11
2020-06-01Make BIO_do_connect() and friends handle multiple IP addressesDr. David von Oheimb1-1/+10
2020-06-01add FFDH to speed commandHubert Kario1-5/+320
2020-05-29bio printf: Avoid using rounding errors in range checkBernd Edlinger2-1/+41