| Commit message (Expand) | Author | Age | Files | Lines |
* | Rework ecdsatest to build after the bump and link statically for now | tb | 2022-01-12 | 2 | -14/+26 |
* | Rework dsatest to use accessors and link statically for now | tb | 2022-01-12 | 2 | -7/+7 |
* | Rework dhtest to use accessors and link statically for now | tb | 2022-01-12 | 1 | -6/+6 |
* | Rework dhtest to use accessors and link statically for now | tb | 2022-01-12 | 1 | -3/+3 |
* | Rework test to use EVP_AEAD_CTX_{new,free}() and link statically for now | tb | 2022-01-12 | 2 | -20/+32 |
* | Fix typo in header guard | tb | 2022-01-12 | 1 | -3/+3 |
* | Fix asn1x509 build with opaque structures. Link statically for now. | tb | 2022-01-12 | 2 | -20/+25 |
* | Rework Makefile to use regress framework and link asn1basic statically. | tb | 2022-01-12 | 2 | -14/+16 |
* | forgot to zap some dead assignments | tb | 2022-01-11 | 1 | -4/+4 |
* | Add regress for EVP_PKEY_{,public_,param_}check() | tb | 2022-01-11 | 2 | -7/+415 |
* | Revise for peer_cert. | jsing | 2022-01-11 | 1 | -6/+6 |
* | Remove peer_pkeys from SSL_SESSION. | jsing | 2022-01-11 | 6 | -96/+58 |
* | Simplify SSL_get_peer_certificate() | jsing | 2022-01-11 | 1 | -10/+8 |
* | Rename 'peer' to 'peer_cert' in SSL_SESSION. | jsing | 2022-01-11 | 8 | -37/+37 |
* | Revise for changes to tls_key_share_peer_public() | jsing | 2022-01-11 | 1 | -2/+4 |
* | Plumb decode errors through key share parsing code. | jsing | 2022-01-11 | 7 | -48/+106 |
* | Use SSL_AD_INTERNAL_ERROR for non-decoding alerts when parsing keyshares. | jsing | 2022-01-11 | 1 | -4/+10 |
* | Simplify tlsext_keyshare_server_parse() | jsing | 2022-01-11 | 1 | -9/+5 |
* | Wrap long lines | inoguchi | 2022-01-11 | 1 | -42/+74 |
* | Check function return value | inoguchi | 2022-01-11 | 1 | -32/+57 |
* | Suppress warning | inoguchi | 2022-01-11 | 1 | -1/+3 |
* | Compare pointer variable with NULL | inoguchi | 2022-01-11 | 1 | -44/+44 |
* | Remove space between '*' and pointer variable. | inoguchi | 2022-01-11 | 1 | -11/+9 |
* | Convert openssl(1) smime option handling | inoguchi | 2022-01-11 | 1 | -357/+744 |
* | Convert tls_bio_cb for opaque BIO | tb | 2022-01-10 | 1 | -19/+46 |
* | Document EVP_AEAD_CTX_{new,free}() and adjust example code. | tb | 2022-01-10 | 1 | -6/+45 |
* | Unbreak tree. Sorry about that. | tb | 2022-01-10 | 1 | -7/+7 |
* | NULL out pointers after transferring them to the DSA object. | tb | 2022-01-10 | 1 | -1/+9 |
* | Dedup get_dsa*() code. | tb | 2022-01-10 | 1 | -91/+60 |
* | Convert testdsa to accessors for opaque DSA | tb | 2022-01-10 | 1 | -30/+90 |
* | 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 |
* | Document openssl pkey -check,-pubcheck and param -check | tb | 2022-01-10 | 1 | -2/+12 |
* | Implement openssl pkey -{,pub}check and pkeyparam -check | tb | 2022-01-10 | 4 | -10/+79 |
* | 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 |
* | ssl_check_srvr_ecc_cert_and_alg() only returns 0/1 - test accordingly. | jsing | 2022-01-09 | 1 | -3/+3 |
* | Swap arguments to ssl_check_srvr_ecc_cert_and_alg() | jsing | 2022-01-09 | 3 | -9/+9 |
* | Clean up ssl3_{send,get}_client_kex_gost() | jsing | 2022-01-09 | 2 | -41/+46 |
* | Return 0/1 from ssl3_{send,get}_client_kex_gost() | jsing | 2022-01-09 | 2 | -7/+7 |
* | Remove a comment from Captain Obvious. | jsing | 2022-01-09 | 1 | -4/+2 |
* | Fix GOST skip certificate verify handling. | jsing | 2022-01-09 | 1 | -19/+11 |
* | Prepare to provide EVP_MD_CTX{,_set}_pkey_ctx() | tb | 2022-01-09 | 4 | -5/+55 |
* | Clean up pkey handling in ssl3_get_server_key_exchange() | jsing | 2022-01-09 | 1 | -42/+22 |