summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
2018-12-06Refactor the computation of API version limitsRichard Levitte
2018-12-06Switch to MAJOR.MINOR.PATCH versioning and version 3.0.0-devRichard Levitte
2018-12-05Fix some SSL_export_keying_material() issuesMatt Caswell
2018-12-03Docs: better deprecation textRichard Levitte
2018-12-03Docs fixup: some man3 pages had unindented code in SYNOPSISRichard Levitte
2018-12-03Doc: add doc/man7/openssl_user_macros.pod.inRichard Levitte
2018-11-30rsa/rsa_pk1.c: remove memcpy calls from RSA_padding_check_PKCS1_type_2.Andy Polyakov
2018-11-20Update copyright yearMatt Caswell
2018-11-18Add documentation for -pkeyopt_passinJohannes Bauer
2018-11-15Deprecate SSL_set_tmp_ecdhAntoine Salon
2018-11-15Making SRP_user_pwd functions publicAntoine Salon
2018-11-15Added SRP_VBASE_add0_user()Antoine Salon
2018-11-15SRP module documentationAntoine Salon
2018-11-15Add SSL_CTX_set_tmp_ecdh.podAntoine Salon
2018-11-15SSL extra chain certificates docAntoine Salon
2018-11-14KMAC implementation using EVP_MACShane Lontis
2018-11-12Added missing signature algorithm reflection functionsViktor Dukhovni
2018-11-12Merge the CA list documentation for clarityMatt Caswell
2018-11-12Separate ca_names handling for client and serverMatt Caswell
2018-11-12Some deabbreviationsDmitry Belyavskiy
2018-11-10Add EVP_PKEY_supports_digest_nid()David Woodhouse
2018-11-08Give a better error if an attempt is made to set a zero length groups listMatt Caswell
2018-11-05Add poly1305 MAC supportPaul Yang
2018-11-05Clarify the POD source for the list command.Pauli
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