summaryrefslogtreecommitdiffstats
path: root/doc/man3/OSSL_PARAM_int.pod (follow)
Commit message (Expand)AuthorAgeFilesLines
* Document the OSSL_PARAM_DEFN macroMatt Caswell2021-02-221-14/+23
* OSSL_PARAM: Correct the assumptions on the UTF8 string lengthRichard Levitte2021-02-181-9/+11
* Update copyright yearRichard Levitte2021-01-281-1/+1
* params: OSSL_PARAM_utf8_ptr: don't automatically reference `address`Daiki Ueno2021-01-261-2/+2
* Make the OSSL_PARAM manual conform with man-pages(7)Richard Levitte2021-01-131-54/+55
* DOC: Fix example in OSSL_PARAM_int.podRichard Levitte2020-11-181-3/+3
* OSSL_PARAM: Add string pointer gettersRichard Levitte2020-08-241-0/+16
* Fix typos and repeated wordsGustaf Neumann2020-07-051-2/+2
* evp_rand: documentationPauli2020-06-241-19/+21
* params: add OSSL_PARAM helpers for time_t.Pauli2020-06-241-6/+10
* doc: Document OSSL_PARAM_modified and OSSL_PARAM_set_all_unmodified.Pauli2020-06-201-1/+2
* Allow OSSL_PARAM_get_octet_string() to pass a NULL bufferMatt Caswell2020-05-041-1/+3
* params: change OSSL_PARAM_set_unmodified() to operate on a params arrayPauli2020-04-251-5/+6
* Update copyright yearMatt Caswell2020-04-231-1/+1
* params: add functionality to test if an OSSL_PARAM has been set.Pauli2020-04-221-1/+18
* Params: change UTF8 construct calls to avoid explicit strlen(3) calls.Pauli2020-02-061-1/+3
* POD: stop abusing commentRichard Levitte2019-10-111-1/+1
* OSSL_PARAM functions: change to allow the data field to be NULLRichard Levitte2019-09-271-3/+11
* OSSL_PARAM_construct_utf8_string computes the string length.Pauli2019-09-041-8/+7
* Correct some OSSL_PARAM documentationRichard Levitte2019-07-181-26/+37
* In documentation, consistently refer to OpenSSL 3.0Richard Levitte2019-07-151-1/+1
* Fix TyposAntoine Cœur2019-07-021-2/+2
* Change OSSL_PARAM return size to not be a pointer.Pauli2019-06-241-63/+38
* Better document specific OSSL_PARAM symbols.Pauli2019-06-171-0/+351