summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/ECDSA_SIG_new.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use a better curve and a better hash for the ECDSA_do_sign() exampletb2024-11-151-9/+9
| | | | (Many examples in this directory are really bad. This is no exception.)
* Replace last ecdh.h and ecdsa.h occurrences with ec.htb2023-08-291-3/+3
| | | | | | Except if backward compatibility with older LibreSSL and OpenSSL versions is explicitly needed, ecdsa.h and ecdh.h should no longer be used. They are now trivial wrappers of ec.h.
* Remove remaining ECDSA_METHOD documentationtb2023-07-211-29/+4
|
* Remove ECDSA_{do_,}sign_ex() and ECDSA_sign_setup()tb2023-07-201-91/+9
| | | | | These very poorly designed interfaces will go away, so stop documenting them.
* Fix OpenSSL version in HISTORY sectiontb2023-03-071-3/+3
|
* Document ECDSA_SIG_get0_{r,s}()tb2023-03-061-2/+35
|
* Correctly document the return values of i2d_ECDSA_SIG(3) andschwarze2019-08-251-25/+28
| | | | | | | d2i_ECDSA_SIG(3); triggered by OpenSSL commit da4ea0cf Aug 5 16:13:24 2019 +0100, but solved differently. While here, adjust argument placeholders and wording to our usual conventions, and don't try to reiterate the complicated contents of ASN1_item_d2i(3) here.
* document the EC_KEY_METHOD function tableschwarze2019-08-161-2/+3
|
* add links back to crypto(3) to function group entry pagesschwarze2019-06-101-2/+3
| | | | | and to isolated obsolete pages; OK bcook@ jmc@
* Document the ECDSA_SIG_new(3) return value.schwarze2018-12-211-2/+10
| | | | | | Inspired by OpenSSL commit 6da34cfb Jun 2 16:17:32 2018 -0400 by Ken Goldman <kgoldman at us dot ibm dot com>, but use the same wording as in ASN1_item_new(3) instead.
* finish crypto HISTORY; mostly 1.1.0/6.3, but also various other fixesschwarze2018-03-231-1/+7
|
* crypto HISTORY up to 0.9.8; researched from OpenSSL gitschwarze2018-03-231-3/+21
|
* In ecdsa.h rev. 1.5 2018/03/17 15:24:44, tb@ providedschwarze2018-03-181-4/+39
| | | | | ECDSA_SIG_get0(3) and ECDSA_SIG_set0(3). Merge the documentation from OpenSSL.
* resolve duplication of names and prototypes in manuals related to ex_dataschwarze2017-01-061-24/+3
| | | | and sprinkle cross references instead; more work is obviously needed here
* Distribute the text of ec(3) to the individual EC manuals where it belongs.schwarze2016-12-111-1/+8
| | | | | | Make sure EC_GROUP_new(3) points to all EC manuals and all EC manuals point back to EC_GROUP_new(3), and add some other useful links as well. Change all links to ec(3) to point to EC_GROUP_new(3) instead.
* Change all references to rsa(3) to point to RSA_new(3) instead.schwarze2016-12-111-3/+3
| | | | Make sure all RSA pages point back to RSA_new(3).
* Change all references to dsa(3) to point to DSA_new(3).schwarze2016-12-101-3/+3
| | | | Make sure all DSA pages point back to DSA_new(3).
* Add Copyright and license.schwarze2016-11-211-5/+73
| | | | Merge some additional information from OpenSSL.
* various cleanup;jmc2016-11-141-48/+50
|
* first pass; ok schwarzejmc2016-11-061-1/+3
|
* Convert the handful of manuals that had imaginary names,schwarze2015-11-121-0/+396
give them names that really exist. This also helps jmc@'s ongoing work on improving NAME sections.