Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mention that EC_KEY_get0_public_key returns a public key. | tb | 2020-09-08 | 1 | -3/+5 |
| | | | | wording from jmc | ||||
* | document ECDH_compute_key(3) and ECDH_size(3); | schwarze | 2019-08-19 | 1 | -2/+3 |
| | | | | feedback and OK tb@ | ||||
* | link to the new EC_KEY_METHOD_new(3) page | schwarze | 2019-08-16 | 1 | -3/+6 |
| | | | | and mention a trap set by EC_KEY_copy(3) | ||||
* | finish crypto HISTORY; mostly 1.1.0/6.3, but also various other fixes | schwarze | 2018-03-23 | 1 | -5/+2 |
| | |||||
* | crypto HISTORY up to 1.0.1; researched from OpenSSL git | schwarze | 2018-03-23 | 1 | -1/+9 |
| | |||||
* | crypto HISTORY up to 1.0.0; researched from OpenSSL git | schwarze | 2018-03-23 | 1 | -1/+5 |
| | |||||
* | crypto HISTORY up to 0.9.8; researched from OpenSSL git | schwarze | 2018-03-23 | 1 | -2/+29 |
| | |||||
* | Merge documentation for {DH,DSA}_get0_{key,pqg}(3), | schwarze | 2018-02-17 | 1 | -3/+4 |
| | | | | | EVP_PKEY_get0_{DH,DSA,RSA}(3), and RSA_{g,s}et0_key(3) that tb@ just provided. | ||||
* | Distribute the text of ec(3) to the individual EC manuals where it belongs. | schwarze | 2016-12-11 | 1 | -4/+13 |
| | | | | | | 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. | ||||
* | Delete most references to crypto(3). That page isn't useful enough | schwarze | 2016-12-06 | 1 | -3/+2 |
| | | | | to be pointed to from random individual pages. | ||||
* | Add Copyright and license. | schwarze | 2016-11-22 | 1 | -2/+74 |
| | | | | | | | Mention that EC_KEY_free(3) accepts NULL. Merge some auxiliary explanations regarding the effects of EC_KEY encoding flags, lifted from the separate page EC_KEY_get_enc_flags(3) that OpenSSL split off from EC_KEY_new(3). | ||||
* | various cleanup; | jmc | 2016-11-15 | 1 | -8/+9 |
| | |||||
* | spacing between macro args and punctuation; | jmc | 2016-11-06 | 1 | -2/+2 |
| | |||||
* | delete prototypes available in other pages and add two missing .Xr links | schwarze | 2016-11-06 | 1 | -3/+36 |
| | |||||
* | first pass; ok schwarze | jmc | 2016-11-06 | 1 | -1/+3 |
| | |||||
* | convert DSA and EC manuals from pod to mdoc | schwarze | 2016-11-02 | 1 | -0/+411 |