| Commit message (Expand) | Author | Age | Files | Lines |
| * | Minor cleanup and simplification in dsa_pub_encode() | tb | 2022-01-15 | 1 | -15/+8 |
| * | Avoid buffer overflow in asn1_parse2 | inoguchi | 2022-01-14 | 1 | -2/+2 |
| * | bump libcrypto, libssl, libtls majors after struct visibility changes | tb | 2022-01-14 | 1 | -1/+1 |
| * | Update Symbols.list | tb | 2022-01-14 | 1 | -49/+190 |
| * | Unconditionally comment out OPENSSL_NO_RFC3779 | tb | 2022-01-14 | 1 | -3/+1 |
| * | Remove header guard around RFC 3779 declarations | tb | 2022-01-14 | 1 | -3/+1 |
| * | Expose Certificate Transparency symbols in headers | tb | 2022-01-14 | 3 | -11/+3 |
| * | Hide OBJ_bsearch_ from public visibility, | tb | 2022-01-14 | 1 | -84/+4 |
| * | Move ASN1_BOOLEAN to internal only. | tb | 2022-01-14 | 2 | -5/+5 |
| * | Remove check_defer and obj_cleanup_defer from public visibility | tb | 2022-01-14 | 1 | -1/+3 |
| * | Remove name_cmp from public visibility | tb | 2022-01-14 | 2 | -2/+3 |
| * | Remove all asn1_* symbols from public visibility | tb | 2022-01-14 | 2 | -18/+18 |
| * | Implement new-style OpenSSL BIO callbacks | tb | 2022-01-14 | 15 | -145/+266 |
| * | Remove legacy sign/verify from EVP_MD. | tb | 2022-01-14 | 20 | -657/+62 |
| * | Make RSA, RSA_PSS_PARAMS and RSA_METHOD opaque | tb | 2022-01-14 | 3 | -83/+80 |
| * | Make structs in ocsp.h opaque | tb | 2022-01-14 | 2 | -234/+260 |
| * | Move ECDSA_SIG to ecs_locl.h | tb | 2022-01-14 | 2 | -11/+7 |
| * | Simplify DSAPublicKey_it | tb | 2022-01-14 | 4 | -56/+25 |
| * | Make DSA opaque | tb | 2022-01-14 | 2 | -65/+57 |
| * | Make structs in dh.h opaque | tb | 2022-01-14 | 2 | -51/+44 |
| * | Garbage collect the unused OPENSSL_ITEM | tb | 2022-01-14 | 1 | -10/+1 |
| * | Make structs in comp.h opaque | tb | 2022-01-14 | 3 | -30/+32 |
| * | Make structs in bio.h opaque | tb | 2022-01-14 | 3 | -61/+62 |
| * | Garbage collect the app_items field of ASN1_ADB | tb | 2022-01-14 | 6 | -14/+6 |
| * | Remove NO_ASN1_FIELD_NAMES | tb | 2022-01-14 | 1 | -5/+1 |
| * | Remove obsolete key formats | tb | 2022-01-14 | 5 | -578/+3 |
| * | Remove ASN1_OBJECT internals from public visibility. | tb | 2022-01-14 | 3 | -17/+19 |
| * | Remove HMAC_CTX_{init,cleanup}() and HMAC_init from public visibility | tb | 2022-01-14 | 2 | -6/+5 |
| * | Make structs in evp.h and hmac.h opaque | tb | 2022-01-14 | 4 | -146/+142 |
| * | Move BN structs to bn_lcl.h | tb | 2022-01-14 | 2 | -50/+46 |
| * | Remove BIO_s_file_internal | tb | 2022-01-14 | 1 | -4/+1 |
| * | Remove ASN1{_const,}_check_infinite_end | tb | 2022-01-14 | 2 | -30/+2 |
| * | Remove ASN1{,_const}_CTX | tb | 2022-01-14 | 1 | -35/+1 |
| * | Remove X509_OBJECT_free_contents | tb | 2022-01-14 | 2 | -19/+11 |
| * | Remove PEM_Seal{Init,Update,Final} | tb | 2022-01-14 | 3 | -223/+3 |
| * | Unifdef LIBRESSL_OPAQUE_* and LIBRESSL_NEXT_API | tb | 2022-01-14 | 10 | -112/+10 |
| * | ASN1_{,F,T}BOOLEAN_it and the encoding and decoding API will move | tb | 2022-01-12 | 5 | -147/+7 |
| * | Fix typo in header guard | tb | 2022-01-12 | 1 | -3/+3 |
| * | Document EVP_AEAD_CTX_{new,free}() and adjust example code. | tb | 2022-01-10 | 1 | -6/+45 |
| * | Remove a few unused defines from x509.h | tb | 2022-01-10 | 1 | -6/+1 |
| * | Prepare to provide the EVP_MD_meth_* API | tb | 2022-01-10 | 2 | -2/+130 |
| * | Prepare to provide EVP_PKEY_{public,param}_check | tb | 2022-01-10 | 8 | -8/+146 |
| * | Provide DH_check*_ex and many error codes | tb | 2022-01-10 | 4 | -4/+102 |
| * | Prepare to provide EVP_PKEY_check() | tb | 2022-01-10 | 8 | -12/+89 |
| * | Prevent a double free in EVP_MD_CTX_copy_ex() | tb | 2022-01-10 | 1 | -1/+3 |
| * | zap trailing whitespace | tb | 2022-01-10 | 1 | -5/+5 |
| * | Check that the RSA exponent is neither even nor 1 in RSA_check_key() | tb | 2022-01-10 | 1 | -1/+10 |
| * | Use C99 initializers for test_sha_md | tb | 2022-01-09 | 1 | -13/+12 |
| * | Add an essentially empty comp_local.h and include it where it will | tb | 2022-01-09 | 5 | -4/+22 |
| * | Prepare to provide EVP_MD_CTX{,_set}_pkey_ctx() | tb | 2022-01-09 | 4 | -5/+55 |