| Commit message (Expand) | Author | Age | Files | Lines |
* | Update Symbols.list | tb | 2022-01-14 | 1 | -49/+190 |
* | Unconditionally comment out OPENSSL_NO_RFC3779 | tb | 2022-01-14 | 1 | -3/+1 |
* | Remove header guard around RFC 3779 declarations | tb | 2022-01-14 | 1 | -3/+1 |
* | Expose Certificate Transparency symbols in headers | tb | 2022-01-14 | 3 | -11/+3 |
* | Hide OBJ_bsearch_ from public visibility, | tb | 2022-01-14 | 1 | -84/+4 |
* | Move ASN1_BOOLEAN to internal only. | tb | 2022-01-14 | 2 | -5/+5 |
* | Remove check_defer and obj_cleanup_defer from public visibility | tb | 2022-01-14 | 1 | -1/+3 |
* | Remove name_cmp from public visibility | tb | 2022-01-14 | 2 | -2/+3 |
* | Remove all asn1_* symbols from public visibility | tb | 2022-01-14 | 2 | -18/+18 |
* | Implement new-style OpenSSL BIO callbacks | tb | 2022-01-14 | 15 | -145/+266 |
* | Garbage collect last use of EVP_ecdsa() | tb | 2022-01-14 | 1 | -2/+1 |
* | Remove legacy sign/verify from EVP_MD. | tb | 2022-01-14 | 20 | -657/+62 |
* | Make RSA, RSA_PSS_PARAMS and RSA_METHOD opaque | tb | 2022-01-14 | 3 | -83/+80 |
* | Make structs in ocsp.h opaque | tb | 2022-01-14 | 2 | -234/+260 |
* | Move ECDSA_SIG to ecs_locl.h | tb | 2022-01-14 | 2 | -11/+7 |
* | Simplify DSAPublicKey_it | tb | 2022-01-14 | 4 | -56/+25 |
* | Make DSA opaque | tb | 2022-01-14 | 2 | -65/+57 |
* | Make structs in dh.h opaque | tb | 2022-01-14 | 2 | -51/+44 |
* | Garbage collect the unused OPENSSL_ITEM | tb | 2022-01-14 | 1 | -10/+1 |
* | Make structs in comp.h opaque | tb | 2022-01-14 | 3 | -30/+32 |
* | Make structs in bio.h opaque | tb | 2022-01-14 | 3 | -61/+62 |
* | Garbage collect the app_items field of ASN1_ADB | tb | 2022-01-14 | 6 | -14/+6 |
* | Remove NO_ASN1_FIELD_NAMES | tb | 2022-01-14 | 1 | -5/+1 |
* | Remove obsolete key formats | tb | 2022-01-14 | 5 | -578/+3 |
* | Remove ASN1_OBJECT internals from public visibility. | tb | 2022-01-14 | 3 | -17/+19 |
* | Remove HMAC_CTX_{init,cleanup}() and HMAC_init from public visibility | tb | 2022-01-14 | 2 | -6/+5 |
* | Make structs in evp.h and hmac.h opaque | tb | 2022-01-14 | 4 | -146/+142 |
* | Move BN structs to bn_lcl.h | tb | 2022-01-14 | 2 | -50/+46 |
* | Remove BIO_s_file_internal | tb | 2022-01-14 | 1 | -4/+1 |
* | Remove ASN1{_const,}_check_infinite_end | tb | 2022-01-14 | 2 | -30/+2 |
* | Remove ASN1{,_const}_CTX | tb | 2022-01-14 | 1 | -35/+1 |
* | Remove X509_OBJECT_free_contents | tb | 2022-01-14 | 2 | -19/+11 |
* | Remove PEM_Seal{Init,Update,Final} | tb | 2022-01-14 | 3 | -223/+3 |
* | Unifdef LIBRESSL_OPAQUE_* and LIBRESSL_NEXT_API | tb | 2022-01-14 | 10 | -112/+10 |
* | ASN1_{,F,T}BOOLEAN_it and the encoding and decoding API will move | tb | 2022-01-12 | 5 | -147/+7 |
* | Fix typo in header guard | tb | 2022-01-12 | 1 | -3/+3 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |