summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
2019-05-21Params conversion tests.Pauli
2019-05-16Added X963KDF APIShane Lontis
2019-05-12EVP_FETCH: remove the need to transport the legacy NID through constructionRichard Levitte
2019-05-12EVP_FETCH: deal with names without pre-defined NIDsRichard Levitte
2019-05-12Create internal number<->name mapping APIRichard Levitte
2019-05-12Ignore entropy from RAND_add()/RAND_seed() in FIPS mode [fixup]Dr. Matthias St. Pierre
2019-05-10Ignore entropy from RAND_add()/RAND_seed() in FIPS modeDr. Matthias St. Pierre
2019-05-09Squashed commit of the following:Lorinczy Zsigmond
2019-05-08Allow specifying the tag after AAD in CCM modeTobias Nießen
2019-05-07ssl: Add SSL_sendfileBoris Pismenny
2019-05-07man: fix a typo and a grammar nit in EVP_PKEY_meth_new(3)Dr. Matthias St. Pierre
2019-05-03Added EVP_KDF (similiar to the EVP_MAC)Shane Lontis
2019-05-02Update internal documentation after global data move to OPENSSL_CTXMatt Caswell
2019-05-01gendsa: dsaparam: introduce -verbose option to enable outputPhilip Prindeville
2019-05-01genrsa: introduce -verbose option to enable outputPhilip Prindeville
2019-04-30Replumbing: give the possibility for the provider to create a contextRichard Levitte
2019-04-24doc: Get rid of unrelated reference to DSA_new()Jakub Jelen
2019-04-24Added app for EVP_KDFShane Lontis
2019-04-23Add a way for the application to get OpenSSL configuration dataRichard Levitte
2019-04-19Check if num is 0 before trying to malloc memory. Otherwise for client hellos...dyrock
2019-04-19Clarify the documentation on the use of ChaCha20Matt Caswell
2019-04-16Add documentation for the BIO_s_mem pecularitiesTomas Mraz
2019-04-12Further harmonisation of manual page HISTORY sectionsJoshua Lock
2019-04-12Update various man pages to place HISTORY section after SEE ALSOJoshua Lock
2019-04-12Add CMAC speed measurementsBernd Edlinger
2019-04-12Add prediction resistance capability to the DRBG reseeding process.Pauli
2019-04-11doc fixupsShane Lontis
2019-04-11Separate the lookup testNicola Tuveri
2019-04-11added code to validate EC named curve parametersShane Lontis
2019-04-09Make X509_set_sm2_id consistent with other settersPaul Yang
2019-04-09Params API: {utf8,octet}_ptr need to know the data sizeRichard Levitte
2019-04-09Use the right NID when putting a method in the storeMatt Caswell
2019-04-09Params: add OSSL_PARAM_construct_end()Richard Levitte
2019-04-05EVP configuration section: add 'default_properties' commandRichard Levitte
2019-04-05EVP_set_default_properties(): New function to set global propertiesRichard Levitte
2019-04-04trace: add PROVIDER_CONF trace categoryDr. Matthias St. Pierre
2019-04-04Correct the documentation about SSL_CIPHER_description()Matt Caswell
2019-04-03Modify OCSP to use alt MD for cert IDs in responsesTodd Short
2019-04-03Ensure EVP_MD_CTX_md returns the EVP_MD originally usedMatt Caswell
2019-04-03Replumbing: add documentation for the provider configuration moduleRichard Levitte
2019-04-01add documentationBoris Pismenny
2019-03-30issue-8493: Fix for filenames with newlines using openssl dgstPauli
2019-03-30Add documents for SM2 cert verificationPaul Yang
2019-03-30trace: rename the default trace category from 'ANY' to 'ALL'Dr. Matthias St. Pierre
2019-03-30trace: apps/openssl: print the correct category nameDr. Matthias St. Pierre
2019-03-29Remove heartbeats completelyRichard Levitte
2019-03-28Make OCSP_id_cmp and OCSP_id_issuer_cmp accept const paramsMatt Caswell
2019-03-27Don't allow SHAKE128/SHAKE256 with HMACMatt Caswell
2019-03-27Fix three identical grammatical errorsDr. Matthias St. Pierre
2019-03-25ts(1): digest option is mandatoryHubert Kario