| Commit message (Expand) | Author | Files | Lines |
2022-01-15 | Minor cleanup and simplification in dsa_pub_encode() | tb | 1 | -15/+8 |
2022-01-15 | Add ct.h and x509_vfy.h | inoguchi | 1 | -1/+3 |
2022-01-14 | Avoid buffer overflow in asn1_parse2 | inoguchi | 1 | -2/+2 |
2022-01-14 | Enable openssl pkey -{,pub}check and pkeyparam -check | tb | 2 | -6/+2 |
2022-01-14 | Undo static linking and other workarounds that are no longer needed | tb | 6 | -19/+15 |
2022-01-14 | Convert wycheproof.go for opaque EVP_AEAD_CTX | tb | 1 | -11/+18 |
2022-01-14 | The cttest can link dynamically now | tb | 1 | -2/+2 |
2022-01-14 | Simplify BN_mont test slightly using a new accessor. | tb | 1 | -4/+2 |
2022-01-14 | openssl(1) dgst: fix build after clones removal | tb | 1 | -4/+1 |
2022-01-14 | Convert openssl(1) speed for opaque EVP_AEAD_CTX | tb | 1 | -13/+31 |
2022-01-14 | Convert openssl(1) rsa.c for opaque RSA | tb | 1 | -2/+2 |
2022-01-14 | openssl(1) genrsa: simplify access to rsa->e | tb | 1 | -5/+3 |
2022-01-14 | Convert openssl(1) gendsa.c to opaque DSA | tb | 1 | -2/+2 |
2022-01-14 | Convert openssl(1) dsaparam to opaque dsa | tb | 1 | -11/+13 |
2022-01-14 | Convert openssl(1) dsa.c to opaque DSA | tb | 1 | -2/+2 |
2022-01-14 | Convert openssl(1) dhparam to opaque DH | tb | 1 | -12/+14 |
2022-01-14 | Convert openssl(1) dh.c to opaque DH | tb | 1 | -10/+12 |
2022-01-14 | bump libcrypto, libssl, libtls majors after struct visibility changes | tb | 3 | -3/+3 |
2022-01-14 | Use the correct type for ssl_callback_ctrl() | tb | 1 | -3/+3 |
2022-01-14 | Convert the new record layers to opaque EVP_AEAD_CTX | tb | 2 | -12/+6 |
2022-01-14 | Convert ssl_kex.c to opaque DH | tb | 1 | -11/+11 |
2022-01-14 | Use BIO_next/BIO_set_next in ssl_lib.c | tb | 1 | -3/+3 |
2022-01-14 | bio_ssl.c needs to peek into bio_local.h | tb | 2 | -2/+4 |
2022-01-14 | Update Symbols.list | tb | 1 | -49/+190 |
2022-01-14 | Unconditionally comment out OPENSSL_NO_RFC3779 | tb | 1 | -3/+1 |
2022-01-14 | Remove header guard around RFC 3779 declarations | tb | 1 | -3/+1 |
2022-01-14 | Expose Certificate Transparency symbols in headers | tb | 3 | -11/+3 |
2022-01-14 | Hide OBJ_bsearch_ from public visibility, | tb | 1 | -84/+4 |
2022-01-14 | Move ASN1_BOOLEAN to internal only. | tb | 2 | -5/+5 |
2022-01-14 | Remove check_defer and obj_cleanup_defer from public visibility | tb | 1 | -1/+3 |
2022-01-14 | Remove name_cmp from public visibility | tb | 2 | -2/+3 |
2022-01-14 | Remove all asn1_* symbols from public visibility | tb | 2 | -18/+18 |
2022-01-14 | Implement new-style OpenSSL BIO callbacks | tb | 15 | -145/+266 |
2022-01-14 | Garbage collect last use of EVP_ecdsa() | tb | 1 | -2/+1 |
2022-01-14 | Remove legacy sign/verify from EVP_MD. | tb | 20 | -657/+62 |
2022-01-14 | Make RSA, RSA_PSS_PARAMS and RSA_METHOD opaque | tb | 3 | -83/+80 |
2022-01-14 | Make structs in ocsp.h opaque | tb | 2 | -234/+260 |
2022-01-14 | Move ECDSA_SIG to ecs_locl.h | tb | 2 | -11/+7 |
2022-01-14 | Simplify DSAPublicKey_it | tb | 4 | -56/+25 |
2022-01-14 | Make DSA opaque | tb | 2 | -65/+57 |
2022-01-14 | Make structs in dh.h opaque | tb | 2 | -51/+44 |
2022-01-14 | Garbage collect the unused OPENSSL_ITEM | tb | 1 | -10/+1 |
2022-01-14 | Make structs in comp.h opaque | tb | 3 | -30/+32 |
2022-01-14 | Make structs in bio.h opaque | tb | 3 | -61/+62 |
2022-01-14 | Garbage collect the app_items field of ASN1_ADB | tb | 6 | -14/+6 |
2022-01-14 | Remove NO_ASN1_FIELD_NAMES | tb | 1 | -5/+1 |
2022-01-14 | Remove obsolete key formats | tb | 5 | -578/+3 |
2022-01-14 | Remove ASN1_OBJECT internals from public visibility. | tb | 3 | -17/+19 |
2022-01-14 | Remove HMAC_CTX_{init,cleanup}() and HMAC_init from public visibility | tb | 2 | -6/+5 |
2022-01-14 | Make structs in evp.h and hmac.h opaque | tb | 4 | -146/+142 |