summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* document X509_add1_reject_object(3) and X509_reject_clear(3)schwarze2021-07-081-7/+24
* add new manual page for X509_add1_trust_object(3) and X509_trust_clear(3)schwarze2021-07-083-3/+87
* document X509_signature_dump(3) and X509_signature_print(3)schwarze2021-07-065-9/+97
* document i2a_ASN1_OBJECT(3)schwarze2021-07-051-8/+61
* document X509_find_by_subject(3) and X509_find_by_issuer_and_serial(3)schwarze2021-07-043-3/+74
* Document X509_NAME_set(3).schwarze2021-07-031-3/+41
* Document the read-only (sic!) accessor function X509_NAME_ENTRY_set(3).schwarze2021-07-021-9/+77
* Add a roff comment saying that X509_certificate_type(3) is intentionallyschwarze2021-07-021-2/+5
* Add a roff comment saying that X509_name_cmp(3) is intentionallyschwarze2021-07-021-2/+4
* document and deprecate the macros X509_extract_key(3)schwarze2021-06-301-6/+35
* space between macro args and punctuation;jmc2021-06-121-3/+3
* space between RFC and number;jmc2021-06-111-3/+3
* EVP_Digest*: fix documented return values.tb2021-05-202-10/+6
* Add missing .Pp in HISTORY section.tb2021-05-132-4/+6
* Add missing .Pptb2021-05-131-2/+3
* Merge some details from OpenSSL 1.1.1.tb2021-05-112-6/+24
* missing word in previoustb2021-05-111-1/+2
* Merge documentation for EVP_DigestVerify() from OpenSSL 1.1.1.tb2021-05-111-4/+37
* Merge documentation for EVP_DigestSign from OpenSSL 1.1.1.tb2021-05-111-4/+39
* zap stray commatb2021-05-111-3/+3
* Merge documentation for EC_GROUP_{set,get}_curve(3) from OpenSSL 1.1.1.tb2021-05-101-20/+57
* Merge documentation for EC_POINT_{get,set}_coordinates andtb2021-05-101-20/+70
* Document EVP_PKEY_new_CMAC_key(3)tb2021-03-311-16/+4
* Prepare documenting EVP_PKEY_new_CMAC_key(3)tb2021-03-291-2/+54
* spelling: refenece -> referencejmc2021-03-121-3/+3
* spellingjsg2021-03-1212-37/+37
* double word fix; from martin vahlensieckjmc2021-01-052-6/+6
* grammar fixes from Varik "The Genuine Article!!!" Valefor;jmc2020-12-032-6/+6
* typo: ASN1_parse_time -> ASN1_time_parsetb2020-11-021-3/+3
* Stop documenting some functions as macros.tb2020-10-213-19/+7
* Add a comment saying that the public function NAME_CONSTRAINTS_check(3)schwarze2020-09-171-2/+5
* Install the new page SSL_set1_host(3), link to it from relevant places,schwarze2020-09-172-10/+14
* simplify RETURN VALUES for x509_verify(3) after beck@ made the rulesschwarze2020-09-141-7/+3
* Add initial man page for new x509_verify chain validatorbeck2020-09-141-0/+225
* Mention that EC_KEY_get0_public_key returns a public key.tb2020-09-081-3/+5
* delete another word to improve the wording; suggested by jmc@schwarze2020-08-061-2/+2
* Explain the purpose of CMAC_resume(3) in more detail.schwarze2020-08-061-3/+9
* tweak previous;jmc2020-07-241-4/+4
* document PEM_X509_INFO_read(3) and PEM_X509_INFO_read_bio(3)schwarze2020-07-237-14/+207
* Properly document the return values of EVP_PKEY_base_id(3)schwarze2020-06-244-70/+152
* use n-bit <noun> consistently; ok schwarze for the principal of the idea,jmc2020-06-246-28/+28
* new manual page ChaCha(3);schwarze2020-06-243-2/+257
* new manual page CMAC_Init(3);schwarze2020-06-245-7/+298
* Document eight additional pre-OpenSSL-1.1 accessor functions that areschwarze2020-06-241-21/+122
* mark the functions documented in des_read_pw(3) as deprecatedschwarze2020-06-192-6/+11
* document X509_get0_pubkey_bitstr(3),schwarze2020-06-191-5/+81
* document error handling of X509_PUBKEY_get0(3) and X509_PUBKEY_get(3)schwarze2020-06-191-3/+52
* Merge documentation of X509_get0_serialNumber(3) from OpenSSL-1.1.1schwarze2020-06-191-4/+19
* Document EVP_read_pw_string_min(3)tb2020-06-151-6/+44
* Document PEM_def_callback(3).schwarze2020-06-153-106/+158