| Commit message (Expand) | Author | Age | Files | Lines |
* | document BN_MONT_CTX_set_locked(3) | schwarze | 2021-12-21 | 1 | -5/+72 |
* | Always allocate a new stack in o2i_SCT_LIST(). | jsing | 2021-12-20 | 1 | -19/+14 |
* | Convert SCT_new_from_base64() to use CBS for o2i_SCT_signature(). | jsing | 2021-12-20 | 3 | -33/+16 |
* | Add regress coverage for the crazy SCT_new_from_base64() API. | jsing | 2021-12-20 | 1 | -1/+57 |
* | document BN_mod_add_quick(3), BN_mod_sub_quick(3), BN_mod_lshift(3), | schwarze | 2021-12-20 | 1 | -3/+115 |
* | document BN_consttime_swap(3); this will probably require more work, | schwarze | 2021-12-19 | 1 | -7/+80 |
* | document BN_uadd(3) and BN_usub(3) | schwarze | 2021-12-19 | 1 | -7/+78 |
* | document BN_zero_ex(3) | schwarze | 2021-12-19 | 1 | -6/+38 |
* | Put CTLOG and SCT stacks definitions in the right place. | jsing | 2021-12-19 | 1 | -47/+49 |
* | Document BN_abs_is_word(3). | schwarze | 2021-12-18 | 1 | -5/+21 |
* | support processing <openssl/bn.h> | schwarze | 2021-12-18 | 1 | -3/+24 |
* | add the missing .Nm BN_get_rfc3526_prime_1536, | schwarze | 2021-12-18 | 1 | -2/+3 |
* | new manual page OBJ_add_sigid(3) | schwarze | 2021-12-18 | 9 | -19/+155 |
* | KNF two comments | tb | 2021-12-18 | 1 | -16/+16 |
* | Reinstate the licenses that were replaced with a license stub | tb | 2021-12-18 | 2 | -12/+108 |
* | Revert license stubs to full licenses in the remaining files. | tb | 2021-12-18 | 3 | -21/+164 |
* | Reinstate the license stubs to their original licenses in most of the | tb | 2021-12-18 | 10 | -57/+537 |
* | Convert o2i_SCT* functions to CBS. | jsing | 2021-12-18 | 2 | -151/+149 |
* | Rename argument to SCT_LIST_free() | jsing | 2021-12-18 | 1 | -3/+3 |
* | new manual page OBJ_NAME_add(3) | schwarze | 2021-12-17 | 5 | -9/+363 |
* | mention lh_strhash(3) in the NAME, SYNOPSIS, and HISTORY sections; | schwarze | 2021-12-17 | 1 | -10/+20 |
* | alphabetical order is hard, tb... | tb | 2021-12-17 | 1 | -2/+2 |
* | fix indent | tb | 2021-12-17 | 1 | -2/+2 |
* | document obj_cleanup_defer(3) and check_defer(3) | schwarze | 2021-12-16 | 2 | -8/+72 |
* | To ease maintenance, structure the lists of intentionally undocumented | schwarze | 2021-12-16 | 1 | -55/+109 |
* | unifdef TLS13_USE_LEGACY_CLIENT_AUTH | tb | 2021-12-16 | 1 | -9/+1 |
* | document OBJ_new_nid(3), OBJ_add_object(3), and OBJ_create_objects(3); | schwarze | 2021-12-15 | 1 | -9/+91 |
* | Move OBJ_create(3) into its own manual page | schwarze | 2021-12-15 | 5 | -63/+157 |
* | Rename asn1_lib.c to asn1_old_lib.c | jsing | 2021-12-15 | 2 | -3/+3 |
* | Sync bytestring with libssl. | jsing | 2021-12-15 | 4 | -4/+151 |
* | Consolidate various ASN.1 code. | jsing | 2021-12-15 | 9 | -650/+465 |
* | Use CBS_get_last_u8() to find the content type in TLSv1.3 records. | jsing | 2021-12-15 | 1 | -11/+12 |
* | unifdef -U CRYPTO_MDEBUG -m tasn_new.c | jsing | 2021-12-15 | 1 | -33/+1 |
* | Add coverage for CBS additions. | jsing | 2021-12-15 | 1 | -2/+50 |
* | Provide various CBS_peek_* functions. | jsing | 2021-12-15 | 2 | -2/+109 |
* | Provide CBS_get_u64(). | jsing | 2021-12-15 | 2 | -2/+25 |
* | Provide CBS_get_last_u8(). | jsing | 2021-12-15 | 2 | -2/+19 |
* | Some more ASN.1 struct types that are postponed (because they are | schwarze | 2021-12-15 | 1 | -2/+5 |
* | Document i2c_ASN1_INTEGER(3). | schwarze | 2021-12-15 | 1 | -7/+46 |
* | tweak for the generated source | tb | 2021-12-14 | 1 | -2/+2 |
* | more symbols that are postponed or intentionally undocumented and | schwarze | 2021-12-14 | 1 | -6/+55 |
* | forgotten .Dv macros in -column lists | schwarze | 2021-12-14 | 2 | -19/+19 |
* | add roff(7) comments listing some M_ASN1_* aliases | schwarze | 2021-12-14 | 3 | -6/+11 |
* | Consolidate ASN.1 universal tag type data. | jsing | 2021-12-14 | 6 | -82/+283 |
* | Add regress coverage for ASN1_get_object() | jsing | 2021-12-14 | 1 | -1/+262 |
* | Add regress for ASN1_tag2bit() and ASN1_tag2str() | jsing | 2021-12-14 | 2 | -1/+135 |
* | document the very quirky behaviour of the SMIME_OLDMIME flag | schwarze | 2021-12-14 | 1 | -3/+39 |
* | new manual page SMIME_text(3) | schwarze | 2021-12-14 | 4 | -5/+65 |
* | new manual page SMIME_read_ASN1(3) | schwarze | 2021-12-14 | 4 | -8/+134 |
* | new manual page PEM_write_bio_ASN1_stream(3); | schwarze | 2021-12-13 | 5 | -6/+100 |