Age | Commit message (Expand) | Author |
2022-01-14 | Avoid buffer overflow in asn1_parse2 | Kinichiro Inoguchi |
2022-01-14 | bump libcrypto, libssl, libtls majors after struct visibility changes | Theo Buehler |
2022-01-14 | Use the correct type for ssl_callback_ctrl() | Theo Buehler |
2022-01-14 | Convert the new record layers to opaque EVP_AEAD_CTX | Theo Buehler |
2022-01-14 | Convert ssl_kex.c to opaque DH | Theo Buehler |
2022-01-14 | Use BIO_next/BIO_set_next in ssl_lib.c | Theo Buehler |
2022-01-14 | bio_ssl.c needs to peek into bio_local.h | Theo Buehler |
2022-01-14 | libkeynote: fix build with opaque RSA and DSA | Theo Buehler |
2022-01-14 | Update Symbols.list | Theo Buehler |
2022-01-14 | Unconditionally comment out OPENSSL_NO_RFC3779 | Theo Buehler |
2022-01-14 | Remove header guard around RFC 3779 declarations | Theo Buehler |
2022-01-14 | Expose Certificate Transparency symbols in headers | Theo Buehler |
2022-01-14 | Hide OBJ_bsearch_ from public visibility, | Theo Buehler |
2022-01-14 | Move ASN1_BOOLEAN to internal only. | Theo Buehler |
2022-01-14 | Remove check_defer and obj_cleanup_defer from public visibility | Theo Buehler |
2022-01-14 | Remove name_cmp from public visibility | Theo Buehler |
2022-01-14 | Remove all asn1_* symbols from public visibility | Theo Buehler |
2022-01-14 | Implement new-style OpenSSL BIO callbacks | Theo Buehler |
2022-01-14 | Garbage collect last use of EVP_ecdsa() | Theo Buehler |
2022-01-14 | Remove legacy sign/verify from EVP_MD. | Theo Buehler |
2022-01-14 | Make RSA, RSA_PSS_PARAMS and RSA_METHOD opaque | Theo Buehler |
2022-01-14 | Make structs in ocsp.h opaque | Theo Buehler |
2022-01-14 | Move ECDSA_SIG to ecs_locl.h | Theo Buehler |
2022-01-14 | Simplify DSAPublicKey_it | Theo Buehler |
2022-01-14 | Make DSA opaque | Theo Buehler |
2022-01-14 | Make structs in dh.h opaque | Theo Buehler |
2022-01-14 | Garbage collect the unused OPENSSL_ITEM | Theo Buehler |
2022-01-14 | Make structs in comp.h opaque | Theo Buehler |
2022-01-14 | Make structs in bio.h opaque | Theo Buehler |
2022-01-14 | Garbage collect the app_items field of ASN1_ADB | Theo Buehler |
2022-01-14 | Remove NO_ASN1_FIELD_NAMES | Theo Buehler |
2022-01-14 | Remove obsolete key formats | Theo Buehler |
2022-01-14 | Remove ASN1_OBJECT internals from public visibility. | Theo Buehler |
2022-01-14 | Remove HMAC_CTX_{init,cleanup}() and HMAC_init from public visibility | Theo Buehler |
2022-01-14 | Make structs in evp.h and hmac.h opaque | Theo Buehler |
2022-01-14 | Move BN structs to bn_lcl.h | Theo Buehler |
2022-01-14 | Remove BIO_s_file_internal | Theo Buehler |
2022-01-14 | Remove ASN1{_const,}_check_infinite_end | Theo Buehler |
2022-01-14 | Remove ASN1{,_const}_CTX | Theo Buehler |
2022-01-14 | Remove X509_OBJECT_free_contents | Theo Buehler |
2022-01-14 | Remove PEM_Seal{Init,Update,Final} | Theo Buehler |
2022-01-14 | Unifdef LIBRESSL_OPAQUE_* and LIBRESSL_NEXT_API | Theo Buehler |
2022-01-12 | Lift the '#ifdef RCRT0' conditional out of boot*.h to crt0.c | Philip Guenther |
2022-01-12 | ASN1_{,F,T}BOOLEAN_it and the encoding and decoding API will move | Theo Buehler |
2022-01-12 | Fix typo in header guard | Theo Buehler |
2022-01-11 | Remove peer_pkeys from SSL_SESSION. | Joel Sing |
2022-01-11 | Simplify SSL_get_peer_certificate() | Joel Sing |
2022-01-11 | Rename 'peer' to 'peer_cert' in SSL_SESSION. | Joel Sing |
2022-01-11 | Plumb decode errors through key share parsing code. | Joel Sing |
2022-01-11 | Use SSL_AD_INTERNAL_ERROR for non-decoding alerts when parsing keyshares. | Joel Sing |