summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man (follow)
Commit message (Expand)AuthorAgeFilesLines
* document BN_MONT_CTX_set_locked(3)schwarze2021-12-211-5/+72
* document BN_mod_add_quick(3), BN_mod_sub_quick(3), BN_mod_lshift(3),schwarze2021-12-201-3/+115
* document BN_consttime_swap(3); this will probably require more work,schwarze2021-12-191-7/+80
* document BN_uadd(3) and BN_usub(3)schwarze2021-12-191-7/+78
* document BN_zero_ex(3)schwarze2021-12-191-6/+38
* Document BN_abs_is_word(3).schwarze2021-12-181-5/+21
* add the missing .Nm BN_get_rfc3526_prime_1536,schwarze2021-12-181-2/+3
* new manual page OBJ_add_sigid(3)schwarze2021-12-189-19/+155
* new manual page OBJ_NAME_add(3)schwarze2021-12-175-9/+363
* mention lh_strhash(3) in the NAME, SYNOPSIS, and HISTORY sections;schwarze2021-12-171-10/+20
* document obj_cleanup_defer(3) and check_defer(3)schwarze2021-12-162-8/+72
* document OBJ_new_nid(3), OBJ_add_object(3), and OBJ_create_objects(3);schwarze2021-12-151-9/+91
* Move OBJ_create(3) into its own manual pageschwarze2021-12-155-63/+157
* Document i2c_ASN1_INTEGER(3).schwarze2021-12-151-7/+46
* forgotten .Dv macros in -column listsschwarze2021-12-142-19/+19
* add roff(7) comments listing some M_ASN1_* aliasesschwarze2021-12-143-6/+11
* document the very quirky behaviour of the SMIME_OLDMIME flagschwarze2021-12-141-3/+39
* new manual page SMIME_text(3)schwarze2021-12-144-5/+65
* new manual page SMIME_read_ASN1(3)schwarze2021-12-144-8/+134
* new manual page PEM_write_bio_ASN1_stream(3);schwarze2021-12-135-6/+100
* new manual page SMIME_write_ASN1(3);schwarze2021-12-135-9/+179
* new manual pages i2d_ASN1_bio_stream(3) and SMIME_crlf_copy(3)schwarze2021-12-136-8/+203
* document the ub_* constantsschwarze2021-12-121-2/+22
* typoschwarze2021-12-121-2/+2
* New manual page providing a rudimentary description of BIO_new_NDEF(3).schwarze2021-12-124-5/+127
* document STABLE_NO_MASK and STABLE_FLAGS_MALLOC,schwarze2021-12-111-13/+32
* two more "the the" fixes;jmc2021-12-111-3/+3
* explain how X509_NAME_ENTRY_set_data(3) uses MBSTRING_FLAGschwarze2021-12-101-5/+20
* document the following constants:schwarze2021-12-102-4/+28
* document V_ASN1_SEQUENCE and V_ASN1_SETschwarze2021-12-091-4/+9
* document V_ASN1_BOOLEANschwarze2021-12-091-2/+4
* improve the documentation of V_ASN1_APP_CHOOSEschwarze2021-12-092-6/+15
* Mention V_ASN1_PRIMITIVE_TAG and V_ASN1_EOC.schwarze2021-12-091-5/+14
* add the missing STANDARDS sectionschwarze2021-12-091-2/+8
* Document V_ASN1_ANY.schwarze2021-12-091-12/+15
* document V_ASN1_NEGschwarze2021-12-091-3/+10
* document V_ASN1_OBJECTschwarze2021-12-091-2/+6
* document V_ASN1_NULLschwarze2021-12-091-2/+6
* fix a typo in an .Xr argumentschwarze2021-12-091-3/+3
* Add a section "NAMING CONVENTIONS".schwarze2021-12-091-36/+285
* new manual page ASN1_bn_print(3)schwarze2021-12-084-5/+126
* document BIO_indent(3);schwarze2021-12-081-12/+53
* mark c2i_ASN1_OBJECT as intentionally undocumented;schwarze2021-12-081-2/+4
* mark i2c_ASN1_BIT_STRING, c2i_ASN1_BIT_STRING, and c2i_ASN1_INTEGERschwarze2021-12-081-2/+5
* In the next major bump, some BN macros will become functions.schwarze2021-12-065-27/+11
* Add missing const qualifiers in a number of BN_* manuals.tb2021-11-308-52/+52
* document ASN1_tag2bit(3)schwarze2021-11-281-5/+66
* Document ASN1_object_size(3).schwarze2021-11-281-17/+53
* mark ASN1_check_infinite_end() and ASN1_const_check_infinite_end()schwarze2021-11-281-2/+5
* new manual page BIO_f_asn1(3)schwarze2021-11-273-3/+233