Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2022-05-10 | Rewrite asn1_item_ex_d2i() using CBS. | jsing | 1 | -58/+125 |
2022-05-10 | Remove ASN.1 combining. | jsing | 5 | -82/+37 |
2022-05-09 | Simplify X509_ATTRIBUTE ASN.1 encoding. | jsing | 6 | -101/+34 |
2022-05-08 | Remove openssl/cterr.h and inline it in openssl/ct.h | tb | 4 | -133/+58 |
2022-05-08 | Default Ruby is now 3.1 | tb | 1 | -2/+2 |
2022-05-07 | Sort alphabetically so that future omissions will be easier to spot. | tb | 1 | -35/+35 |
2022-05-07 | Split asn1_item_ex_d2i() into three. | jsing | 1 | -223/+287 |
2022-05-07 | zap stray tab | tb | 1 | -2/+2 |
2022-05-07 | KNF nits | tb | 1 | -7/+7 |
2022-05-07 | Rewrite asn1_d2i_ex_primitive() with CBS. | jsing | 1 | -72/+86 |
2022-05-07 | Refactor asn1_ex_c2i() | jsing | 1 | -39/+59 |
2022-05-07 | Avoid strict aliasing violations in BN_nist_mod_*() | jsing | 1 | -86/+137 |
2022-05-06 | Add missing ERR_load_{COMP,CT,KDF}_strings() | tb | 1 | -1/+11 |
2022-05-06 | Also check EVP_PKEY_CTX_new_id() return in example code. Letting this | tb | 1 | -2/+4 |
2022-05-06 | Install EVP_PKEY_CTX_set_hkdf_md.3 | tb | 1 | -1/+2 |