Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use a better curve and a better hash for the ECDSA_do_sign() example | tb | 2024-11-15 | 1 | -9/+9 |
| | | | | (Many examples in this directory are really bad. This is no exception.) | ||||
* | Replace last ecdh.h and ecdsa.h occurrences with ec.h | tb | 2023-08-29 | 1 | -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 documentation | tb | 2023-07-21 | 1 | -29/+4 |
| | |||||
* | Remove ECDSA_{do_,}sign_ex() and ECDSA_sign_setup() | tb | 2023-07-20 | 1 | -91/+9 |
| | | | | | These very poorly designed interfaces will go away, so stop documenting them. | ||||
* | Fix OpenSSL version in HISTORY section | tb | 2023-03-07 | 1 | -3/+3 |
| | |||||
* | Document ECDSA_SIG_get0_{r,s}() | tb | 2023-03-06 | 1 | -2/+35 |
| | |||||
* | Correctly document the return values of i2d_ECDSA_SIG(3) and | schwarze | 2019-08-25 | 1 | -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 table | schwarze | 2019-08-16 | 1 | -2/+3 |
| | |||||
* | add links back to crypto(3) to function group entry pages | schwarze | 2019-06-10 | 1 | -2/+3 |
| | | | | | and to isolated obsolete pages; OK bcook@ jmc@ | ||||
* | Document the ECDSA_SIG_new(3) return value. | schwarze | 2018-12-21 | 1 | -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 fixes | schwarze | 2018-03-23 | 1 | -1/+7 |
| | |||||
* | crypto HISTORY up to 0.9.8; researched from OpenSSL git | schwarze | 2018-03-23 | 1 | -3/+21 |
| | |||||
* | In ecdsa.h rev. 1.5 2018/03/17 15:24:44, tb@ provided | schwarze | 2018-03-18 | 1 | -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_data | schwarze | 2017-01-06 | 1 | -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. | schwarze | 2016-12-11 | 1 | -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. | schwarze | 2016-12-11 | 1 | -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). | schwarze | 2016-12-10 | 1 | -3/+3 |
| | | | | Make sure all DSA pages point back to DSA_new(3). | ||||
* | Add Copyright and license. | schwarze | 2016-11-21 | 1 | -5/+73 |
| | | | | Merge some additional information from OpenSSL. | ||||
* | various cleanup; | jmc | 2016-11-14 | 1 | -48/+50 |
| | |||||
* | first pass; ok schwarze | jmc | 2016-11-06 | 1 | -1/+3 |
| | |||||
* | Convert the handful of manuals that had imaginary names, | schwarze | 2015-11-12 | 1 | -0/+396 |
give them names that really exist. This also helps jmc@'s ongoing work on improving NAME sections. |