summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/BN_set_negative.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* .Lb libcrypto ; OK tb@schwarze2025-06-081-2/+3
|
* In the next major bump, some BN macros will become functions.schwarze2021-12-061-3/+2
| | | | | | In order to not forget it, already remove the statements that these APIs are currently implemented as macros: Not saying that doesn't make the documentation wrong.
* add missing .In linesschwarze2019-06-031-2/+3
|
* crypto HISTORY up to 0.9.8; researched from OpenSSL gitschwarze2018-03-231-2/+8
|
* replace all references to bn(3) with BN_new(3),schwarze2016-12-101-2/+3
| | | | and make sure all BN*(3) pages point back to BN_new(3)
* some cleanup;jmc2016-11-081-3/+3
|
* document BN_set_negative() and BN_is_negative();schwarze2016-11-051-0/+56
feedback and OK bcook@, OK jsing@