summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Remove HMAC_CTX_{init,cleanup}() and HMAC_init from public visibilitytb2022-01-142-6/+5
* Make structs in evp.h and hmac.h opaquetb2022-01-144-146/+142
* Move BN structs to bn_lcl.htb2022-01-142-50/+46
* Remove BIO_s_file_internaltb2022-01-141-4/+1
* Remove ASN1{_const,}_check_infinite_endtb2022-01-142-30/+2
* Remove ASN1{,_const}_CTXtb2022-01-141-35/+1
* Remove X509_OBJECT_free_contentstb2022-01-142-19/+11
* Remove PEM_Seal{Init,Update,Final}tb2022-01-143-223/+3
* Unifdef LIBRESSL_OPAQUE_* and LIBRESSL_NEXT_APItb2022-01-1410-112/+10
* zap some stray whitespacetb2022-01-121-2/+2
* ASN1_{,F,T}BOOLEAN_it and the encoding and decoding API will movetb2022-01-125-147/+7
* Only evp_pkey_check needs static linkingtb2022-01-121-2/+4
* Add a prototype for OBJ_bsearch_ so this test will keep workingtb2022-01-121-1/+6
* Rework ecdsatest to build after the bump and link statically for nowtb2022-01-122-14/+26
* Rework dsatest to use accessors and link statically for nowtb2022-01-122-7/+7
* Rework dhtest to use accessors and link statically for nowtb2022-01-121-6/+6
* Rework dhtest to use accessors and link statically for nowtb2022-01-121-3/+3
* Rework test to use EVP_AEAD_CTX_{new,free}() and link statically for nowtb2022-01-122-20/+32
* Fix typo in header guardtb2022-01-121-3/+3
* Fix asn1x509 build with opaque structures. Link statically for now.tb2022-01-122-20/+25
* Rework Makefile to use regress framework and link asn1basic statically.tb2022-01-122-14/+16
* forgot to zap some dead assignmentstb2022-01-111-4/+4
* Add regress for EVP_PKEY_{,public_,param_}check()tb2022-01-112-7/+415
* Revise for peer_cert.jsing2022-01-111-6/+6
* Remove peer_pkeys from SSL_SESSION.jsing2022-01-116-96/+58
* Simplify SSL_get_peer_certificate()jsing2022-01-111-10/+8
* Rename 'peer' to 'peer_cert' in SSL_SESSION.jsing2022-01-118-37/+37
* Revise for changes to tls_key_share_peer_public()jsing2022-01-111-2/+4
* Plumb decode errors through key share parsing code.jsing2022-01-117-48/+106
* Use SSL_AD_INTERNAL_ERROR for non-decoding alerts when parsing keyshares.jsing2022-01-111-4/+10
* Simplify tlsext_keyshare_server_parse()jsing2022-01-111-9/+5
* Wrap long linesinoguchi2022-01-111-42/+74
* Check function return valueinoguchi2022-01-111-32/+57
* Suppress warninginoguchi2022-01-111-1/+3
* Compare pointer variable with NULLinoguchi2022-01-111-44/+44
* Remove space between '*' and pointer variable.inoguchi2022-01-111-11/+9
* Convert openssl(1) smime option handlinginoguchi2022-01-111-357/+744
* Convert tls_bio_cb for opaque BIOtb2022-01-101-19/+46
* Document EVP_AEAD_CTX_{new,free}() and adjust example code.tb2022-01-101-6/+45
* Unbreak tree. Sorry about that.tb2022-01-101-7/+7
* NULL out pointers after transferring them to the DSA object.tb2022-01-101-1/+9
* Dedup get_dsa*() code.tb2022-01-101-91/+60
* Convert testdsa to accessors for opaque DSAtb2022-01-101-30/+90
* Remove a few unused defines from x509.htb2022-01-101-6/+1
* Prepare to provide the EVP_MD_meth_* APItb2022-01-102-2/+130
* Document openssl pkey -check,-pubcheck and param -checktb2022-01-101-2/+12
* Implement openssl pkey -{,pub}check and pkeyparam -checktb2022-01-104-10/+79
* Prepare to provide EVP_PKEY_{public,param}_checktb2022-01-108-8/+146
* Provide DH_check*_ex and many error codestb2022-01-104-4/+102
* Prepare to provide EVP_PKEY_check()tb2022-01-108-12/+89