summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Add EVP_PKEY_supports_digest_nid()David Woodhouse2018-11-103-1/+56
* Give a better error if an attempt is made to set a zero length groups listMatt Caswell2018-11-081-0/+3
* Add poly1305 MAC supportPaul Yang2018-11-052-1/+57
* Clarify the POD source for the list command.Pauli2018-11-051-9/+6
* GMAC implementationPauli2018-11-052-0/+90
* doc/man7/EVP_MAC_*.pod: incorrect english correctedRichard Levitte2018-11-023-3/+3
* apps: Stop pretending to care about Netscape keysRichard Levitte2018-11-022-26/+10
* Fix a doc-nit in EVP_PKEY_CTX_ctrl.podPaul Yang2018-11-021-1/+1
* openssl list -mac-algorithms support.Pauli2018-11-021-0/+8
* EVP_MAC: Add SipHash implementationRichard Levitte2018-10-302-1/+63
* EVP_MAC: Add HMAC implementationRichard Levitte2018-10-302-1/+73
* EVP_MAC: Add CMAC implementationRichard Levitte2018-10-302-8/+65
* Add EVP_MAC APIRichard Levitte2018-10-291-0/+348
* s390x assembly pack: add OPENSSL_s390xcap man page.Patrick Steuer2018-10-171-0/+173
* EVP module documentation passAntoine Salon2018-10-1715-46/+349
* Fix compiling warnings in example codePaul Yang2018-10-111-2/+3
* apps: allow empty attribute values with -subjBenjamin Kaduk2018-10-083-6/+13
* Cleanup typos and grammar in DES_random_key.podԜеѕ2018-10-081-14/+14
* Change DRBG's to DRBGsShane Lontis2018-10-021-4/+4
* 'openssl list': add option -objects to list built in objectsRichard Levitte2018-10-011-0/+5
* Added DRBG_HMAC & DRBG_HASH + Added defaults for setting DRBG for master/publ...Shane Lontis2018-09-281-5/+35
* Add missing cipher aliases to openssl(1)Antoine Salon2018-09-261-0/+57
* doc/man3/SSL_set_bio.pod: Fix wrong function name in return values sectionJames Callahan2018-09-261-2/+2
* Update enc(1) examples to more recent ciphers and key derivation algorithmsAntoine Salon2018-09-251-12/+11
* Document OPENSSL_VERSION_TEXT macroDaniel Bevenius2018-09-241-1/+6
* Add some missing ciphers in 'enc' documentPaul Yang2018-09-201-0/+25
* Fixed typos in hkdf documentation.David Makepeace2018-09-171-2/+2
* Use 'i' as parameter name not 'I'.Pauli2018-09-171-2/+2
* Update RAND_DRBG.podMatt Eaton2018-09-171-1/+1
* Improve SSL_shutdown() documentationKurt Roeckx2018-09-164-40/+52
* Don't allow -early_data with other options where it doesn't workMatt Caswell2018-09-131-5/+9
* Speed for HMACs.Pauli2018-09-121-0/+5
* Update copyright yearMatt Caswell2018-09-1130-30/+30
* Remove a reference to SSL_force_post_handshake_auth()Matt Caswell2018-09-071-1/+1
* Add missing SM2err and fix doc nitsPaul Yang2018-09-074-28/+30
* Allow EVP_MD_CTX_set_pkey_ctx to accept NULL pctxPaul Yang2018-09-071-3/+5
* Add a SM2(7) man pagePaul Yang2018-09-071-0/+77
* Update document for SM2 stuffsPaul Yang2018-09-075-7/+70
* Support EdDSA in apps/speedPaul Yang2018-09-071-0/+4
* Clarify the return value of SSL_client_version()Matt Caswell2018-09-041-9/+13
* Clarify the EVP_DigestSignInit docsMatt Caswell2018-09-042-5/+10
* Fix example in crl(1) man pageJakub Wilk2018-09-041-1/+1
* Rename SSL[_CTX]_add1_CA_list -> SSL[_CTX]_add1_to_CA_listRichard Levitte2018-09-031-6/+6
* add docs for OCSP_resp_get0_signaturePaul Kehrer2018-09-031-0/+4
* add getter for tbsResponseData and signatureAlgorithm on OCSP_BASICRESPPaul Kehrer2018-09-031-0/+8
* Add a note in the docs about sharing PSKs between TLSv1.2 and TLSv1.3Matt Caswell2018-09-012-0/+18
* TLSv1.3 related changes to man pagesHubert Kario2018-09-0110-47/+78
* Add semicolon at the end of the function prototypesPaul Yang2018-08-242-8/+8
* Fix typos in documentation.parasssh2018-08-224-8/+8
* man3/OBJ_nid2obj.pod: mention failure code for OBJ_create.Andy Polyakov2018-08-221-1/+2