| Commit message (Expand) | Author | Files | Lines |
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 |
2022-01-14 | Move BN structs to bn_lcl.h | tb | 2 | -50/+46 |
2022-01-14 | Remove BIO_s_file_internal | tb | 1 | -4/+1 |
2022-01-14 | Remove ASN1{_const,}_check_infinite_end | tb | 2 | -30/+2 |
2022-01-14 | Remove ASN1{,_const}_CTX | tb | 1 | -35/+1 |
2022-01-14 | Remove X509_OBJECT_free_contents | tb | 2 | -19/+11 |
2022-01-14 | Remove PEM_Seal{Init,Update,Final} | tb | 3 | -223/+3 |
2022-01-14 | Unifdef LIBRESSL_OPAQUE_* and LIBRESSL_NEXT_API | tb | 10 | -112/+10 |
2022-01-12 | zap some stray whitespace | tb | 1 | -2/+2 |
2022-01-12 | ASN1_{,F,T}BOOLEAN_it and the encoding and decoding API will move | tb | 5 | -147/+7 |
2022-01-12 | Only evp_pkey_check needs static linking | tb | 1 | -2/+4 |
2022-01-12 | Add a prototype for OBJ_bsearch_ so this test will keep working | tb | 1 | -1/+6 |
2022-01-12 | Rework ecdsatest to build after the bump and link statically for now | tb | 2 | -14/+26 |
2022-01-12 | Rework dsatest to use accessors and link statically for now | tb | 2 | -7/+7 |
2022-01-12 | Rework dhtest to use accessors and link statically for now | tb | 1 | -6/+6 |
2022-01-12 | Rework dhtest to use accessors and link statically for now | tb | 1 | -3/+3 |
2022-01-12 | Rework test to use EVP_AEAD_CTX_{new,free}() and link statically for now | tb | 2 | -20/+32 |
2022-01-12 | Fix typo in header guard | tb | 1 | -3/+3 |
2022-01-12 | Fix asn1x509 build with opaque structures. Link statically for now. | tb | 2 | -20/+25 |
2022-01-12 | Rework Makefile to use regress framework and link asn1basic statically. | tb | 2 | -14/+16 |
2022-01-11 | forgot to zap some dead assignments | tb | 1 | -4/+4 |
2022-01-11 | Add regress for EVP_PKEY_{,public_,param_}check() | tb | 2 | -7/+415 |
2022-01-11 | Revise for peer_cert. | jsing | 1 | -6/+6 |
2022-01-11 | Remove peer_pkeys from SSL_SESSION. | jsing | 6 | -96/+58 |
2022-01-11 | Simplify SSL_get_peer_certificate() | jsing | 1 | -10/+8 |
2022-01-11 | Rename 'peer' to 'peer_cert' in SSL_SESSION. | jsing | 8 | -37/+37 |
2022-01-11 | Revise for changes to tls_key_share_peer_public() | jsing | 1 | -2/+4 |