| Commit message (Expand) | Author | Files | Lines |
2022-01-14 | Make structs in evp.h and hmac.h opaque | tb | 4 | -146/+142 |
2022-01-14 | Move BN structs to bn_lcl.h | tb | 2 | -50/+46 |
2022-01-14 | Remove BIO_s_file_internal | tb | 1 | -4/+1 |
2022-01-14 | Remove ASN1{_const,}_check_infinite_end | tb | 2 | -30/+2 |
2022-01-14 | Remove ASN1{,_const}_CTX | tb | 1 | -35/+1 |
2022-01-14 | Remove X509_OBJECT_free_contents | tb | 2 | -19/+11 |
2022-01-14 | Remove PEM_Seal{Init,Update,Final} | tb | 3 | -223/+3 |
2022-01-14 | Unifdef LIBRESSL_OPAQUE_* and LIBRESSL_NEXT_API | tb | 10 | -112/+10 |
2022-01-12 | zap some stray whitespace | tb | 1 | -2/+2 |
2022-01-12 | ASN1_{,F,T}BOOLEAN_it and the encoding and decoding API will move | tb | 5 | -147/+7 |
2022-01-12 | Only evp_pkey_check needs static linking | tb | 1 | -2/+4 |
2022-01-12 | Add a prototype for OBJ_bsearch_ so this test will keep working | tb | 1 | -1/+6 |
2022-01-12 | Rework ecdsatest to build after the bump and link statically for now | tb | 2 | -14/+26 |
2022-01-12 | Rework dsatest to use accessors and link statically for now | tb | 2 | -7/+7 |
2022-01-12 | Rework dhtest to use accessors and link statically for now | tb | 1 | -6/+6 |
2022-01-12 | Rework dhtest to use accessors and link statically for now | tb | 1 | -3/+3 |
2022-01-12 | Rework test to use EVP_AEAD_CTX_{new,free}() and link statically for now | tb | 2 | -20/+32 |
2022-01-12 | Fix typo in header guard | tb | 1 | -3/+3 |
2022-01-12 | Fix asn1x509 build with opaque structures. Link statically for now. | tb | 2 | -20/+25 |
2022-01-12 | Rework Makefile to use regress framework and link asn1basic statically. | tb | 2 | -14/+16 |
2022-01-11 | forgot to zap some dead assignments | tb | 1 | -4/+4 |
2022-01-11 | Add regress for EVP_PKEY_{,public_,param_}check() | tb | 2 | -7/+415 |
2022-01-11 | Revise for peer_cert. | jsing | 1 | -6/+6 |
2022-01-11 | Remove peer_pkeys from SSL_SESSION. | jsing | 6 | -96/+58 |
2022-01-11 | Simplify SSL_get_peer_certificate() | jsing | 1 | -10/+8 |
2022-01-11 | Rename 'peer' to 'peer_cert' in SSL_SESSION. | jsing | 8 | -37/+37 |
2022-01-11 | Revise for changes to tls_key_share_peer_public() | jsing | 1 | -2/+4 |
2022-01-11 | Plumb decode errors through key share parsing code. | jsing | 7 | -48/+106 |
2022-01-11 | Use SSL_AD_INTERNAL_ERROR for non-decoding alerts when parsing keyshares. | jsing | 1 | -4/+10 |
2022-01-11 | Simplify tlsext_keyshare_server_parse() | jsing | 1 | -9/+5 |
2022-01-11 | Wrap long lines | inoguchi | 1 | -42/+74 |
2022-01-11 | Check function return value | inoguchi | 1 | -32/+57 |
2022-01-11 | Suppress warning | inoguchi | 1 | -1/+3 |
2022-01-11 | Compare pointer variable with NULL | inoguchi | 1 | -44/+44 |
2022-01-11 | Remove space between '*' and pointer variable. | inoguchi | 1 | -11/+9 |
2022-01-11 | Convert openssl(1) smime option handling | inoguchi | 1 | -357/+744 |
2022-01-10 | Convert tls_bio_cb for opaque BIO | tb | 1 | -19/+46 |
2022-01-10 | Document EVP_AEAD_CTX_{new,free}() and adjust example code. | tb | 1 | -6/+45 |
2022-01-10 | Unbreak tree. Sorry about that. | tb | 1 | -7/+7 |
2022-01-10 | NULL out pointers after transferring them to the DSA object. | tb | 1 | -1/+9 |
2022-01-10 | Dedup get_dsa*() code. | tb | 1 | -91/+60 |
2022-01-10 | Convert testdsa to accessors for opaque DSA | tb | 1 | -30/+90 |
2022-01-10 | Remove a few unused defines from x509.h | tb | 1 | -6/+1 |
2022-01-10 | Prepare to provide the EVP_MD_meth_* API | tb | 2 | -2/+130 |
2022-01-10 | Document openssl pkey -check,-pubcheck and param -check | tb | 1 | -2/+12 |
2022-01-10 | Implement openssl pkey -{,pub}check and pkeyparam -check | tb | 4 | -10/+79 |
2022-01-10 | Prepare to provide EVP_PKEY_{public,param}_check | tb | 8 | -8/+146 |
2022-01-10 | Provide DH_check*_ex and many error codes | tb | 4 | -4/+102 |
2022-01-10 | Prepare to provide EVP_PKEY_check() | tb | 8 | -12/+89 |
2022-01-10 | Prevent a double free in EVP_MD_CTX_copy_ex() | tb | 1 | -1/+3 |