summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update Symbols.listtb2022-01-141-49/+190
* Unconditionally comment out OPENSSL_NO_RFC3779tb2022-01-141-3/+1
* Remove header guard around RFC 3779 declarationstb2022-01-141-3/+1
* Expose Certificate Transparency symbols in headerstb2022-01-143-11/+3
* Hide OBJ_bsearch_ from public visibility,tb2022-01-141-84/+4
* Move ASN1_BOOLEAN to internal only.tb2022-01-142-5/+5
* Remove check_defer and obj_cleanup_defer from public visibilitytb2022-01-141-1/+3
* Remove name_cmp from public visibilitytb2022-01-142-2/+3
* Remove all asn1_* symbols from public visibilitytb2022-01-142-18/+18
* Implement new-style OpenSSL BIO callbackstb2022-01-1415-145/+266
* Garbage collect last use of EVP_ecdsa()tb2022-01-141-2/+1
* Remove legacy sign/verify from EVP_MD.tb2022-01-1420-657/+62
* Make RSA, RSA_PSS_PARAMS and RSA_METHOD opaquetb2022-01-143-83/+80
* Make structs in ocsp.h opaquetb2022-01-142-234/+260
* Move ECDSA_SIG to ecs_locl.htb2022-01-142-11/+7
* Simplify DSAPublicKey_ittb2022-01-144-56/+25
* Make DSA opaquetb2022-01-142-65/+57
* Make structs in dh.h opaquetb2022-01-142-51/+44
* Garbage collect the unused OPENSSL_ITEMtb2022-01-141-10/+1
* Make structs in comp.h opaquetb2022-01-143-30/+32
* Make structs in bio.h opaquetb2022-01-143-61/+62
* Garbage collect the app_items field of ASN1_ADBtb2022-01-146-14/+6
* Remove NO_ASN1_FIELD_NAMEStb2022-01-141-5/+1
* Remove obsolete key formatstb2022-01-145-578/+3
* Remove ASN1_OBJECT internals from public visibility.tb2022-01-143-17/+19
* 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
* ASN1_{,F,T}BOOLEAN_it and the encoding and decoding API will movetb2022-01-125-147/+7
* Fix typo in header guardtb2022-01-121-3/+3
* 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
* 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
* 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
* Remove a few unused defines from x509.htb2022-01-101-6/+1
* Prepare to provide the EVP_MD_meth_* APItb2022-01-102-2/+130
* 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
* Prevent a double free in EVP_MD_CTX_copy_ex()tb2022-01-101-1/+3