summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* New manual page EVP_PKEY_asn1_new(3) from Richard Levitteschwarze2018-02-148-13/+475
* I recently documented X509_VERIFY_PARAM_lookup(3), so change .Fn to .Xr.schwarze2018-02-141-3/+3
* Mention two more block cipher modes that actually exist in our tree;schwarze2018-02-141-8/+30
* Add the missing RETURN VALUES section.schwarze2018-02-131-5/+118
* Add the missing RETURN VALUES section, mostly from Paul Yangschwarze2018-02-131-11/+38
* Correctly describe BN_get_word(3) and BN_set_word(3).schwarze2018-02-131-20/+25
* Mention that BN_new(3) sets the value to zero;schwarze2018-02-131-5/+6
* Delete duplicate .Nm entry in the NAME section,schwarze2018-02-131-4/+4
* Add the missing RETURN VALUES section.schwarze2018-02-131-14/+76
* Add the missing RETURN VALUES section;schwarze2018-02-121-3/+21
* Add the missing RETURN VALUES section;schwarze2018-02-121-3/+15
* Add missing RETURN VALUES section.schwarze2018-02-121-4/+15
* Add the missing RETURN VALUES section and reorder the contentschwarze2018-02-121-35/+93
* Document three more functions recently made public by jsing@schwarze2018-02-111-18/+185
* Merge documentation from OpenSSL for seven functionsschwarze2018-02-111-7/+196
* Remove documentation for EVP_aead_chacha20_poly1305_ietf() - this wasjsing2017-08-281-13/+3
* Remove RSA_padding_add_SSLv23()/RSA_padding_check_SSLv23() and relatedjsing2017-08-283-32/+6
* New manual page X509_check_private_key(3), using informationschwarze2017-08-202-1/+65
* fix a pasto in the description of UI_get0_result_string(3);schwarze2017-08-201-4/+4
* Add a BUGS section stating that RSA_PKCS1_PADDING is weak by design;schwarze2017-08-201-3/+11
* Add a BUGS sectionschwarze2017-08-201-3/+10
* import PEM_bytes_read_bio(3) from OpenSSL,schwarze2017-08-204-7/+124
* mention CRYPTO_mem_leaks_cb(3) because OpenSSLschwarze2017-08-201-4/+18
* import EVP_PKEY_meth_get_count.pod from OpenSSL, pruning the functions weschwarze2017-08-202-1/+75
* fix wrong function name;schwarze2017-08-201-6/+7
* sync with OpenSSL:schwarze2017-08-201-4/+14
* zap trailing whitespace;jmc2017-08-201-2/+2
* Sync with OpenSSL: document several new functions, plus some additionalschwarze2017-08-201-48/+227
* clarify deprecation notice;schwarze2017-08-201-6/+7
* New ASN1_STRING_TABLE_add(3) manual page, based on information fromschwarze2017-08-202-1/+94
* add missing and correct misspelled names, most in NAME sections;schwarze2017-08-016-21/+29
* fix broken cross references; found with mandoc -Tlintschwarze2017-07-063-43/+8
* fix cross references to self; found with mandoc -Tlintschwarze2017-07-052-7/+6
* repair broken markup of callback argument; found with mandoc -Tlintschwarze2017-06-101-5/+3
* BUF_MEM_grow_clean() returns an int, not a size_t. Humourously, on successjsing2017-05-081-3/+3
* space needed between macro arg and punctuation;jmc2017-05-061-2/+2
* Add ASN1_TIME_set_tm to set an asn1 from a struct tm *beck2017-05-061-3/+31
* new X25519(3) manual page;schwarze2017-04-105-10/+113
* document three additional functions;schwarze2017-04-101-7/+60
* reinstate the capitalisation from previous, as advised by schwarze;jmc2017-03-271-3/+3
* tweak previous;jmc2017-03-263-9/+9
* merge new UI documentation from OpenSSLschwarze2017-03-265-13/+651
* document X509_Digest(3) and friends;schwarze2017-03-252-1/+135
* document the public function X509_cmp_time(3);schwarze2017-03-252-1/+88
* correct RETURN VALUES;schwarze2017-03-251-7/+13
* fix two more prototypes;schwarze2017-03-251-5/+5
* correct prototypes;schwarze2017-03-251-5/+5
* complete description of RETURN VALUES;schwarze2017-03-251-6/+8
* minimal stub-quality documentation of EVP_MD_CTX_ctrl(3);schwarze2017-03-251-3/+17
* OpenSSL documented the public function BIO_printf(3) (and friends)schwarze2017-03-253-3/+91