| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Prepare to provide OBJ_length() and OBJ_get0_data() | tb | 2022-01-08 | 2 | -2/+28 |
* | tiny whitespace tweak | tb | 2022-01-08 | 1 | -2/+2 |
* | x509_cpols.c will need to include x509_lcl.h soon | tb | 2022-01-08 | 1 | -1/+2 |
* | Prepare to provide EVP_AEAD_CTX_{new,free}() | tb | 2022-01-07 | 2 | -3/+29 |
* | A few more files need asn1_locl.h. | tb | 2022-01-07 | 3 | -3/+8 |
* | include asn1_locl.h where it will be needed for the bump. | tb | 2022-01-07 | 7 | -7/+19 |
* | Prepare to make RSA and RSA_METHOD opaque by including rsa_locl.h | tb | 2022-01-07 | 9 | -9/+19 |
* | Add an essentially empty ocsp_local.h and include it in the files | tb | 2022-01-07 | 10 | -9/+95 |
* | gost needs to look into ecs_locl.h | tb | 2022-01-07 | 2 | -2/+4 |
* | Prepare the move of DSA_SIG, DSA_METHOD and DSA to dsa_locl.h by | tb | 2022-01-07 | 10 | -10/+25 |
* | Add an essentially empty dh_local.h and include it in the files where | tb | 2022-01-07 | 10 | -9/+88 |