summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
2018-11-05GMAC implementationPauli
2018-11-02doc/man7/EVP_MAC_*.pod: incorrect english correctedRichard Levitte
2018-11-02apps: Stop pretending to care about Netscape keysRichard Levitte
2018-11-02Fix a doc-nit in EVP_PKEY_CTX_ctrl.podPaul Yang
2018-11-02openssl list -mac-algorithms support.Pauli
2018-10-30EVP_MAC: Add SipHash implementationRichard Levitte
2018-10-30EVP_MAC: Add HMAC implementationRichard Levitte
2018-10-30EVP_MAC: Add CMAC implementationRichard Levitte
2018-10-29Add EVP_MAC APIRichard Levitte
2018-10-17s390x assembly pack: add OPENSSL_s390xcap man page.Patrick Steuer
2018-10-17EVP module documentation passAntoine Salon
2018-10-11Fix compiling warnings in example codePaul Yang
2018-10-08apps: allow empty attribute values with -subjBenjamin Kaduk
2018-10-08Cleanup typos and grammar in DES_random_key.podԜеѕ
2018-10-02Change DRBG's to DRBGsShane Lontis
2018-10-01'openssl list': add option -objects to list built in objectsRichard Levitte
2018-09-28Added DRBG_HMAC & DRBG_HASH + Added defaults for setting DRBG for master/publ...Shane Lontis
2018-09-26Add missing cipher aliases to openssl(1)Antoine Salon
2018-09-26doc/man3/SSL_set_bio.pod: Fix wrong function name in return values sectionJames Callahan
2018-09-25Update enc(1) examples to more recent ciphers and key derivation algorithmsAntoine Salon
2018-09-24Document OPENSSL_VERSION_TEXT macroDaniel Bevenius
2018-09-20Add some missing ciphers in 'enc' documentPaul Yang
2018-09-17Fixed typos in hkdf documentation.David Makepeace
2018-09-17Use 'i' as parameter name not 'I'.Pauli
2018-09-17Update RAND_DRBG.podMatt Eaton
2018-09-16Improve SSL_shutdown() documentationKurt Roeckx
2018-09-13Don't allow -early_data with other options where it doesn't workMatt Caswell
2018-09-12Speed for HMACs.Pauli
2018-09-11Update copyright yearMatt Caswell
2018-09-07Remove a reference to SSL_force_post_handshake_auth()Matt Caswell
2018-09-07Add missing SM2err and fix doc nitsPaul Yang
2018-09-07Allow EVP_MD_CTX_set_pkey_ctx to accept NULL pctxPaul Yang
2018-09-07Add a SM2(7) man pagePaul Yang
2018-09-07Update document for SM2 stuffsPaul Yang
2018-09-07Support EdDSA in apps/speedPaul Yang
2018-09-04Clarify the return value of SSL_client_version()Matt Caswell
2018-09-04Clarify the EVP_DigestSignInit docsMatt Caswell
2018-09-04Fix example in crl(1) man pageJakub Wilk
2018-09-03Rename SSL[_CTX]_add1_CA_list -> SSL[_CTX]_add1_to_CA_listRichard Levitte
2018-09-03add docs for OCSP_resp_get0_signaturePaul Kehrer
2018-09-03add getter for tbsResponseData and signatureAlgorithm on OCSP_BASICRESPPaul Kehrer
2018-09-01Add a note in the docs about sharing PSKs between TLSv1.2 and TLSv1.3Matt Caswell
2018-09-01TLSv1.3 related changes to man pagesHubert Kario
2018-08-24Add semicolon at the end of the function prototypesPaul Yang
2018-08-22Fix typos in documentation.parasssh
2018-08-22man3/OBJ_nid2obj.pod: mention failure code for OBJ_create.Andy Polyakov
2018-08-22Ignore the digest in req app if using EdDSAMatt Caswell
2018-08-22Improve the usability of the ca app using EdDSAMatt Caswell
2018-08-22Fix typos in documentationJakub Wilk
2018-08-20Add support for SSL_CTX_set_post_handshake_auth()Matt Caswell