summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* man3/OPENSSL_ia32cap.pod: update assembler version requirements.Andy Polyakov2018-03-221-2/+2
* The default conv_form is uncompressedMatt Caswell2018-03-211-2/+2
* Document EC_POINT_get_affine_coordinates_*.David Benjamin2018-03-211-1/+4
* Convert _meth_get_ functions to const gettersJack Bates2018-03-215-30/+30
* Remove mention of link between message digests and public key algorithms.Pauli2018-03-212-10/+0
* Update copyright yearMatt Caswell2018-03-2027-27/+27
* Apply system_default configuration on SSL_CTX_new().Tomas Mraz2018-03-192-1/+17
* Don't use a ssl specific DRBG anymoreKurt Roeckx2018-03-191-14/+0
* Fix bio callback backward compatibilityBernd Edlinger2018-03-191-7/+11
* Document the replay protection capabilitiesMatt Caswell2018-03-191-8/+49
* Fix miscellaneous typos in docs and sourceDr. Matthias St. Pierre2018-03-172-3/+3
* Allow multiple entries without a Subject even if unique_subject == yesMatt Caswell2018-03-151-0/+4
* Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()Matt Caswell2018-03-155-38/+38
* Add functions for setting the new EVP_PKEY_ASN1_METHOD functionsMatt Caswell2018-03-151-2/+24
* Expand the 25519/448 overview man pagesMatt Caswell2018-03-152-0/+20
* Add documentation for the newly added EVP_PKEY_new*() functionsMatt Caswell2018-03-152-13/+79
* Add documentation for TLSv1.3 ciphersuite configurationMatt Caswell2018-03-146-30/+129
* Introduce SSL_CTX_set_stateless_cookie_{generate,verify}_cbBenjamin Saunders2018-03-122-2/+61
* Session Ticket app dataTodd Short2018-03-121-0/+149
* Fix propotype to include the const qualifierKurt Roeckx2018-03-111-7/+7
* Fixed a handful of typosAlex Gaynor2018-03-107-10/+10
* Document more X509_STORE functionsBenjamin Kaduk2018-03-091-0/+100
* Fix doc-nitsBen Kaduk2018-03-091-1/+1
* Add SSL/SSL_CTX_use_cert_and_key()Todd Short2018-03-092-2/+23
* Fixed a spelling mistake in ASN1_TIME_set.podAlex Gaynor2018-03-091-1/+1
* Give more information in the SSL_stateless return codeMatt Caswell2018-03-091-2/+3
* Update documentation for the new PSK behaviourMatt Caswell2018-03-092-58/+78
* Fixed several readability issues in DH_generate_parameters.podAlex Gaynor2018-03-081-4/+4
* Corrected two typos in a man pageAlex Gaynor2018-03-071-2/+2
* Implement multi-process OCSP responder.Viktor Dukhovni2018-03-071-1/+17
* BIO_s_mem.pod: fix indirection for out parameter **ppDr. Matthias St. Pierre2018-03-071-2/+2
* Fix a typo in the s_client man pageAlex Gaynor2018-03-061-2/+2
* Add support for .include directive in config filesTomas Mraz2018-03-051-0/+18
* Fixed a typo in a man pageAlex Gaynor2018-03-041-1/+1
* Fixed a typo in a man pageAlex Gaynor2018-03-031-1/+1
* Update some documentation for X448/Ed448Matt Caswell2018-03-025-21/+33
* Fix typo in ASN1_STRING_length docIvan Filenko2018-03-011-2/+2
* Do not set a nonzero default max_early_dataBenjamin Kaduk2018-02-281-3/+9
* Tell the ciphers which DRBG to use for generating random bytes.Kurt Roeckx2018-02-281-0/+14
* Fixed typo in description of EVP_CIPHER_meth_set_iv_length().David Makepeace2018-02-281-1/+1
* Fix documentation link to reference man3xemdetia2018-02-271-2/+2
* Update copyright yearMatt Caswell2018-02-276-6/+6
* Export keying material using early exporter master secretTatsuhiro Tsujikawa2018-02-261-4/+27
* STORE: Add documentation on search criteriaRichard Levitte2018-02-235-11/+278
* STORE: Add documentation on expecting specific infosRichard Levitte2018-02-234-7/+97
* Update EC_POINT_new.podPer Sandström2018-02-221-1/+1
* Add support for PBKDF2 for enc commandEasySec2018-02-211-2/+12
* Add BIO_bind function to bind local address for a socket.John Hughes2018-02-192-3/+18
* Add X509_get0_authority_key_id() functionMassimiliano Pala2018-02-191-0/+6
* Avoid mentioning uninitialised contexts.Pauli2018-02-192-10/+7