| Commit message (Expand) | Author | Age | Files | Lines |
| * | Document BIO_method_name(3). | schwarze | 2021-11-25 | 1 | -48/+97 |
| * | add the missing const qualifiers below EXAMPLES; | schwarze | 2021-11-24 | 1 | -8/+11 |
| * | document ASN1_item_ndef_i2d(3) | schwarze | 2021-11-24 | 1 | -4/+22 |
| * | document ASN1_TYPE_set_int_octetstring(3) and ASN1_TYPE_get_int_octetstring(3) | schwarze | 2021-11-23 | 1 | -9/+77 |
| * | Use LIBRESSL_NEXT_API to document the commented-out functions that are | tb | 2021-11-23 | 1 | -13/+13 |
| * | document ASN1_TYPE_set_octetstring(3) and ASN1_TYPE_get_octetstring(3) | schwarze | 2021-11-23 | 1 | -5/+67 |
| * | document a2i_ASN1_INTEGER(3), | schwarze | 2021-11-23 | 2 | -69/+135 |
| * | Fix typo | job | 2021-11-22 | 1 | -2/+2 |
| * | new manual page ASN1_NULL_new(3), also documenting ASN1_NULL_free(3) | schwarze | 2021-11-22 | 4 | -5/+70 |
| * | new manual page a2d_ASN1_OBJECT(3); | schwarze | 2021-11-22 | 4 | -4/+106 |
| * | document ASN1_OBJECT_create(3) | schwarze | 2021-11-22 | 1 | -10/+61 |
| * | In asn1.h rev. 1.55 and asn1/a_time.c rev. 1.28, beck@ | schwarze | 2021-11-21 | 1 | -3/+72 |
| * | oops, i forgot the STANDARDS section | schwarze | 2021-11-21 | 1 | -1/+7 |
| * | new manual page d2i_ASN1_BOOLEAN(3) also documenting i2d_ASN1_BOOLEAN(3) | schwarze | 2021-11-21 | 5 | -7/+137 |
| * | Document ASN1_INTEGER_cmp(3) and ASN1_INTEGER_dup(3). | schwarze | 2021-11-20 | 1 | -5/+93 |
| * | Improve the description of ASN1_OCTET_STRING_cmp(3), | schwarze | 2021-11-20 | 1 | -12/+37 |
| * | new manual page ASN1_BIT_STRING_num_asc(3) | schwarze | 2021-11-19 | 4 | -5/+154 |
| * | add two missing .Dv macros; | schwarze | 2021-11-19 | 1 | -4/+4 |
| * | In x509_vfy.h rev. 1.35 and x509_lu.c rev. 1.34, tb@ provided | schwarze | 2021-11-18 | 2 | -13/+51 |
| * | In x509_vfy.h rev. 1.37 and x509_vfy.c rev. 1.91, tb@ provided | schwarze | 2021-11-17 | 9 | -46/+209 |
| * | In x509_vfy.h rev. 1.37 and x509_vfy.c rev. 1.91, tb@ provided | schwarze | 2021-11-16 | 1 | -8/+47 |
| * | Recently, tb@ provided the following functions: | schwarze | 2021-11-16 | 1 | -4/+71 |
| * | new manual page ASN1_BIT_STRING_set(3) documenting four BIT STRING accessors | schwarze | 2021-11-15 | 4 | -3/+184 |
| * | document ASN1_PRINTABLE_type(3) and ASN1_UNIVERSALSTRING_to_string(3) | schwarze | 2021-11-15 | 6 | -8/+172 |
| * | document ASN1_item_pack(3) and ASN1_item_unpack(3) | schwarze | 2021-11-15 | 5 | -6/+94 |
| * | document i2a_ASN1_STRING(3) and a2i_ASN1_STRING(3) | schwarze | 2021-11-15 | 3 | -3/+163 |
| * | the last argument of BIO_gets(3) is called "size", not "len" | schwarze | 2021-11-14 | 1 | -6/+6 |
| * | fix a typo; diff from Matthias Schmidt <xosc dot org> on tech@ | schwarze | 2021-11-14 | 1 | -3/+3 |
| * | Document the interactions of X509_V_FLAG_USE_CHECK_TIME, | schwarze | 2021-11-13 | 1 | -6/+35 |
| * | Mark the public X509_VP_FLAG_* constants as intentionally undocumented. | schwarze | 2021-11-13 | 1 | -2/+11 |
| * | document ASN1_STRING_copy(3) | schwarze | 2021-11-13 | 1 | -4/+43 |
| * | Document the public constants X509_V_FLAG_POLICY_MASK | schwarze | 2021-11-12 | 1 | -9/+43 |
| * | mention what X509_cmp_time(3) does with a cmp_time argument of NULL | schwarze | 2021-11-12 | 1 | -3/+7 |
| * | As pointed out by tb@, LibreSSL no longer supports user-defined | schwarze | 2021-11-12 | 4 | -56/+21 |
| * | In x509_vfy.h rev. 1.41, tb@ provided X509_STORE_CTX_get_by_subject(3), | schwarze | 2021-11-12 | 3 | -18/+53 |
| * | mention the public constants XN_FLAG_SEP_MASK and XN_FLAG_FN_MASK | schwarze | 2021-11-11 | 1 | -2/+6 |
| * | Mention the X509v3_KU_* aliases for the KU_* constants | schwarze | 2021-11-11 | 1 | -2/+16 |
| * | Explicitly list all public functions in roff(7) comments | schwarze | 2021-11-11 | 1 | -6/+33 |
| * | new manual page X509_policy_tree_get0_policies(3), | schwarze | 2021-11-11 | 4 | -6/+110 |
| * | Split a new page X509_load_cert_file(3) with three functions | schwarze | 2021-11-09 | 7 | -112/+157 |
| * | Document X509_gmtime_adj(3). | schwarze | 2021-11-08 | 1 | -23/+67 |
| * | new manual pages | schwarze | 2021-11-07 | 6 | -5/+288 |
| * | Improve formatting. The line breaks in the lists of methods were very ugly. | schwarze | 2021-11-06 | 1 | -116/+76 |
| * | typo: a static objects -> a static object | tb | 2021-11-05 | 1 | -3/+3 |
| * | document d2i_X509_ALGORS(3) and i2d_X509_ALGORS(3) | schwarze | 2021-11-03 | 1 | -5/+36 |
| * | new manual page X509_CRL_METHOD_new(3) | schwarze | 2021-10-30 | 6 | -14/+245 |
| * | In x509/x509_purp.c rev. 1.11, tb@ fixed X509_check_purpose(3) | schwarze | 2021-10-29 | 1 | -8/+18 |
| * | document the horrifying function X509_TRUST_set_default(3) | schwarze | 2021-10-29 | 1 | -3/+43 |
| * | document X509_EXTENSION_dup(3); | schwarze | 2021-10-29 | 1 | -8/+20 |
| * | new manual page X509_REQ_print_ex(3), | schwarze | 2021-10-29 | 4 | -6/+184 |