summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* document ASN1_tag2str(3); from OpenSSL commit 9e183d22schwarze2017-03-251-4/+14
* Document EVP_md5_sha1().jsing2017-02-281-2/+11
* don;t end Nd with a full stop;jmc2017-02-211-3/+3
* Mark ERR_add_error_data and ERR_add_error_vdata as not for internal use,beck2017-02-203-4/+68
* DES keys are not 7 days long. ok jsing@dtucker2017-02-091-3/+3
* Document functions returning standard moduli for DH key exchange.schwarze2017-01-312-1/+136
* tweak previous;jmc2017-01-303-11/+11
* Document BN_set_flags(3) and BN_get_flags(3).schwarze2017-01-306-13/+159
* Seriously warn against calling BN_init(3), BN_MONT_CTX_init(3),schwarze2017-01-293-12/+75
* Document ERR_load_BN_strings(3).schwarze2017-01-261-11/+47
* document BN_asc2bn(3);schwarze2017-01-251-3/+27
* change two trailing Xr to Fn; ok schwarzejmc2017-01-122-6/+6
* add missing comma in the NAME sectionschwarze2017-01-071-3/+3
* fix a typo in an .Xr reported by jmc@schwarze2017-01-071-3/+3
* a little more cleanup;jmc2017-01-075-23/+23
* correctly mark all documented macros found in <openssl/bn.h>schwarze2017-01-073-9/+11
* Use .Fn rather than .Xr for X509_VERIFY_PARAM_lookup(),schwarze2017-01-071-3/+3
* Document X509_NAME_hash(3), listed in <openssl/x509.h>;schwarze2017-01-071-3/+20