summaryrefslogtreecommitdiffstats
path: root/doc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Document SSL_CTX_set_recv_max_early_data() etcMatt Caswell2018-07-061-3/+30
* Add missing include file to docRich Salz2018-07-051-0/+2
* Document more EVP_MD_CTX functionsRichard Levitte2018-07-041-2/+50
* Fix some issues found by Denian's lintian toolRich Salz2018-07-0314-93/+101
* Add the ability to configure anti-replay via SSL_CONFMatt Caswell2018-07-022-0/+32
* Document the new early data callback and optionMatt Caswell2018-07-022-1/+45
* Modify the DEVRANDOM source so that the files are kept open persistently.Pauli2018-06-261-1/+13
* Document changes to SSL_OP_NO_TICKET for TLSv1.3Matt Caswell2018-06-262-13/+41
* Fix prototype of ASN1_INTEGER_get and ASN1_INTEGER_setKurt Roeckx2018-06-231-2/+2
* OpenSSL-II style for emacs: don't indent because of extern blockRichard Levitte2018-06-231-0/+1
* add documentation for OCSP_basic_verify()David von Oheimb2018-06-211-1/+29
* Fix spelling errors in documentation.Pauli2018-06-214-9/+9
* Update copyright yearMatt Caswell2018-06-206-6/+6
* Fix & update documentation about RAND_priv_bytes()Nicola Tuveri2018-06-193-23/+75
* Add EVP_PKEY_set_alias_typeJack Lloyd2018-06-191-1/+15
* add 'unsupported cipher mode' diagnostics to evp_lib.c and genpkey.cDavid von Oheimb2018-06-182-2/+3
* Repair broken C syntax (missing close parens) in a manual page.Eric S. Raymond2018-06-151-5/+5
* Fix manpage problemsEric S. Raymond2018-06-132-3/+1
* doc/man7/passphrase-encoding.pod: Make consistentRichard Levitte2018-06-131-4/+4
* Document return value of X509_add_extViktor Dukhovni2018-06-121-2/+4
* Deprecate DSA_sign_setup() in the documentationNicola Tuveri2018-06-121-7/+6
* Documentation for missing s_client/s_server optionsDmitry Belyavskiy2018-06-082-2/+95
* Add function for setting the EVP_PKEY_ASN1_METHOD raw key getter functionsMatt Caswell2018-06-081-2/+15
* Document the raw key getter functionsMatt Caswell2018-06-081-10/+39
* Document UTF-8 expectation for pass phrases passed to OSSL_STORERichard Levitte2018-06-073-16/+18
* Document failure return for ECDSA_SIG_newKen Goldman2018-06-021-0/+2
* STORE: split off the description of the 'file' scheme loaderRichard Levitte2018-06-012-24/+76
* apps/speed.c: add -aead flag.Andy Polyakov2018-05-301-4/+10
* Add APIs for custom X509_LOOKUP_METHOD creationMingtao Yang2018-05-302-0/+190
* Update the "Connected Commands" section of s_client/s_server docsMatt Caswell2018-05-292-8/+51
* Update copyright yearMatt Caswell2018-05-2924-24/+24
* ECDSA_SIG: add simple getters for commonly used struct membersDr. Matthias St. Pierre2018-05-281-2/+12
* RSA: add simple getters for commonly used struct membersDr. Matthias St. Pierre2018-05-281-1/+21
* DSA: add simple getters for commonly used struct membersDr. Matthias St. Pierre2018-05-281-2/+14
* DH: fix: add simple getters for commonly used struct membersDr. Matthias St. Pierre2018-05-281-1/+5
* Improve the example getpass() implementation to show an error returnNick Mathewson2018-05-261-6/+5
* Update documentation for PEM callback: error is now -1.Nick Mathewson2018-05-261-1/+1
* Add a sanity check on the length of pkeyutl inputsMatt Caswell2018-05-241-21/+26
* Skip CN DNS name constraint checks when not neededViktor Dukhovni2018-05-233-6/+24
* Allow the ca application to use EdDSAMatt Caswell2018-05-181-1/+2
* DH: add simple getters for commonly used DH struct membersDr. Matthias St. Pierre2018-05-181-3/+17
* Add documentation for the ability to control the number of ticketsMatt Caswell2018-05-171-0/+68
* Allow configuation of the number of TLSv1.3 session tickets via SSL_CONFMatt Caswell2018-05-171-0/+2
* Link in passphrase-encoding(7) in relevant documentationRichard Levitte2018-05-1411-10/+60
* Docs: add general document on how pass phrases are handledRichard Levitte2018-05-141-0/+182
* Fix typo: 'is an error occurred' in documentationDr. Matthias St. Pierre2018-05-114-4/+4
* Rework the decrypt ticket callbackMatt Caswell2018-05-111-47/+84
* Document when a new session ticket gets created on resumptionMatt Caswell2018-05-111-0/+6
* Provide documentation for the -psk_session optionMatt Caswell2018-05-112-0/+14
* Fix typos in x509 documentationDr. Matthias St. Pierre2018-05-092-2/+2