summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2022-01-14Expose Certificate Transparency symbols in headerstb3-11/+3
2022-01-14Hide OBJ_bsearch_ from public visibility,tb1-84/+4
2022-01-14Move ASN1_BOOLEAN to internal only.tb2-5/+5
2022-01-14Remove check_defer and obj_cleanup_defer from public visibilitytb1-1/+3
2022-01-14Remove name_cmp from public visibilitytb2-2/+3
2022-01-14Remove all asn1_* symbols from public visibilitytb2-18/+18
2022-01-14Implement new-style OpenSSL BIO callbackstb15-145/+266
2022-01-14Garbage collect last use of EVP_ecdsa()tb1-2/+1
2022-01-14Remove legacy sign/verify from EVP_MD.tb20-657/+62
2022-01-14Make RSA, RSA_PSS_PARAMS and RSA_METHOD opaquetb3-83/+80
2022-01-14Make structs in ocsp.h opaquetb2-234/+260
2022-01-14Move ECDSA_SIG to ecs_locl.htb2-11/+7
2022-01-14Simplify DSAPublicKey_ittb4-56/+25
2022-01-14Make DSA opaquetb2-65/+57
2022-01-14Make structs in dh.h opaquetb2-51/+44
2022-01-14Garbage collect the unused OPENSSL_ITEMtb1-10/+1
2022-01-14Make structs in comp.h opaquetb3-30/+32
2022-01-14Make structs in bio.h opaquetb3-61/+62
2022-01-14Garbage collect the app_items field of ASN1_ADBtb6-14/+6
2022-01-14Remove NO_ASN1_FIELD_NAMEStb1-5/+1
2022-01-14Remove obsolete key formatstb5-578/+3
2022-01-14Remove ASN1_OBJECT internals from public visibility.tb3-17/+19
2022-01-14Remove HMAC_CTX_{init,cleanup}() and HMAC_init from public visibilitytb2-6/+5
2022-01-14Make structs in evp.h and hmac.h opaquetb4-146/+142
2022-01-14Move BN structs to bn_lcl.htb2-50/+46
2022-01-14Remove BIO_s_file_internaltb1-4/+1
2022-01-14Remove ASN1{_const,}_check_infinite_endtb2-30/+2
2022-01-14Remove ASN1{,_const}_CTXtb1-35/+1
2022-01-14Remove X509_OBJECT_free_contentstb2-19/+11
2022-01-14Remove PEM_Seal{Init,Update,Final}tb3-223/+3
2022-01-14Unifdef LIBRESSL_OPAQUE_* and LIBRESSL_NEXT_APItb10-112/+10
2022-01-12zap some stray whitespacetb1-2/+2
2022-01-12ASN1_{,F,T}BOOLEAN_it and the encoding and decoding API will movetb5-147/+7
2022-01-12Only evp_pkey_check needs static linkingtb1-2/+4
2022-01-12Add a prototype for OBJ_bsearch_ so this test will keep workingtb1-1/+6
2022-01-12Rework ecdsatest to build after the bump and link statically for nowtb2-14/+26
2022-01-12Rework dsatest to use accessors and link statically for nowtb2-7/+7
2022-01-12Rework dhtest to use accessors and link statically for nowtb1-6/+6
2022-01-12Rework dhtest to use accessors and link statically for nowtb1-3/+3
2022-01-12Rework test to use EVP_AEAD_CTX_{new,free}() and link statically for nowtb2-20/+32
2022-01-12Fix typo in header guardtb1-3/+3
2022-01-12Fix asn1x509 build with opaque structures. Link statically for now.tb2-20/+25
2022-01-12Rework Makefile to use regress framework and link asn1basic statically.tb2-14/+16
2022-01-11forgot to zap some dead assignmentstb1-4/+4
2022-01-11Add regress for EVP_PKEY_{,public_,param_}check()tb2-7/+415
2022-01-11Revise for peer_cert.jsing1-6/+6
2022-01-11Remove peer_pkeys from SSL_SESSION.jsing6-96/+58
2022-01-11Simplify SSL_get_peer_certificate()jsing1-10/+8
2022-01-11Rename 'peer' to 'peer_cert' in SSL_SESSION.jsing8-37/+37
2022-01-11Revise for changes to tls_key_share_peer_public()jsing1-2/+4