aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Doc update: minor typo in CMS_verify.podSambit Kumar Dash2019-05-241-1/+1
* Change default RSA, DSA and DH size to 2048 bitKurt Roeckx2019-05-211-4/+4
* Change SSL parameter SSL_session_reused constArne Schwabe2019-05-211-1/+1
* Params conversion tests.Pauli2019-05-211-1/+2
* Added X963KDF APIShane Lontis2019-05-162-0/+137
* EVP_FETCH: remove the need to transport the legacy NID through constructionRichard Levitte2019-05-121-14/+17
* EVP_FETCH: deal with names without pre-defined NIDsRichard Levitte2019-05-122-15/+16
* Create internal number<->name mapping APIRichard Levitte2019-05-121-0/+74
* Ignore entropy from RAND_add()/RAND_seed() in FIPS mode [fixup]Dr. Matthias St. Pierre2019-05-121-3/+3
* Ignore entropy from RAND_add()/RAND_seed() in FIPS modeDr. Matthias St. Pierre2019-05-102-0/+13
* Squashed commit of the following:Lorinczy Zsigmond2019-05-091-0/+6
* Allow specifying the tag after AAD in CCM modeTobias Nießen2019-05-081-1/+3
* ssl: Add SSL_sendfileBoris Pismenny2019-05-071-2/+29
* man: fix a typo and a grammar nit in EVP_PKEY_meth_new(3)Dr. Matthias St. Pierre2019-05-071-4/+4
* Added EVP_KDF (similiar to the EVP_MAC)Shane Lontis2019-05-031-16/+60
* Update internal documentation after global data move to OPENSSL_CTXMatt Caswell2019-05-023-38/+71
* gendsa: dsaparam: introduce -verbose option to enable outputPhilip Prindeville2019-05-012-6/+16
* genrsa: introduce -verbose option to enable outputPhilip Prindeville2019-05-011-0/+5
* Replumbing: give the possibility for the provider to create a contextRichard Levitte2019-04-301-1/+8
* doc: Get rid of unrelated reference to DSA_new()Jakub Jelen2019-04-241-1/+1
* Added app for EVP_KDFShane Lontis2019-04-243-4/+176
* Add a way for the application to get OpenSSL configuration dataRichard Levitte2019-04-233-2/+130
* Check if num is 0 before trying to malloc memory. Otherwise for client hellos...dyrock2019-04-191-0/+2
* Clarify the documentation on the use of ChaCha20Matt Caswell2019-04-191-1/+9
* Add documentation for the BIO_s_mem pecularitiesTomas Mraz2019-04-161-0/+16
* Further harmonisation of manual page HISTORY sectionsJoshua Lock2019-04-122-3/+3
* Update various man pages to place HISTORY section after SEE ALSOJoshua Lock2019-04-1221-136/+129
* Add CMAC speed measurementsBernd Edlinger2019-04-121-0/+5
* Add prediction resistance capability to the DRBG reseeding process.Pauli2019-04-124-16/+28
* doc fixupsShane Lontis2019-04-112-7/+7
* Separate the lookup testNicola Tuveri2019-04-111-0/+6
* added code to validate EC named curve parametersShane Lontis2019-04-111-1/+17
* Make X509_set_sm2_id consistent with other settersPaul Yang2019-04-091-4/+8
* Params API: {utf8,octet}_ptr need to know the data sizeRichard Levitte2019-04-091-6/+13
* Use the right NID when putting a method in the storeMatt Caswell2019-04-092-4/+10
* Params: add OSSL_PARAM_construct_end()Richard Levitte2019-04-091-1/+6
* EVP configuration section: add 'default_properties' commandRichard Levitte2019-04-051-4/+25
* EVP_set_default_properties(): New function to set global propertiesRichard Levitte2019-04-052-4/+59
* trace: add PROVIDER_CONF trace categoryDr. Matthias St. Pierre2019-04-041-0/+4
* Correct the documentation about SSL_CIPHER_description()Matt Caswell2019-04-041-1/+4
* Modify OCSP to use alt MD for cert IDs in responsesTodd Short2019-04-031-0/+7
* Ensure EVP_MD_CTX_md returns the EVP_MD originally usedMatt Caswell2019-04-032-6/+23
* Replumbing: add documentation for the provider configuration moduleRichard Levitte2019-04-031-0/+61
* add documentationBoris Pismenny2019-04-011-4/+11
* issue-8493: Fix for filenames with newlines using openssl dgstPauli2019-03-301-1/+2
* Add documents for SM2 cert verificationPaul Yang2019-03-302-1/+58
* trace: rename the default trace category from 'ANY' to 'ALL'Dr. Matthias St. Pierre2019-03-302-2/+2
* trace: apps/openssl: print the correct category nameDr. Matthias St. Pierre2019-03-301-0/+6
* Remove heartbeats completelyRichard Levitte2019-03-292-8/+0
* Make OCSP_id_cmp and OCSP_id_issuer_cmp accept const paramsMatt Caswell2019-03-281-2/+2