| Commit message (Expand) | Author | Age | Files | Lines |
| * | fix a double word; ok tb@ | jsg | 9 days | 1 | -3/+3 |
| * | grammar; a -> an | jsg | 10 days | 2 | -6/+6 |
| * | Make deprecation of ASN1_STRING_data(3) more prominent | tb | 12 days | 1 | -19/+22 |
| * | grammar; an program -> a program | jsg | 12 days | 1 | -3/+3 |
| * | s2i_ASN1_INTEGER.3: mark up second use of usr_data for consistency | tb | 2026-08-18 | 1 | -3/+5 |
| * | OBJ_create: OBJ_add_objects -> OBJ_create_objects | tb | 2026-08-05 | 1 | -2/+2 |
| * | Remove documentation of OBJ_add_object(3) | tb | 2026-08-05 | 1 | -39/+14 |
| * | ASN1{,_parse}_dump: document return value 2 on EOC | tb | 2026-05-16 | 1 | -3/+7 |
| * | BIO_dump: Xr BIO_printf rather than BIO_write/fwrite | tb | 2026-05-16 | 1 | -6/+4 |
| * | Slightly adjust BUGS section for X509_addr_add_range() | tb | 2026-05-10 | 1 | -2/+3 |
| * | Fix BIO_get_mem_data(3) return value documentation | tb | 2026-03-10 | 1 | -3/+18 |
| * | EVP_SealInit.3: fix RETURN VALUES section | tb | 2026-01-30 | 1 | -2/+12 |
| * | EVP_OpenInit.3: fix RETURN VALUES section | tb | 2026-01-30 | 1 | -6/+4 |
| * | Remove STABLE_FLAGS_MALLOC | tb | 2025-12-31 | 1 | -3/+2 |
| * | Stop documenting V_ASN1_APP_CHOOSE quirk | tb | 2025-12-21 | 2 | -22/+4 |
| * | This function have -> This function has | tb | 2025-12-20 | 1 | -2/+2 |
| * | These function -> These functions | tb | 2025-12-20 | 1 | -3/+3 |
| * | This functions -> This function | tb | 2025-12-20 | 3 | -9/+9 |
| * | pkcs7: add PKCS7_NO_DUAL_CONTENT flag/behavior | tb | 2025-12-20 | 1 | -2/+11 |
| * | BN_get_word(): return (BN_ULONG)-1 on error rather than BN_MASK2 | tb | 2025-12-15 | 1 | -3/+3 |
| * | move the sentence about X509_VERIFY_PARAM_get_hostflags(3) | schwarze | 2025-11-07 | 1 | -6/+7 |
| * | Document X509_VERIFY_PARAM_set_hostflags(3) | tb | 2025-10-24 | 1 | -2/+15 |
| * | EC_GROUP_new_curve_GFp: add a sentence on what elliptic curves look like | tb | 2025-08-31 | 1 | -2/+7 |
| * | Remove bn_dump.3 | tb | 2025-08-31 | 1 | -415/+0 |
| * | Below STANDARDS, reference the two most relevant sections of RFC 5652. | schwarze | 2025-07-27 | 1 | -1/+5 |
| * | Update PKCS7_add0_attrib_signing_time() docs | tb | 2025-07-27 | 1 | -3/+3 |
| * | Rename the file PEM_X509_INFO_read.3 to PEM_X509_INFO_read_bio.3 | schwarze | 2025-07-17 | 2 | -5/+5 |
| * | Undocument the undocumentedness of BIO_s_log. It's gone. | tb | 2025-07-16 | 1 | -3/+2 |
| * | Undocument PEM_X509_INFO_read(3), X509_PKEY_new(3) and X509_PKEY_free(3) | schwarze | 2025-07-16 | 9 | -144/+31 |
| * | X509_sign: make variables in SYNOPSIS match the ones used in DESCRIPTION | tb | 2025-07-11 | 1 | -8/+8 |
| * | X509_get0_signature: call out inconsistent argument order in BUGS | tb | 2025-07-06 | 1 | -2/+9 |
| * | fix double word; ok tb@ | jsg | 2025-07-04 | 1 | -3/+3 |
| * | Const correct the documentation of EVP_PKEY_get{0,1}_{DH,DSA,EC_KEY,RSA}() | tb | 2025-07-02 | 1 | -9/+9 |
| * | Fix documented EVP_PKEY{,_base}_id() signature | tb | 2025-07-02 | 1 | -4/+4 |
| * | X509_print_ex.3: document X509_FLAG_NO_IDS | tb | 2025-07-01 | 1 | -2/+7 |
| * | Fix signature of BN_zero | tb | 2025-06-14 | 1 | -5/+4 |
| * | The mdoc(7) .Ft macro does not need quoting of its arguments, but about | schwarze | 2025-06-13 | 14 | -86/+86 |
| * | Bring the DESCRIPTION a bit closer to reality, in particular stop | schwarze | 2025-06-12 | 1 | -7/+31 |
| * | EC_GROUP_check: rephrase a sentence so it's a bit less awkward | tb | 2025-06-11 | 1 | -5/+7 |
| * | The functions SMIME_read_ASN1(3) and SMIME_write_ASN1(3) | schwarze | 2025-06-11 | 3 | -290/+1 |
| * | Since the function SMIME_write_ASN1(3) is no longer public, move the | schwarze | 2025-06-11 | 2 | -63/+181 |
| * | Lie less below RETURN VALUES, add a related BUGS entry, | schwarze | 2025-06-11 | 2 | -10/+24 |
| * | SMIME_read_ASN1(3) and SMIME_write_ASN1(3) are no longer public, | schwarze | 2025-06-11 | 4 | -12/+18 |
| * | SMIME_read_ASN1(3) is no longer public, | schwarze | 2025-06-11 | 2 | -6/+12 |
| * | Retire the manual pages OPENSSL_load_builtin_modules(3) and OBJ_NAME_add(3) | schwarze | 2025-06-09 | 7 | -456/+25 |
| * | EVP_cleanup(3) is no longer relevant here since it no longer has any effect. | schwarze | 2025-06-09 | 1 | -3/+2 |
| * | mention that SSL_load_error_strings(3) lives in libssl; | schwarze | 2025-06-08 | 1 | -1/+3 |
| * | .Lb libcrypto ; OK tb@ | schwarze | 2025-06-08 | 411 | -822/+1233 |
| * | remove some "intentionally undocumented" comments regarding stuff | schwarze | 2025-06-08 | 9 | -37/+27 |
| * | add the missing .In line and add .Lb libcrypto ; OK tb@ | schwarze | 2025-06-08 | 2 | -4/+8 |