| #
609d4fc1 |
| 28-Jun-2023 |
tb <tb@openbsd.org> |
Adjust EC_GROUP_get_basis_type() documentation
After the GF2m removal, this function always returns 0, so adjust the documentation and remove EC_GROUP_get_{trinomial,pentanomial}_basis() that were l
Adjust EC_GROUP_get_basis_type() documentation
After the GF2m removal, this function always returns 0, so adjust the documentation and remove EC_GROUP_get_{trinomial,pentanomial}_basis() that were left behind. Also add a tiny grammar tweak in the HISTORY section.
show more ...
|
| #
ebc4b8d9 |
| 02-Jul-2022 |
jsing <jsing@openbsd.org> |
Remove references to openssl/obj_mac.h
Consumers should include openssl/objects.h instead.
|
| #
55c315e7 |
| 14-Sep-2021 |
schwarze <schwarze@openbsd.org> |
As suggested by tb@, merge the description of OPENSSL_EC_NAMED_CURVE and OPENSSL_EC_EXPLICIT_CURVE from OpenSSL commit 146ca72c Feb 19 14:35:43 2015 +0000 after tb@ changed the default from 0 to OPEN
As suggested by tb@, merge the description of OPENSSL_EC_NAMED_CURVE and OPENSSL_EC_EXPLICIT_CURVE from OpenSSL commit 146ca72c Feb 19 14:35:43 2015 +0000 after tb@ changed the default from 0 to OPENSSL_EC_NAMED_CURVE in ec/ec_lib.c rev. 1.41, which is the same default that OpenSSL uses since 1.1.0.
While merging, drop the description of the pre-1.1.0 behaviour. It seems irrelevant to me because tb@ found no application in Debian codesearch using OPENSSL_EC_EXPLICIT_CURVE. A former devious default that was probably never relied upon by anyone does not need to be documented.
show more ...
|
| #
4cee6ea4 |
| 11-Sep-2021 |
schwarze <schwarze@openbsd.org> |
Merge documentation of EC_GROUP_order_bits(3) from the OpenSSL 1.1.1 branch, which is still under a free license. While here, also merge a few other improvements, mostly regarding EC_GROUP_get_order(
Merge documentation of EC_GROUP_order_bits(3) from the OpenSSL 1.1.1 branch, which is still under a free license. While here, also merge a few other improvements, mostly regarding EC_GROUP_get_order(3) and EC_GROUP_get_cofactor(3); in particular, some statements below RETURN VALUES were outright wrong. This patch includes a few minor tweaks and an addition to HISTORY by me. Feedback and OK tb@.
show more ...
|
| #
4b12da35 |
| 23-Mar-2018 |
schwarze <schwarze@openbsd.org> |
finish crypto HISTORY; mostly 1.1.0/6.3, but also various other fixes
|
| #
2c07bb3b |
| 23-Mar-2018 |
schwarze <schwarze@openbsd.org> |
crypto HISTORY up to 0.9.8; researched from OpenSSL git
|
| #
80d1afcd |
| 22-Mar-2018 |
schwarze <schwarze@openbsd.org> |
crypto HISTORY up to 0.9.7; researched from OpenSSL git
|
| #
d3d40a12 |
| 11-Dec-2016 |
schwarze <schwarze@openbsd.org> |
Distribute the text of ec(3) to the individual EC manuals where it belongs. 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 use
Distribute the text of ec(3) to the individual EC manuals where it belongs. 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.
show more ...
|
| #
2628ad8e |
| 06-Dec-2016 |
schwarze <schwarze@openbsd.org> |
Delete most references to crypto(3). That page isn't useful enough to be pointed to from random individual pages.
|
| #
207bb3df |
| 22-Nov-2016 |
schwarze <schwarze@openbsd.org> |
Copyright and license
|
| #
84a81591 |
| 21-Nov-2016 |
jmc <jmc@openbsd.org> |
various cleanup;
|
| #
b231c23f |
| 15-Nov-2016 |
jmc <jmc@openbsd.org> |
various cleanup;
|
| #
8974101a |
| 06-Nov-2016 |
jmc <jmc@openbsd.org> |
first pass; ok schwarze
|
| #
fec9a10d |
| 02-Nov-2016 |
schwarze <schwarze@openbsd.org> |
convert DSA and EC manuals from pod to mdoc
|