summaryrefslogtreecommitdiffstats
path: root/INSTALL (unfollow)
Commit message (Expand)AuthorFilesLines
2018-03-19Stop test/shlibloadtest.c from failing in a regression testRichard Levitte1-1/+13
2018-03-19Add a simple method to run regression testsRichard Levitte1-0/+20
2018-03-18NOTES.WIN: classify targets to "native" and "hosted" and restructure.Andy Polyakov1-55/+80
2018-03-17Fix miscellaneous typos in docs and sourceDr. Matthias St. Pierre5-7/+7
2018-03-17ts_RESP_sign: Don't try to use v2 signing when ESS digest isn't setRichard Levitte1-1/+2
2018-03-17Return error when trying to use prediction resistanceKurt Roeckx4-1/+17
2018-03-17Propagate the request for prediction resistance to the get entropy callKurt Roeckx5-19/+29
2018-03-17Fix a memory leak in tls1_macBernd Edlinger1-1/+3
2018-03-17Fix a memory leak in n_ssl3_macBernd Edlinger1-1/+1
2018-03-17Fixed a crash in error handing of rand_drbg_newBernd Edlinger1-1/+1
2018-03-17Fix error handling in b2i_dss and b2i_rsaBernd Edlinger1-5/+15
2018-03-16RAND_DRBG: add a function for setting the default DRBG type and flagsDr. Matthias St. Pierre9-12/+69
2018-03-16INSTALL: Add a note about backward compatibility and "make variables"Richard Levitte1-1/+19
2018-03-16Configure: maintain compability with pre-"make variables" ConfigureRichard Levitte1-7/+9
2018-03-16Configure: Don't fail if there were "make variables" set in envRichard Levitte1-19/+33
2018-03-16VMS C: reduce the dependency paths to be relativeRichard Levitte1-3/+33
2018-03-16Visual C: reduce the dependency paths to be relativeRichard Levitte1-8/+33
2018-03-16util/add-depends.pl: add the possibility for debug printoutsRichard Levitte1-0/+1
2018-03-16Move all dependency post-processing to util/add-depends.plRichard Levitte5-193/+203
2018-03-15VMS: add alias macros to avoid 31 character symbol name limit warningRichard Levitte1-0/+5
2018-03-15Windows makefile: don't use different looking variants of same cmdRichard Levitte1-3/+1
2018-03-15Publish the RAND_DRBG APIDr. Matthias St. Pierre23-292/+302
2018-03-15Add code to run test, get malloc countsRich Salz1-0/+17
2018-03-15util/postprocess-makedepend.pl: make an effort to collect dependenciesRichard Levitte1-7/+38
2018-03-15util/postprocess-makedepend.pl: For VC, don't include system headersRichard Levitte1-2/+17
2018-03-15Streamline dependency generationRichard Levitte4-18/+126
2018-03-15Fix no-chacha and no-poly1305Matt Caswell1-3/+8
2018-03-15Fix a memory leak in the ca applicationMatt Caswell1-2/+2
2018-03-15Allow multiple entries without a Subject even if unique_subject == yesMatt Caswell2-0/+23
2018-03-15Report a readable error on a duplicate cert in ca appMatt Caswell1-105/+103
2018-03-15Revert "Don't allow an empty Subject when creating a Certificate"Matt Caswell1-10/+0
2018-03-15Revert "Don't crash on a missing Subject in index.txt"Matt Caswell1-4/+0
2018-03-15Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()Matt Caswell18-85/+87
2018-03-15Add functions for setting the new EVP_PKEY_ASN1_METHOD functionsMatt Caswell4-2/+53
2018-03-15Make sure all errors go on the stack in the EVP_PKEY_new*() functionsMatt Caswell1-2/+2
2018-03-15Expand the 25519/448 overview man pagesMatt Caswell2-0/+20
2018-03-15Add some test vectors for testing raw 448/25519 keysMatt Caswell1-0/+79
2018-03-15Add PrivateKeyRaw and PublicKeyRaw support to evp_testMatt Caswell1-2/+45
2018-03-15Add documentation for the newly added EVP_PKEY_new*() functionsMatt Caswell3-13/+81
2018-03-15Update the tests to use the new EVP_PKEY_new_private_key() functionMatt Caswell1-22/+8
2018-03-15Add the function EVP_PKEY_new_CMAC_key()Matt Caswell6-0/+38
2018-03-15Add support for setting raw private Poly1305 keysMatt Caswell1-1/+35
2018-03-15Add support for setting raw private SIPHASH keysMatt Caswell1-1/+35
2018-03-15Add support for setting raw private HMAC keysMatt Caswell9-19/+59
2018-03-15Add support for setting raw private/public 25519/448 keysMatt Caswell1-4/+53
2018-03-15Add functions to create an EVP_PKEY from raw private/public key dataMatt Caswell7-7/+85
2018-03-15Configure: allow to enable afalgeng if target does not start with LinuxSebastian Andrzej Siewior2-1/+2
2018-03-15Only update the server session cache when the session is readyMatt Caswell2-7/+14
2018-03-15Missings OIDs for XTS added.Pauli5-405/+440
2018-03-14Fix no-ecMatt Caswell1-0/+1