| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Remove the last internal use of d2i_ASN1_BOOLEAN. | tb | 2021-12-13 | 1 | -7/+3 |
* | Clean up d2i_ASN1_BOOLEAN() and i2d_ASN1_BOOLEAN(). | jsing | 2021-12-13 | 3 | -118/+23 |
* | this file doesn't use anything from <stdio.h>; | schwarze | 2021-12-13 | 1 | -2/+1 |
* | Convert asn1_d2i_ex_primitive()/asn1_collect() from BUF_MEM to CBB. | jsing | 2021-12-13 | 1 | -31/+37 |
* | new manual page SMIME_write_ASN1(3); | schwarze | 2021-12-13 | 5 | -9/+179 |
* | remove a couple hundred sys/param.h includes in userland code, and | deraadt | 2021-12-13 | 50 | -227/+77 |
* | Catch integer overflow rather than silently truncating while | schwarze | 2021-12-13 | 1 | -1/+10 |
* | new manual pages i2d_ASN1_bio_stream(3) and SMIME_crlf_copy(3) | schwarze | 2021-12-13 | 6 | -8/+203 |
* | Annotate the structs that will be moved to hmac_local.h and evp_locl.h | tb | 2021-12-12 | 3 | -8/+20 |
* | Include evp_locl.h where it will be needed once most structs from | tb | 2021-12-12 | 71 | -72/+184 |
* | Add a mostly empty hmac_local.h. HMAC_CTX and a few other things | tb | 2021-12-12 | 7 | -6/+86 |
* | Add -I${LIBCRYPTO_SRC}/hmac to CFLAGS. Needed in an upcoming commit. | tb | 2021-12-12 | 1 | -1/+2 |
* | Add header guards to evp_locl.h. | tb | 2021-12-12 | 1 | -1/+6 |
* | Convert req.c to compile with opaque EVP_MD_CTX. | tb | 2021-12-12 | 1 | -25/+43 |
* | Convert passwd.c to opaque EVP_MD_CTX and add a bit of error checking. | tb | 2021-12-12 | 1 | -35/+72 |
* | Make speed.c compile with opaque EVP_CIPHER, EVP_MD and HMAC_CTX. | tb | 2021-12-12 | 1 | -20/+29 |
* | A few more simplifications using get0_pubkey instead of get_pubkey + free. | tb | 2021-12-12 | 1 | -9/+5 |
* | Simplify x509.c slightly by using X509_get0_pubkey() instead of | tb | 2021-12-12 | 1 | -5/+3 |
* | Make x509.c compile with opaque EVP_PKEY. | tb | 2021-12-12 | 1 | -7/+15 |
* | Use correct spelling of NULL | tb | 2021-12-12 | 1 | -2/+2 |
* | Make ts.c compile with opaque EVP_MD_CTX. | tb | 2021-12-12 | 1 | -5/+10 |
* | document the ub_* constants | schwarze | 2021-12-12 | 1 | -2/+22 |
* | typo | schwarze | 2021-12-12 | 1 | -2/+2 |
* | New manual page providing a rudimentary description of BIO_new_NDEF(3). | schwarze | 2021-12-12 | 4 | -5/+127 |
* | Rewrite X509_ALGOR_set_md() without reaching into EVP_MD. | tb | 2021-12-12 | 1 | -5/+3 |
* | Merge two bugfixes in ASN1_STRING_TABLE_add(3) and ASN1_STRING_TABLE_get(3) | schwarze | 2021-12-11 | 3 | -36/+189 |
* | Merge the deletion of <ctype.h>, which isn't used here, | schwarze | 2021-12-11 | 1 | -17/+21 |
* | document STABLE_NO_MASK and STABLE_FLAGS_MALLOC, | schwarze | 2021-12-11 | 1 | -13/+32 |
* | two more "the the" fixes; | jmc | 2021-12-11 | 1 | -3/+3 |
* | Stop passing __FILE__ and __LINE__ to various libcrypto functions. The arguments | anton | 2021-12-11 | 1 | -13/+13 |