summaryrefslogtreecommitdiffstats
path: root/doc (follow)
Commit message (Expand)AuthorAgeFilesLines
* ENGINE modules aren't special, so call them MODULESRichard Levitte2019-02-111-1/+1
* Allow the syntax of the .include directive to optionally have '='Tomas Mraz2019-02-111-0/+7
* Update d2i_PrivateKey documentationTodd Short2019-02-081-7/+11
* Make OPENSSL_malloc_init() a no-opMatt Caswell2019-02-071-4/+2
* blake2: add EVP_MAC man pageAntoine Salon2019-02-062-7/+124
* Remove unnecessary trailing whitespaceSam Roberts2019-02-0510-10/+10
* Make some simple getters take const SSL/SSL_CTXSam Roberts2019-02-053-5/+5
* Fix end-point shared secret for DTLS/SCTPMichael Tuexen2019-02-013-0/+27
* Document and add macros for additional DSA optionsDavid Benjamin2019-01-301-1/+15
* Complain if -twopass is used incorrectlyMatt Caswell2019-01-301-1/+2
* crypto/cms: Add support for CAdES Basic Electronic Signatures (CAdES-BES)Antonio Iacono2019-01-272-0/+86
* add an additional async notification communication method based on callbackPing Yu2019-01-273-20/+185
* clarify which functions are the CMS functions which must have CMS_PARTIAL setMichael Richardson2019-01-271-1/+2
* Remove stray -modulus option from the ec manual page.Tomas Mraz2019-01-271-4/+0
* Add missing EVP_MD documentationAntoine Salon2019-01-182-18/+91
* s_client: Add basic proxy authentication supportMarc2019-01-181-0/+17
* More configurable crypto and ssl library initializationViktor Dukhovni2019-01-072-12/+35
* doc/man1/x509.pod: fix typoDr. Matthias St. Pierre2019-01-071-1/+1
* Implement OPENSSL_INIT_NO_ATEXITMatt Caswell2019-01-041-1/+8
* Fixed minor typo in the req.pod docsBehrang2018-12-291-1/+1
* fixed grammar typoMichael Richardson2018-12-271-2/+2
* Minor doc fixes for EVP_MAC.David Makepeace2018-12-232-2/+2
* EVP_PKEY_size declared to take a const parameterShreya Bhandare2018-12-231-1/+1
* Fix function names in ct(7) documentationChristian Heimes2018-12-191-1/+1
* man: harmonize the various formulations in the HISTORY sectionsDr. Matthias St. Pierre2018-12-15114-178/+186
* doc/man3: remove copy&paste leftoverDr. Matthias St. Pierre2018-12-121-3/+0
* Use the correct function nameJakub Jelen2018-12-121-1/+1
* Fixed typo (vi leftover).Tobias Stoeckmann2018-12-121-1/+1
* Add RFC5297 AES-SIV supportTodd Short2018-12-112-1/+44
* Document the num_tickets s_server optionMatt Caswell2018-12-102-5/+13
* ssl: Linux TLS Tx OffloadBoris Pismenny2018-12-072-1/+30
* Doc: fix reference to deprecated methods.FdaSilvaYY2018-12-061-1/+1
* Remaining boilerplate change in doc/man3/OpenSSL_version.podRichard Levitte2018-12-061-1/+1
* Following the license change, modify the boilerplates in doc/man7/Richard Levitte2018-12-0624-24/+24
* Following the license change, modify the boilerplates in doc/man5/Richard Levitte2018-12-062-2/+2
* Following the license change, modify the boilerplates in doc/man3/Richard Levitte2018-12-06469-469/+469
* Following the license change, modify the boilerplates in doc/man1/Richard Levitte2018-12-0650-50/+50
* Refactor the computation of API version limitsRichard Levitte2018-12-063-5/+46
* Switch to MAJOR.MINOR.PATCH versioning and version 3.0.0-devRichard Levitte2018-12-063-114/+192
* Fix some SSL_export_keying_material() issuesMatt Caswell2018-12-051-1/+2
* Docs: better deprecation textRichard Levitte2018-12-0314-46/+46
* Docs fixup: some man3 pages had unindented code in SYNOPSISRichard Levitte2018-12-032-6/+7
* Doc: add doc/man7/openssl_user_macros.pod.inRichard Levitte2018-12-031-0/+60
* rsa/rsa_pk1.c: remove memcpy calls from RSA_padding_check_PKCS1_type_2.Andy Polyakov2018-11-301-1/+6
* Update copyright yearMatt Caswell2018-11-2016-16/+16
* Add documentation for -pkeyopt_passinJohannes Bauer2018-11-181-0/+18
* Deprecate SSL_set_tmp_ecdhAntoine Salon2018-11-151-0/+2
* Making SRP_user_pwd functions publicAntoine Salon2018-11-153-22/+85
* Added SRP_VBASE_add0_user()Antoine Salon2018-11-152-2/+12
* SRP module documentationAntoine Salon2018-11-156-1/+452