summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/EVP_SignInit.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* delete references to ERR pages from SEE ALSO where suchschwarze2019-06-101-3/+2
| | | | references were already given below RETURN VALUES right above
* Fix bogus cross reference: EVP_SignDigest* -> EVP_DigestSign*tb2019-06-051-3/+3
|
* EVP_MD_CTX_cleanup() is deprecated and doesn't free, so recommend usingtb2018-12-231-3/+3
| | | | | | EVP_MD_CTX_free() instead if the goal is to avoid leaking memory. From my corresponding upstream commit, reminded by schwarze
* sync with const changes in evp.h r1.64.tb2018-07-091-3/+3
|
* Document EVP_PKEY_bits(3).schwarze2018-05-131-3/+14
| | | | | | | It is clearly public because it is declared in <openssl/evp.h>, refenced from EVP_PKEY_asn1_set_public(3), and similar to the documented functions DH_bits(3) and RSA_bits(3). Triggered by tb@ adding a const qualifier to its argument.
* Remove mention of link between message digests and public key algorithms.schwarze2018-03-291-8/+4
| | | | | | | | | | | | | The comment in EVP_DigestInit.pod is: "EVP_MD_pkey_type() returns the NID of the public key signing algorithm associated with this digest. For example EVP_sha1() is associated with RSA so this will return NID_sha1WithRSAEncryption. Since digests and signature algorithms are no longer linked this function is only retained for compatibility reasons." So there is no link anymore. From <paul dot dale at oracle dot com> via OpenSSL commit 79b49fb0 Mar 20 10:03:10 2018 +1000
* found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballsschwarze2018-03-271-4/+6
| | | | on the web, so fix up SSLeay HISTORY accordingly
* crypto HISTORY up to 0.9.7; researched from OpenSSL gitschwarze2018-03-221-3/+4
|
* evp.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL gitschwarze2018-03-201-4/+6
|
* New manual page EVP_PKEY_asn1_new(3) from Richard Levitteschwarze2018-02-141-2/+3
| | | | | | | | | | | via OpenSSL commit 751148e2 Oct 27 00:11:11 2017 +0200, including only the parts related to functions that exist in OpenBSD. The design of these interfaces is not particularly pretty, they are not particularly easy to document, and the manual page does not look particularly good when formatted, but what can we do, things are as they are...
* Copyright and licenseschwarze2016-11-261-2/+51
|
* various cleanup;jmc2016-11-211-7/+6
|
* first pass; ok schwarzejmc2016-11-061-1/+3
|
* convert EVP manuals from pod to mdocschwarze2016-11-031-0/+167